summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2012-06-10xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier
2012-06-10ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang
2012-06-10ipv4: Do not use dead fib_info entries.David S. Miller
2012-05-21tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau
2012-05-21tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-04-27tcp: fix tcp_grow_window() for large incoming framesEric Dumazet
2012-04-27tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell
2012-04-27tcp: allow splice() to build full TSO packetsEric Dumazet
2012-03-23tcp: fix syncookie regressionEric Dumazet
2012-03-19tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell
2012-03-19tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell
2012-03-19tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell
2012-03-19ipsec: be careful of non existing mac headersEric Dumazet
2012-02-29ipv4: fix redirect handlingEric Dumazet
2012-02-29route: fix ICMP redirect validationFlavio Leitner
2012-02-29tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell
2012-02-29tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell
2012-02-29tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell
2012-02-29tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu
2012-02-29net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf
2012-02-29ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei
2012-02-29ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei
2012-02-29ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei
2012-02-13net: fix NULL dereferences in check_peer_redir()Eric Dumazet
2012-02-03tcp: md5: using remote adress for md5 lookup in rst packetshawnlu
2012-02-03tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell
2012-02-03ah: Don't return NET_XMIT_DROP on input.Nick Bowler
2012-01-25ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler
2012-01-25ah: Correctly pass error codes in ahash output callback.Nick Bowler
2012-01-12igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings
2012-01-06ipv4: using prefetch requires including prefetch.hStephen Rothwell
2012-01-06ipv4: reintroduce route cache garbage collectorEric Dumazet
2012-01-06ipv4: flush route cache after change accept_localWeiping Pan
2012-01-06net: have ipconfig not wait if no dev is availableGerlando Falauto
2012-01-06ipip, sit: copy parms.name after register_netdeviceTed Feng
2011-11-11tcp: properly update lost_cnt_hint during shiftingYan, Zheng
2011-11-11tcp: properly handle md5sig_pool referencesYan, Zheng
2011-11-11ipv4: fix ipsec forward performance regressionYan, Zheng
2011-10-03tcp: initialize variable ecn_ok in syncookies pathMike Waychison
2011-10-03tcp: fix validation of D-SACKZheng Yan
2011-10-03netfilter: TCP and raw fix for ip_route_me_harderJulian Anastasov
2011-10-03mcast: Fix source address selection for multicast listener reportYan, Zheng
2011-10-03ipv4: some rt_iif -> rt_route_iif conversionsJulian Anastasov
2011-08-15gre: fix improper error handlingxeb@mail.ru
2011-08-15ipv4: use RT_TOS after some rt_tos conversionsJulian Anastasov
2011-08-15IPv4: Send gratuitous ARP for secondary IP addresses alsoZoltan Kiss
2011-08-15net: adjust array indexJulia Lawall
2011-08-15ipv4: fix the reusing of routing cache entriesJulian Anastasov
2011-08-15ipv4: Constrain UFO fragment sizes to multiples of 8 bytesBill Sommerfeld
2011-08-15icmp: Fix regression in nexthop resolution during replies.David S. Miller