summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2012-08-09tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-08-09tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4
2012-08-09cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2012-07-19tcp: drop SYN+FIN messagesEric Dumazet1-0/+2
2012-06-10xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier1-15/+9
2012-06-10ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang1-7/+13
2012-06-10ipv4: Do not use dead fib_info entries.David S. Miller1-0/+2
2012-05-21tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau1-2/+1
2012-05-21tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2-5/+6
2012-04-27tcp: fix tcp_grow_window() for large incoming framesEric Dumazet1-0/+1
2012-04-27tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2012-04-27tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2012-03-23tcp: fix syncookie regressionEric Dumazet2-17/+23
2012-03-19tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell1-0/+4
2012-03-19tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell1-0/+1
2012-03-19tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell1-8/+10
2012-03-19ipsec: be careful of non existing mac headersEric Dumazet2-8/+3
2012-02-29ipv4: fix redirect handlingEric Dumazet1-51/+58
2012-02-29route: fix ICMP redirect validationFlavio Leitner1-5/+31
2012-02-29tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell1-0/+4
2012-02-29tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell1-9/+10
2012-02-29tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell1-14/+22
2012-02-29tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu1-0/+5
2012-02-29net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf1-1/+2
2012-02-29ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei1-1/+1
2012-02-29ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2-3/+4
2012-02-29ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei1-0/+1
2012-02-13net: fix NULL dereferences in check_peer_redir()Eric Dumazet4-28/+55
2012-02-03tcp: md5: using remote adress for md5 lookup in rst packetshawnlu1-1/+1
2012-02-03tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-02-03ah: Don't return NET_XMIT_DROP on input.Nick Bowler1-2/+0
2012-01-25ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler1-2/+2
2012-01-25ah: Correctly pass error codes in ahash output callback.Nick Bowler1-2/+0
2012-01-12igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings1-0/+2
2012-01-06ipv4: using prefetch requires including prefetch.hStephen Rothwell1-0/+1
2012-01-06ipv4: reintroduce route cache garbage collectorEric Dumazet1-0/+106
2012-01-06ipv4: flush route cache after change accept_localWeiping Pan1-0/+5
2012-01-06net: have ipconfig not wait if no dev is availableGerlando Falauto1-0/+4
2012-01-06ipip, sit: copy parms.name after register_netdeviceTed Feng1-1/+6
2011-11-11tcp: properly update lost_cnt_hint during shiftingYan, Zheng1-3/+1
2011-11-11tcp: properly handle md5sig_pool referencesYan, Zheng1-4/+7
2011-11-11ipv4: fix ipsec forward performance regressionYan, Zheng1-7/+7
2011-10-03tcp: initialize variable ecn_ok in syncookies pathMike Waychison1-1/+1
2011-10-03tcp: fix validation of D-SACKZheng Yan1-1/+1
2011-10-03netfilter: TCP and raw fix for ip_route_me_harderJulian Anastasov1-10/+8
2011-10-03mcast: Fix source address selection for multicast listener reportYan, Zheng1-1/+1
2011-10-03ipv4: some rt_iif -> rt_route_iif conversionsJulian Anastasov1-5/+3
2011-08-15gre: fix improper error handlingxeb@mail.ru1-15/+6
2011-08-15ipv4: use RT_TOS after some rt_tos conversionsJulian Anastasov2-2/+2
2011-08-15IPv4: Send gratuitous ARP for secondary IP addresses alsoZoltan Kiss1-8/+8