summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-03-11ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang
2014-03-11net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti
2014-03-11ipv4: fix a bug in ping_err().Li Wei
2014-03-11tcp: undo spurious timeout after SACK renegingYuchung Cheng
2014-03-11tcp: preserve ACK clocking in TSOEric Dumazet
2014-03-10inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa
2014-03-10rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2014-03-10tcp: resets are misroutedAlexey Kuznetsov
2012-07-31ENGR00217401-2 android: fix build warningXinyu Chen
2012-07-25Merge remote branch 'fsl-linux-sdk/imx_3.0.35' into imx_3.0.35_androidXinyu Chen
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-02-02Merge branch 'android-3.0' into imx_3.0.15_androidXinyu Chen
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-11-03tcp: Don't nuke connections for the wrong protocolLorenzo Colitti