summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp_probe: avoid modulus operation and wrap fixStephen Hemminger2010-01-251-9/+10
* netns xfrm: deal with dst entries in netnsAlexey Dobriyan2010-01-241-6/+8
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-222-4/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-121-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-272-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-171-0/+2
| |_|_|_|/ |/| | | |
* | | | | ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila2010-01-061-1/+1
| |_|_|/ |/| | |
* | | | net: restore ip source validationJamal Hadi Salim2009-12-252-0/+3
|/ / /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-151-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-155-60/+40
* | | | udp: udp_lib_get_port() fixEric Dumazet2009-12-131-4/+3
* | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-111-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-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-081-3/+32
* | | | | | tcp: Stalling connections: Move timeout calculation routineDamian Lukowski2009-12-081-0/+29
* | | | | | [PATCH] tcp: documents timewait refcnt tricks Eric Dumazet2009-12-081-14/+24
* | | | | | tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-082-8/+23
* | | | | | tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-082-7/+17
* | | | | | tcp: Remove runtime check that can never be true.David S. Miller2009-12-081-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-031-3/+16
| * | | | | tcp: connect() race with timewait reuseEric Dumazet2009-12-032-13/+35
| * | | | | tcp: diag: Dont report negative values for rx queueEric Dumazet2009-12-032-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-021-0/+1
| * | | | | | tcp: Fix warning on 64-bit.David S. Miller2009-12-021-1/+1
| * | | | | | TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2009-12-025-39/+205
| * | | | | | TCPCT part 1f: Initiator Cookie => ResponderWilliam Allen Simpson2009-12-021-30/+163
| * | | | | | TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson2009-12-021-2/+131
| * | | | | | TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson2009-12-022-8/+58
| * | | | | | TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson2009-12-022-0/+11
| * | | | | | TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson2009-12-021-0/+140
| * | | | | | TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson2009-12-024-11/+14
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-013-2/+3
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud