aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-25tcp_probe: avoid modulus operation and wrap fixStephen Hemminger1-9/+10
2010-01-24netns xfrm: deal with dst entries in netnsAlexey Dobriyan1-6/+8
2010-01-22Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-4/+4
2010-01-19netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()Roel Kluin1-1/+1
2010-01-17ipv4: don't remove /proc/net/rt_acctAlexey Dobriyan1-0/+2
2010-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2010-01-06ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila1-1/+1
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+3
2009-12-25net: restore ip source validationJamal Hadi Salim2-0/+3
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-4/+4
2009-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-4/+17
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller5-60/+40
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy1-4/+17
2009-12-13udp: udp_lib_get_port() fixEric Dumazet1-4/+3
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-08tcp: fix retrans_stamp advancing in error casesIlpo Järvinen1-3/+32
2009-12-08tcp: Stalling connections: Move timeout calculation routineDamian Lukowski1-0/+29
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-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
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