| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Support compat SIOCGETVIFCNT ioctl in ipv4. | David S. Miller | 2011-02-04 | 1 | -0/+30 |
* | net: Fix bug in compat SIOCGETSGCNT handling. | David S. Miller | 2011-02-04 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2011-02-03 | 1 | -3/+3 |
|\ |
|
| * | netfilter: arpt_mangle: fix return values of checkentry | Pablo Neira Ayuso | 2011-02-01 | 1 | -3/+3 |
* | | net: Add default_mtu() methods to blackhole dst_ops | Roland Dreier | 2011-01-31 | 1 | -0/+6 |
* | | net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNT | Eric W. Biederman | 2011-01-30 | 3 | -0/+81 |
* | | TCP: fix a bug that triggers large number of TCP RST by mistake | Jerry Chu | 2011-01-25 | 1 | -1/+1 |
* | | tcp: fix bug in listening_get_next() | Eric Dumazet | 2011-01-24 | 1 | -1/+0 |
* | | inetpeer: Use correct AVL tree base pointer in inet_getpeer(). | David S. Miller | 2011-01-24 | 1 | -1/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2011-01-24 | 2 | -2/+4 |
|\ \ |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-01-20 | 1 | -1/+1 |
| |\| |
|
| * | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 2 | -2/+4 |
| |\ \ |
|
| | * \ | Merge branch 'master' into for-next | Jiri Kosina | 2010-12-22 | 18 | -87/+102 |
| | |\ \ |
|
| | * | | | Docs/Kconfig: Update: osdl.org -> linuxfoundation.org | Michael Witten | 2010-11-15 | 1 | -1/+3 |
| | * | | | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 1 | -1/+1 |
* | | | | | net: arp_ioctl() must hold RTNL | Eric Dumazet | 2011-01-24 | 1 | -6/+5 |
| |_|_|/
|/| | | |
|
* | | | | Revert "netlink: test for all flags of the NLM_F_DUMP composite" | David S. Miller | 2011-01-19 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge branch 'master' of git://1984.lsi.us.es/net-2.6 | David S. Miller | 2011-01-12 | 2 | -62/+28 |
|\ \ \ |
|
| * | | | netfilter: x_tables: dont block BH while reading counters | Eric Dumazet | 2011-01-10 | 2 | -62/+28 |
* | | | | ah: reload pointers to skb data after calling skb_cow_data() | Dang Hongwu | 2011-01-11 | 1 | -3/+4 |
* | | | | tcp: disallow bind() to reuse addr/port | Eric Dumazet | 2011-01-11 | 1 | -2/+3 |
* | | | | arp: allow to invalidate specific ARP entries | Maxim Levitsky | 2011-01-11 | 1 | -11/+18 |
|/ / / |
|
* | | | netlink: test for all flags of the NLM_F_DUMP composite | Jan Engelhardt | 2011-01-10 | 1 | -1/+1 |
* | | | netfilter: fix export secctx error handling | Pablo Neira Ayuso | 2011-01-06 | 1 | -1/+1 |
* | | | ipv4: IP defragmentation must be ECN aware | Eric Dumazet | 2011-01-06 | 1 | -0/+34 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-01-04 | 1 | -2/+6 |
|\ \ \ |
|
| * | | | ipv4/route.c: respect prefsrc for local routes | Joel Sing | 2011-01-04 | 1 | -2/+6 |
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-12-27 | 3 | -7/+14 |
|\| | | |
|
| * | | | ipv4: dont create routes on down devices | Eric Dumazet | 2010-12-26 | 1 | -3/+4 |
| * | | | Revert "ipv4: Allow configuring subnets as local addresses" | David S. Miller | 2010-12-23 | 1 | -2/+8 |
| * | | | tcp: fix listening_get_next() | Eric Dumazet | 2010-12-23 | 1 | -2/+2 |
* | | | | tcp: cleanup of cwnd initialization in tcp_init_metrics() | Jiri Kosina | 2010-12-23 | 1 | -17/+12 |
* | | | | TCP: increase default initial receive window. | Nandita Dukkipati | 2010-12-21 | 1 | -3/+8 |
* | | | | ipv4: Flush per-ns routing cache more sanely. | David S. Miller | 2010-12-20 | 2 | -41/+29 |
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-12-17 | 2 | -0/+2 |
|\| | | |
|
| * | | | net: fix nulls list corruptions in sk_prot_alloc | Octavian Purdila | 2010-12-16 | 2 | -0/+2 |
| | |/
| |/| |
|
* | | | net: Use skb_checksum_start_offset() | Michał Mirosław | 2010-12-16 | 1 | -1/+1 |
* | | | net: Abstract default MTU metric calculation behind an accessor. | David S. Miller | 2010-12-14 | 1 | -9/+20 |
* | | | net: Abstract default ADVMSS behind an accessor. | David S. Miller | 2010-12-13 | 3 | -13/+27 |
* | | | net: add limits to ip_default_ttl | Eric Dumazet | 2010-12-13 | 1 | -2/+5 |
* | | | ipv4: Don't pre-seed hoplimit metric. | David S. Miller | 2010-12-13 | 7 | -10/+9 |
* | | | net: Abstract RTAX_HOPLIMIT metric accesses behind helper. | David S. Miller | 2010-12-13 | 5 | -5/+5 |
* | | | xfrm: Traffic Flow Confidentiality for IPv4 ESP | Martin Willi | 2010-12-10 | 1 | -8/+24 |
* | | | net: optimize INET input path further | Eric Dumazet | 2010-12-10 | 1 | -4/+3 |
* | | | net: Abstract away all dst_entry metrics accesses. | David S. Miller | 2010-12-09 | 3 | -35/+44 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-12-08 | 8 | -26/+36 |
|\| | |
|
| * | | tcp: protect sysctl_tcp_cookie_size reads | Eric Dumazet | 2010-12-08 | 1 | -12/+15 |
| * | | tcp: avoid a possible divide by zero | Eric Dumazet | 2010-12-08 | 1 | -2/+4 |
| * | | tcp: Replace time wait bucket msg by counter | Tom Herbert | 2010-12-08 | 2 | -1/+2 |
| * | | tcp: Bug fix in initialization of receive window. | Nandita Dukkipati | 2010-12-08 | 1 | -5/+4 |