summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Add checking to rcu_dereference() primitivesPaul E. McKenney2010-02-251-7/+7
* net: Fix sysctl restarts...Eric W. Biederman2010-02-201-1/+6
* ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu2010-02-161-5/+1
* inet: Remove bogus IGMPv3 report handlingHerbert Xu2010-02-121-1/+1
* tcp: fix ICMP-RTO warDamian Lukowski2010-02-111-4/+2
* netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-083-16/+12
* netfilter: xtables: compat out of scope fixAlexey Dobriyan2010-02-082-4/+4
* tcp_probe: avoid modulus operation and wrap fixStephen Hemminger2010-01-261-9/+10
* netns xfrm: deal with dst entries in netnsAlexey Dobriyan2010-01-251-6/+8
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-232-4/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-131-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-302-0/+3
| |\ \
| * \ \ Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-162-4/+4
| |\ \ \
| | * \ \ Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields2009-11-2313-82/+180
| | |\ \ \
| | * | | | nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields2009-10-282-4/+4
* | | | | | netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run()Roel Kluin2010-01-191-1/+1
* | | | | | ipv4: don't remove /proc/net/rt_acctAlexey Dobriyan2010-01-181-0/+2
| |_|_|_|/ |/| | | |
* | | | | ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila2010-01-071-1/+1
| |_|_|/ |/| | |
* | | | net: restore ip source validationJamal Hadi Salim2009-12-262-0/+3
|/ / /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-161-4/+17
|\ \ \
| * | | netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2009-12-151-4/+17
* | | | tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2009-12-165-60/+40
* | | | udp: udp_lib_get_port() fixEric Dumazet2009-12-141-4/+3
* | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-121-1/+1
|\| | |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-1/+1
| |\ \ \
| | * \ \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| | |\ \ \
| | | * | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | | | | | tcp: fix retrans_stamp advancing in error casesIlpo Järvinen2009-12-091-3/+32
* | | | | | tcp: Stalling connections: Move timeout calculation routineDamian Lukowski2009-12-091-0/+29
* | | | | | [PATCH] tcp: documents timewait refcnt tricks Eric Dumazet2009-12-091-14/+24
* | | | | | tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-092-8/+23
* | | | | | tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-092-7/+17
* | | | | | tcp: Remove runtime check that can never be true.David S. Miller2009-12-091-5/+0
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-0862-1027/+2207
|\ \ \ \ \
| * | | | | tcp: fix a timewait refcnt raceEric Dumazet2009-12-041-3/+16
| * | | | | tcp: connect() race with timewait reuseEric Dumazet2009-12-042-13/+35
| * | | | | tcp: diag: Dont report negative values for rx queueEric Dumazet2009-12-042-3/+11
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-0315-107/+102
| |\ \ \ \ \
| | * | | | | netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-2313-91/+91
| | * | | | | netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy2009-11-061-2/+1
| | * | | | | netfilter: nf_nat_helper: tidy up adjust_tcp_sequenceHannes Eder2009-11-051-13/+9
| | * | | | | netfilter: remove synchronize_net() calls in ip_queue/ip6_queueEric Dumazet2009-11-041-1/+1
| * | | | | | net: Batch inet_twsk_purgeEric W. Biederman2009-12-032-8/+13
| * | | | | | net: Use rcu lookups in inet_twsk_purge.Eric W. Biederman2009-12-031-15/+24
| * | | | | | net: Allow fib_rule_unregister to batchEric W. Biederman2009-12-031-9/+3
| * | | | | | ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy2009-12-032-4/+8
| * | | | | | net 04/05: fib_rules: allow to delete local rulePatrick McHardy2009-12-031-1/+1
| * | | | | | tcp: sysctl_tcp_cookie_size needs to be exported to modules.David S. Miller2009-12-031-0/+1
| * | | | | | tcp: Fix warning on 64-bit.David S. Miller2009-12-031-1/+1
| * | | | | | TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2009-12-035-39/+205