| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Use ip_route_input_noref() in input path | Eric Dumazet | 2010-05-17 | 3 | -5/+5 |
* | net: implements ip_route_input_noref() | Eric Dumazet | 2010-05-17 | 1 | -5/+10 |
* | net: add a noref bit on skb dst | Eric Dumazet | 2010-05-17 | 4 | -11/+12 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-05-16 | 1 | -10/+24 |
|\ |
|
| * | tcp: fix MD5 (RFC2385) support | Eric Dumazet | 2010-05-16 | 1 | -10/+24 |
* | | net: Introduce sk_route_nocaps | Eric Dumazet | 2010-05-16 | 2 | -4/+4 |
* | | net: reserve ports for applications using fixed port numbers | Amerigo Wang | 2010-05-15 | 5 | -2/+34 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-05-13 | 21 | -166/+130 |
|\ \ |
|
| * | | netfilter: remove unnecessary returns from void function()s | Joe Perches | 2010-05-13 | 1 | -1/+0 |
| * | | netfilter: cleanup printk messages | Stephen Hemminger | 2010-05-13 | 7 | -27/+27 |
| * | | netfilter: change NF_ASSERT to WARN_ON | Stephen Hemminger | 2010-05-13 | 2 | -12/+2 |
| * | | Merge branch 'master' of git://dev.medozas.de/linux | Patrick McHardy | 2010-05-11 | 15 | -126/+101 |
| |\ \ |
|
| | * | | netfilter: xtables: combine built-in extension structs | Jan Engelhardt | 2010-05-11 | 2 | -58/+48 |
| | * | | netfilter: xtables: change hotdrop pointer to direct modification | Jan Engelhardt | 2010-05-11 | 4 | -10/+9 |
| | * | | netfilter: xtables: deconstify struct xt_action_param for matches | Jan Engelhardt | 2010-05-11 | 4 | -6/+5 |
| | * | | netfilter: xtables: substitute temporary defines by final name | Jan Engelhardt | 2010-05-11 | 15 | -18/+19 |
| | * | | netfilter: xtables: combine struct xt_match_param and xt_target_param | Jan Engelhardt | 2010-05-11 | 2 | -25/+23 |
| | * | | netfilter: xtables: dissolve do_match function | Jan Engelhardt | 2010-05-02 | 1 | -17/+5 |
| | * | | netfilter: ip_tables: fix compilation when debug is enabled | Jan Engelhardt | 2010-05-02 | 1 | -2/+2 |
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-05-12 | 3 | -7/+8 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | net: Fix FDDI and TR config checks in ipv4 arp and LLC. | David S. Miller | 2010-05-10 | 1 | -3/+3 |
| * | | IPv4: unresolved multicast route cleanup | Andreas Meissner | 2010-05-10 | 1 | -1/+2 |
| * | | ipv4: udp: fix short packet and bad checksum logging | Bjørn Mork | 2010-05-06 | 1 | -3/+3 |
* | | | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 2010-05-10 | 15 | -178/+192 |
|\ \ \
| |_|/
|/| | |
|
| * | | ipv4: remove ip_rt_secret timer (v4) | Neil Horman | 2010-05-08 | 1 | -100/+8 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-05-02 | 1 | -11/+5 |
| |\| |
|
| | * | Revert "tcp: bind() fix when many ports are bound" | David S. Miller | 2010-04-28 | 1 | -11/+5 |
| * | | net: ip_queue_rcv_skb() helper | Eric Dumazet | 2010-04-28 | 4 | -2/+19 |
| * | | net: speedup udp receive path | Eric Dumazet | 2010-04-28 | 1 | -6/+6 |
| * | | net: sk_add_backlog() take rmem_alloc into account | Eric Dumazet | 2010-04-27 | 1 | -0/+4 |
| * | | net: Make RFS socket operations not be inet specific. | David S. Miller | 2010-04-27 | 3 | -7/+7 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-04-27 | 2 | -11/+93 |
| |\ \ |
|
| | * | | net: ipmr: add support for dumping routing tables over netlink | Patrick McHardy | 2010-04-26 | 1 | -7/+89 |
| | * | | net: rtnetlink: decouple rtnetlink address families from real address families | Patrick McHardy | 2010-04-26 | 2 | -2/+2 |
| | * | | net: fib_rules: mark arguments to fib_rules_register const and __net_initdata | Patrick McHardy | 2010-04-26 | 2 | -2/+2 |
| * | | | TCP: avoid to send keepalive probes if receiving data | Flavio Leitner | 2010-04-27 | 2 | -3/+3 |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-27 | 1 | -5/+11 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | tcp: bind() fix when many ports are bound | Eric Dumazet | 2010-04-22 | 1 | -5/+11 |
| * | | tcp: fix outsegs stat for TSO segments | Tom Herbert | 2010-04-22 | 1 | -2/+3 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-21 | 2 | -2/+4 |
| |\| |
|
| | * | ip: Fix ip_dev_loopback_xmit() | Eric Dumazet | 2010-04-15 | 1 | -1/+1 |
| | * | fib: suppress lockdep-RCU false positive in FIB trie. | Eric Dumazet | 2010-04-14 | 1 | -1/+3 |
| * | | net: Fix various endianness glitches | Eric Dumazet | 2010-04-20 | 7 | -39/+39 |
| * | | net: sk_sleep() helper | Eric Dumazet | 2010-04-20 | 3 | -6/+6 |
* | | | netfilter: nf_conntrack: extend with extra stat counter | Jesper Dangaard Brouer | 2010-04-23 | 1 | -3/+4 |
* | | | netfilter: ip_tables: convert pr_devel() to pr_debug() | Patrick McHardy | 2010-04-22 | 1 | -5/+5 |
* | | | netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPP... | Bart De Schuymer | 2010-04-20 | 1 | -0/+4 |
* | | | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 2010-04-20 | 58 | -392/+798 |
|\| | |
|
| * | | rfs: Receive Flow Steering | Tom Herbert | 2010-04-16 | 3 | -5/+33 |
| * | | net: replace ipfragok with skb->local_df | Shan Wei | 2010-04-15 | 2 | -3/+3 |