summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: udp: fix short packet and bad checksum loggingBjørn Mork2010-05-261-3/+3
* udp: fix for unicast RX path optimizationJorge Boncompte [DTI2]2010-05-121-2/+2
* net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani2010-05-121-0/+1
* tcp: Fix tcp_make_synack()Eric Dumazet2010-04-011-9/+9
* tcp: Fix OOB POLLIN avoidance.Alexandra Kossovsky2010-04-011-1/+1
* tcp: Fix tcp_mark_head_lost() with packets == 0Lennart Schulte2010-04-011-0/+3
* NET_DMA: free skbs periodicallySteven J. Magnani2010-04-011-20/+43
* ipv4: Don't drop redirected route cache entry unless PTMU actually expiredGuenter Roeck2010-04-011-1/+2
* ipv4: check rt_genid in dst_checkTimo Teräs2010-04-011-4/+10
* ipsec: Fix bogus bundle flowiHerbert Xu2010-04-011-2/+3
* ip_gre: include route header_len in max_headroom calculationTimo Teräs2010-04-011-1/+3
* net: backlog functions renameZhu Yi2010-04-013-3/+3
* udp: use limited socket backlogZhu Yi2010-04-011-2/+4
* tcp: use limited socket backlogZhu Yi2010-04-011-2/+4
* route: Fix caught BUG_ON during rt_secret_rebuild_oneshot()Vitaliy Gusev2010-04-011-10/+6
* net: Fix sysctl restarts...Eric W. Biederman2010-02-191-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-101-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-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