aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-08[PATCH] tcp: documents timewait refcnt tricks Eric Dumazet1-14/+24
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet2-8/+23
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet2-7/+17
2009-12-08tcp: Remove runtime check that can never be true.David S. Miller1-5/+0
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds62-1027/+2207
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds10-347/+37
2009-12-03tcp: fix a timewait refcnt raceEric Dumazet1-3/+16
2009-12-03tcp: connect() race with timewait reuseEric Dumazet2-13/+35
2009-12-03tcp: diag: Dont report negative values for rx queueEric Dumazet2-3/+11
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller15-107/+102
2009-12-03net: Batch inet_twsk_purgeEric W. Biederman2-8/+13
2009-12-03net: Use rcu lookups in inet_twsk_purge.Eric W. Biederman1-15/+24
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman1-9/+3
2009-12-03ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy2-4/+8
2009-12-03net 04/05: fib_rules: allow to delete local rulePatrick McHardy1-1/+1
2009-12-02tcp: sysctl_tcp_cookie_size needs to be exported to modules.David S. Miller1-0/+1
2009-12-02tcp: Fix warning on 64-bit.David S. Miller1-1/+1
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson5-39/+205
2009-12-02TCPCT part 1f: Initiator Cookie => ResponderWilliam Allen Simpson1-30/+163
2009-12-02TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson1-2/+131
2009-12-02TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson2-8/+58
2009-12-02TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson2-0/+11
2009-12-02TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson1-0/+140
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson4-11/+14
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-2/+3
2009-12-01net: Simplify ipip pernet operations.Eric W. Biederman1-18/+6
2009-12-01net: Simplify ip_gre pernet operations.Eric W. Biederman1-18/+6
2009-12-01net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman2-1/+9
2009-12-01ip_fragment: also adjust skb->truesize for packets not owned by a socketPatrick McHardy1-1/+1
2009-11-30tcp: tcp_disconnect() should clear window_clampEric Dumazet1-0/+1
2009-11-29ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL ptr OOPSDavid Ford1-1/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches2-6/+7
2009-11-25xfrm: Use the user specified truncation length in ESP and AHMartin Willi2-2/+2
2009-11-25net: convert /proc/net/rt_acct to seq_fileAlexey Dobriyan1-35/+33
2009-11-25net: use net_eq to compare netsOctavian Purdila9-14/+15
2009-11-23netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches13-91/+91
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches12-72/+73
2009-11-21tcp: Don't make syn cookies initial setting depend on CONFIG_SYSCTLDavid S. Miller1-7/+1
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet2-2/+2
2009-11-18ipv4: factorize cache clearing for batched unregister operationsOctavian Purdila1-5/+6
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman3-26/+43
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-8/+15
2009-11-13inetpeer: Optimize inet_getid()Eric Dumazet3-13/+10
2009-11-13ipv4: speedup inet_dump_ifaddr()Eric Dumazet1-23/+38
2009-11-13igmp: Use next_net_device_rcu()Eric Dumazet1-16/+11
2009-11-13net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson3-6/+6
2009-11-13ipmr: missing dev_put() on error path in vif_add()Dan Carpenter1-1/+3
2009-11-13tcp: provide more information on the tcp receive_queue bugsIlpo Järvinen1-7/+12
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman10-347/+37
2009-11-10IPV4: use rcu to walk list of devices in IGMPstephen hemminger1-8/+10