aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Revert "tcp: bind() fix when many ports are bound"David S. Miller2010-04-281-11/+5
* tcp: bind() fix when many ports are boundEric Dumazet2010-04-221-5/+11
* ip: Fix ip_dev_loopback_xmit()Eric Dumazet2010-04-151-1/+1
* fib: suppress lockdep-RCU false positive in FIB trie.Eric Dumazet2010-04-141-1/+3
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-1154-1/+53
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-062-0/+6
| |\
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3054-1/+53
* | | Revert "tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb"David S. Miller2010-04-111-1/+0
* | | tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skbDavid S. Miller2010-04-081-0/+1
* | | udp: fix for unicast RX path optimizationJorge Boncompte [DTI2]2010-04-081-2/+2
| |/ |/|
* | net: check the length of the socket address passed to connect(2)Changli Gao2010-04-011-0/+5
* | net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani2010-03-301-0/+1
|/
* net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel2010-03-271-4/+7
* ipv4: Restart rt_intern_hash after emergency rebuild (v2)Pavel Emelyanov2010-03-261-6/+11
* ipv4: Cleanup struct net dereference in rt_intern_hashPavel Emelyanov2010-03-261-2/+2
* net: fix netlink address dumping in IPv4/IPv6Patrick McHardy2010-03-261-1/+1
* ip_gre: include route header_len in max_headroom calculationTimo Teräs2010-03-211-1/+3
* ipv4: Don't drop redirected route cache entry unless PTMU actually expiredGuenter Roeck2010-03-211-1/+2
* net: suppress lockdep-RCU false positive in FIB trie.Paul E. McKenney2010-03-211-1/+3
* NET_DMA: free skbs periodicallySteven J. Magnani2010-03-201-20/+43
* tcp: Fix tcp_mark_head_lost() with packets == 0Lennart Schulte2010-03-191-0/+3
* net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy2010-03-191-0/+3
* TCP: check min TTL on received ICMP packetsstephen hemminger2010-03-191-0/+5
* ipv4: check rt_genid in dst_checkTimo Teräs2010-03-191-4/+10
* tcp: Fix OOB POLLIN avoidance.Alexandra Kossovsky2010-03-181-1/+1
* route: Fix caught BUG_ON during rt_secret_rebuild_oneshot()Vitaliy Gusev2010-03-161-10/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-139-46/+116
|\
| * ipconfig: Handle devices which take some time to come up.David S. Miller2010-03-121-10/+47
| * tcp: Fix tcp_v4_rcv()Eric Dumazet2010-03-101-4/+4
| * tcp: Fix tcp_make_synack()Eric Dumazet2010-03-081-9/+9
| * net: fix route cache rebuildsEric Dumazet2010-03-081-12/+38
| * tcp: Add SNMP counters for backlog and min_ttl dropsEric Dumazet2010-03-082-2/+7
| * net: backlog functions renameZhu Yi2010-03-053-3/+3
| * udp: use limited socket backlogZhu Yi2010-03-051-2/+4
| * tcp: use limited socket backlogZhu Yi2010-03-051-2/+4
| * gre: fix hard header destination address checkingTimo Teräs2010-03-041-5/+2
| * ipsec: Fix bogus bundle flowiHerbert Xu2010-03-031-2/+3
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-281-7/+7
|\ \
| * | net: Add checking to rcu_dereference() primitivesPaul E. McKenney2010-02-251-7/+7
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-262-19/+29
|\ \ \
| * | | netfilter: xtables: restore indentationJan Engelhardt2010-02-262-19/+29
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-251-1/+6
|\ \ \ \ | | |/ / | |/| |
| * | | net: Fix sysctl restarts...Eric W. Biederman2010-02-191-1/+6
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-242-388/+349
|\ \ \ \ | | |/ / | |/| |
| * | | netfilter: xtables: reduce arguments to translate_tableJan Engelhardt2010-02-242-54/+30
| * | | netfilter: xtables: optimize call flow around xt_ematch_foreachJan Engelhardt2010-02-241-62/+31
| * | | netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt2010-02-241-17/+61
| * | | netfilter: xtables: optimize call flow around xt_entry_foreachJan Engelhardt2010-02-242-242/+121