aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2010-02-19net: Fix sysctl restarts...Eric W. Biederman
2010-02-16ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu
2010-02-12inet: Remove bogus IGMPv3 report handlingHerbert Xu
2010-02-10tcp: fix ICMP-RTO warDamian Lukowski
2010-02-08netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy
2010-02-08netfilter: xtables: compat out of scope fixAlexey Dobriyan
2010-01-25tcp_probe: avoid modulus operation and wrap fixStephen Hemminger
2010-01-24netns xfrm: deal with dst entries in netnsAlexey Dobriyan
2010-01-22Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-01-19netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()Roel Kluin
2010-01-17ipv4: don't remove /proc/net/rt_acctAlexey Dobriyan
2010-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-01-06ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-12-25net: restore ip source validationJamal Hadi Salim
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-12-15tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy
2009-12-13udp: udp_lib_get_port() fixEric Dumazet
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-08tcp: fix retrans_stamp advancing in error casesIlpo Järvinen
2009-12-08tcp: Stalling connections: Move timeout calculation routineDamian Lukowski
2009-12-08[PATCH] tcp: documents timewait refcnt tricks Eric Dumazet
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet
2009-12-08tcp: Remove runtime check that can never be true.David S. Miller
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-03tcp: fix a timewait refcnt raceEric Dumazet
2009-12-03tcp: connect() race with timewait reuseEric Dumazet
2009-12-03tcp: diag: Dont report negative values for rx queueEric Dumazet
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-12-03net: Batch inet_twsk_purgeEric W. Biederman
2009-12-03net: Use rcu lookups in inet_twsk_purge.Eric W. Biederman
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman
2009-12-03ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy
2009-12-03net 04/05: fib_rules: allow to delete local rulePatrick McHardy
2009-12-02tcp: sysctl_tcp_cookie_size needs to be exported to modules.David S. Miller
2009-12-02tcp: Fix warning on 64-bit.David S. Miller
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson
2009-12-02TCPCT part 1f: Initiator Cookie => ResponderWilliam Allen Simpson
2009-12-02TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson
2009-12-02TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson
2009-12-02TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson
2009-12-02TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson