aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-26/+52
2008-04-15[TCP]: Add return value indication to tcp_prune_ofo_queue().Vitaliy Gusev1-3/+9
2008-04-15[TCP]: Fix never pruned tcp out-of-order queue.Vitaliy Gusev1-26/+46
2008-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+3
2008-04-14[NETFILTER]: ipt_CLUSTERIP: fix race between clusterip_config_find_get and _entry_putPavel Emelyanov1-1/+3
2008-04-11Merge branch 'docs' of git://git.lwn.net/linux-2.6Linus Torvalds2-5/+5
2008-04-11Documentation: move nfsroot.txt to filesystems/J. Bruce Fields2-5/+5
2008-04-10[NETNS][IPV6] tcp - assign the netns for timewait socketsDaniel Lezcano1-0/+1
2008-04-10[IPV4]: Fix byte value boundary check in do_ip_getsockopt().David S. Miller1-1/+1
2008-04-09[NETFILTER]: nf_nat: autoload IPv4 connection trackingJan Engelhardt1-0/+2
2008-04-07[TCP]: Don't allow FRTO to take place while MTU is being probedIlpo Järvinen1-0/+5
2008-04-07[TCP]: tcp_simple_retransmit can cause S+LIlpo Järvinen2-6/+21
2008-04-07[TCP]: Fix NewReno's fast rexmit/recovery problems with GSOed skbIlpo Järvinen1-4/+18
2008-04-07[TCP]: Restore 2.6.24 mark_head_lost behavior for newreno/fackIlpo Järvinen1-8/+8
2008-04-03[ICMP]: Ensure that ICMP relookup maintains status quoHerbert Xu1-11/+13
2008-03-31[IP] UDP: Use SEQ_START_TOKEN.YOSHIFUJI Hideaki1-2/+2
2008-03-28[INET]: inet_frag_evictor() must run with BH disabledDavid S. Miller1-0/+3
2008-03-28[NET]: Don't send ICMP_FRAG_NEEDED for GSO packetsRusty Russell1-1/+1
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev4-15/+8
2008-03-27[ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB accessThomas Graf1-1/+1
2008-03-26[IPSEC]: Fix BEET outputHerbert Xu2-6/+7
2008-03-26[ICMP]: Dst entry leak in icmp_send host re-lookup code (v2).Pavel Emelyanov1-3/+3
2008-03-24[IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2-2/+2
2008-03-22[IPV4] fib_trie: fix warning from rcu_assign_poingerStephen Hemminger1-2/+5
2008-03-22[TCP]: Let skbs grow over a page on fast peersHerbert Xu1-2/+2
2008-03-21[IPV4]: Fix null dereference in ip_defragPhil Oester1-1/+1
2008-03-20[TCP]: Fix shrinking windows with window scalingPatrick McHardy1-1/+1
2008-03-20[NETFILTER]: ipt_recent: sanity check hit countDaniel Hokka Zakrisson1-0/+2
2008-03-17[IPV4]: esp_output() misannotationsAl Viro1-1/+1
2008-03-17[NET] endianness noise: INADDR_ANYAl Viro3-6/+7
2008-03-11[TCP]: Prevent sending past receiver window with TSO (at last skb)Ilpo Järvinen1-2/+10
2008-03-04[IPCONFIG]: The kernel gets no IP from some DHCP serversStephen Hemminger1-2/+2
2008-03-04[ESP]: Add select on AUTHENCHerbert Xu1-1/+1
2008-03-03[TCP]: Must count fack_count also when skippingIlpo Järvinen1-5/+9
2008-02-28[TCP]: BIC web page link is corrected.Sangtae Ha1-2/+3
2008-02-28[IPV4]: Use proc_create() to setup ->proc_fops firstWang Chen1-3/+2
2008-02-28[IPCOMP]: Disable BH on output when using shared tfmHerbert Xu1-1/+4
2008-02-26[INET]: Don't create tunnels with '%' in name.Pavel Emelyanov2-10/+18
2008-02-26[IPV4]: Reset scope when changing addressBjorn Mork1-0/+1
2008-02-23[IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly.Pavel Emelyanov2-20/+4
2008-02-19[NETFILTER]: Fix incorrect use of skb_make_writableJoonwoo Park1-1/+1
2008-02-19[NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling packet dataPatrick McHardy1-5/+7
2008-02-19ipv4/fib_hash.c: fix NULL dereferenceAdrian Bunk1-5/+5
2008-02-17[TCP]: Fix tcp_v4_send_synack() commentKris Katterjohn1-1/+1
2008-02-17[IPV4]: fix alignment of IP-Config outputUwe Kleine-Koenig1-1/+1
2008-02-17Revert "[NDISC]: Fix race in generic address resolution"David S. Miller1-0/+3
2008-02-13[INET]: Unexport inet_listen_wlockAdrian Bunk1-2/+0
2008-02-13[INET]: Unexport __inet_hash_connectAdrian Bunk1-1/+0
2008-02-12[IPSEC]: Fix bogus usage of u64 on input sequence numberHerbert Xu2-3/+4
2008-02-12[NDISC]: Fix race in generic address resolutionDavid S. Miller1-3/+0