serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / net / ipv4 /
2012-03-23 Eric Dumazettcp: fix syncookie regression
2012-03-19 Neal Cardwelltcp: fix tcp_shift_skb_data() to not shift SACKed data...
2012-03-19 Neal Cardwelltcp: don't fragment SACKed skbs in tcp_mark_head_lost()
2012-03-19 Neal Cardwelltcp: fix false reordering signal in tcp_shifted_skb
2012-03-19 Eric Dumazetipsec: be careful of non existing mac headers
2012-03-01 Neal Cardwelltcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint...
2012-03-01 Neal Cardwelltcp: fix range tcp_shifted_skb() passes to tcp_sacktag_...
2012-03-01 Neal Cardwelltcp: allow tcp_sacktag_one() to tag ranges not aligned...
2012-03-01 Li Weiipv4: Fix wrong order of ip_rt_get_source() and update...
2012-03-01 Shawn Lutcp_v4_send_reset: binding oif to iif in no sock case
2012-03-01 Thomas Grafnet: Don't proxy arp respond if iif == rt->dst.dev...
2012-02-03 shawnlutcp: md5: using remote adress for md5 lookup in rst...
2012-02-03 Neal Cardwelltcp: fix tcp_trim_head() to adjust segment count with...
2012-02-03 Eric Dumazetnet: reintroduce missing rcu_assign_pointer() calls
2012-01-12 Ben Hutchingsigmp: Avoid zero delay when receiving odd mixture of...
2011-12-23 Eric Dumazetnet: introduce DST_NOPEER dst flag
2011-12-22 Stephen Rothwellipv4: using prefetch requires including prefetch.h
2011-12-21 Eric Dumazetipv4: reintroduce route cache garbage collector
2011-12-20 Gerlando Falautonet: have ipconfig not wait if no dev is available
2011-12-12 Ted Fengipip, sit: copy parms.name after register_netdevice
2011-12-05 David S. Milleripv4: Fix peer validation on cached lookup.
2011-12-03 Julian Anastasovipv4: make sure RTO_ONLINK is saved in routing cache
2011-12-02 Peter Pan(潘卫平)ipv4: flush route cache after change accept_local
2011-12-01 David S. MillerRevert "udp: remove redundant variable"
2011-12-01 David S. Milleripv4: Perform peer validation on cached route lookup.
2011-11-30 Eric Dumazetipv4: fix lockdep splat in rt_cache_seq_show
2011-11-29 David S. MillerMerge branch 'nf' of git://1984.lsi.us.es/net
2011-11-27 Eric Dumazetinet: add a redirect generation id in inetpeer
2011-11-26 Steffen Klassertipv4: Don't use the cached pmtu informations for input...
2011-11-26 Steffen Klassertnet: Move mtu handling down to the protocol depended...
2011-11-26 Steffen Klassertnet: Rename the dst_opt default_mtu method to mtu
2011-11-26 Steffen Klassertroute: Use the device mtu as the default for blackhole...
2011-11-24 Li Weiipv4: Save nexthop address of LSRR/SSRR option to IPCB.
2011-11-23 Jun Zhaoipv4 : igmp : fix error handle in ip_mc_add_src()
2011-11-23 David S. Millernetfilter: Remove NOTRACK/RAW dependency on NETFILTER_A...
2011-11-22 Maciej Żenczykowskinet-netlink: fix diag to export IPv4 tos for dual-stack...
2011-11-21 Paul Guonetfilter: possible unaligned packet header in ip_route...
2011-11-18 Eric Dumazetipv4: fix redirect handling
2011-11-18 Eric Dumazetping: dont increment ICMP_MIB_INERRORS
2011-11-16 Eric Dumazettcp: clear xmit timers in tcp_v4_syn_recv_sock()
2011-11-14 Maciej Żenczykowskinet-netlink: Add a new attribute to expose TCLASS value...
2011-11-12 Nick Bowlerah: Don't return NET_XMIT_DROP on input.
2011-11-09 Li Weiipv4: fix for ip_options_rcv_srr() daddr update.
2011-11-09 Nick Bowlerah: Read nexthdr value before overwriting it in ahash...
2011-11-09 Nick Bowlerah: Correctly pass error codes in ahash output callback.
2011-11-08 Steffen Klassertipv4: Fix inetpeer expire time information
2011-11-08 Feng Kingtcp: Fix comments for Nagle algorithm
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-03 Eric Dumazetnet: add missing bh_unlock_sock() calls
2011-11-02 Eric Dumazetudp: fix a race in encap_rcv handling
2011-11-01 Arjan van de Vennet: make the tcp and udp file_operations for the ...
2011-11-01 Joe Perchesnetfilter: Remove unnecessary OOM logging messages
2011-10-31 Paul Gortmakernet: Add export.h for EXPORT_SYMBOL/THIS_MODULE to...
2011-10-31 Paul Gortmakernet: Fix files explicitly needing to include module.h
2011-10-27 Eric Dumazetipv6: tcp: fix TCLASS value in ACK messages sent from...
2011-10-24 Gao fengipv4: avoid useless call of the function check_peer_pmtu
2011-10-24 David S. MillerMerge branch 'master' of ra./linux/kernel/git/davem/net
2011-10-24 Flavio LeitnerTCP: remove TCP_DEBUG
2011-10-24 Eric Dumazetipv4: tcp: fix TOS value in ACK messages sent from...
2011-10-24 Yan, Zhengipv4: fix ipsec forward performance regression
2011-10-24 Flavio Leitnerroute: fix ICMP redirect validation
2011-10-24 Eric Dumazettcp: md5: add more const attributes
2011-10-24 Eric Dumazettcp: md5: dont write skb head in tcp_md5_hash_header()
2011-10-22 Maciej Żenczykowskinet: use INET_ECN_MASK instead of hardcoded 3
2011-10-21 Eric Dumazettcp: add const qualifiers where possible
2011-10-20 Maciej Żenczykowskinet: allow CAP_NET_RAW to set socket options IP{,V6...
2011-10-20 Eric Dumazettcp: remove unused tcp_fin() parameters
2011-10-20 Eric Dumazettcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()
2011-10-20 Eric Dumazetip_gre: dont increase dev->needed_headroom on a live...
2011-10-19 Gerrit Renkeripv4: compat_ioctl is local to af_inet.c, make it static
2011-10-19 Eric Dumazettcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()
2011-10-19 KOVACS Krisztiantproxy: copy transparent flag when creating a time...
2011-10-19 Eric Dumazetnet: add skb frag size accessors
2011-10-19 Eric Dumazetmacvlan: handle fragmented multicast frames
2011-10-13 Eric Dumazetnet: more accurate skb truesize
2011-10-12 Murali Rajanet-netlink: Add a new attribute to expose TOS values...
2011-10-11 Dan Carpentercipso: remove an unneeded NULL check in cipso_v4_doi_add()
2011-10-07 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-10-05 Yan, Zhengtcp: properly update lost_cnt_hint during shifting
2011-10-05 Yan, Zhengtcp: properly handle md5sig_pool references
2011-10-03 Vasily Averinipv4: NET_IPV4_ROUTE_GC_INTERVAL removal
2011-10-03 Eric Dumazettcp: report ECN_SEEN in tcp_info
2011-09-27 Eric Dumazettcp: rename tcp_skb_cb flags
2011-09-27 Eric Dumazettcp: unalias tcp_skb_cb flags and ip_dsfield
2011-09-27 Eric Dumazettcp: ECN blackhole should not force quickack mode
2011-09-22 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-09-19 Zheng Yantcp: fix validation of D-SACK
2011-09-17 Eric Dumazettcp: md5: remove one indirection level in tcp_md5sig_pool
2011-09-16 Yan, Zhengipv4: Fix fib_info->fib_metrics leak
2011-09-16 David S. MillerMerge branch 'master' of ../netdev/
2011-09-15 Eric Dumazettcp: Change possible SYN flooding messages
2011-08-30 Eric Dumazetnet: ipv4: relax AF_INET check in bind()
2011-08-30 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2011-08-30 Florian Westphalnetfilter: nf_queue: reject NF_STOLEN verdicts from...
2011-08-25 Nandita DukkipatiProportional Rate Reduction for TCP.
2011-08-25 Ian Campbellnet: ipv4: convert to SKB frag APIs
2011-08-25 Yan, Zhengmcast: Fix source address selection for multicast liste...
2011-08-20 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net
2011-08-18 Jiri Pirkonet: remove ndo_set_multicast_list callback
2011-08-18 Tom Herbertrps: Add flag to skb to indicate rxhash is based on...
next