summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
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-26ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler1-2/+2
2012-01-26ah: 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-07ipv4: using prefetch requires including prefetch.hStephen Rothwell1-0/+1
2012-01-07ipv4: reintroduce route cache garbage collectorEric Dumazet1-0/+106
2012-01-07ipv4: flush route cache after change accept_localWeiping Pan1-0/+5
2012-01-07net: have ipconfig not wait if no dev is availableGerlando Falauto1-0/+4
2012-01-07ipip, 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-16gre: fix improper error handlingxeb@mail.ru1-15/+6
2011-08-16ipv4: use RT_TOS after some rt_tos conversionsJulian Anastasov2-2/+2
2011-08-16IPv4: Send gratuitous ARP for secondary IP addresses alsoZoltan Kiss1-8/+8
2011-08-16net: adjust array indexJulia Lawall1-1/+1
2011-08-16ipv4: fix the reusing of routing cache entriesJulian Anastasov1-1/+2
2011-08-16ipv4: Constrain UFO fragment sizes to multiples of 8 bytesBill Sommerfeld1-3/+3
2011-08-16icmp: Fix regression in nexthop resolution during replies.David S. Miller1-6/+8
2011-08-16net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller5-0/+5
2011-07-07net: refine {udp|tcp|sctp}_mem limitsEric Dumazet2-16/+4
2011-07-05net: bind() fix error return on wrong address familyMarcus Meissner1-1/+3
2011-07-02xfrm4: Don't call icmp_send on local errorSteffen Klassert1-1/+6
2011-07-02ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert1-1/+1
2011-06-29netfilter: Fix ip_route_me_harder triggering ip_rt_bugJulian Anastasov2-48/+26
2011-06-28ipv4: Fix IPsec slowpath fragmentation problemSteffen Klassert1-5/+5
2011-06-28ipv4: Fix packet size calculation in __ip_append_dataSteffen Klassert1-5/+2
2011-06-22udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang1-0/+3
2011-06-21ipv4, ping: Remove duplicate icmp.h includeJesper Juhl1-1/+0
2011-06-18ipv4: fix multicast lossesEric Dumazet1-3/+1
2011-06-18inet_diag: fix inet_diag_bc_audit()Eric Dumazet1-8/+6
2011-06-17net: rfs: enable RFS before first data packet is receivedEric Dumazet2-0/+2
2011-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller4-7/+9
2011-06-16netfilter: nf_nat: avoid double seq_adjust for loopbackJulian Anastasov1-1/+3
2011-06-16netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari1-1/+2
2011-06-16netfilter: ipt_ecn: fix inversion for IP header ECN matchPatrick McHardy1-1/+2
2011-06-16netfilter: ipt_ecn: fix protocol check in ecn_mt_check()Patrick McHardy1-3/+1
2011-06-16netfilter: ip_tables: fix compile with debugSebastian Andrzej Siewior1-1/+1
2011-06-10ipv4: Fix packet size calculation for raw IPsec packets in __ip_append_dataSteffen Klassert1-3/+3
2011-06-09net: pmtu_expires fixesEric Dumazet1-34/+44
2011-06-06netfilter: use unsigned variables for packet lengths in ip[6]_queue.Dave Jones1-1/+2
2011-06-06netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso1-1/+1