| Commit message (Expand) | Author | Age | Files | Lines |
* | ip6tnl: percpu stats accounting | Eric Dumazet | 2010-09-29 | 1 | -16/+77 |
* | sit: enable lockless xmits | Eric Dumazet | 2010-09-29 | 1 | -0/+1 |
* | sit: fix percpu stats accounting | Eric Dumazet | 2010-09-29 | 1 | -3/+11 |
* | ipv6: Implement Any-IP support for IPv6. | Maciej Żenczykowski | 2010-09-28 | 1 | -1/+9 |
* | sit: percpu stats accounting | Eric Dumazet | 2010-09-27 | 1 | -18/+64 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-09-27 | 4 | -22/+45 |
|\ |
|
| * | ipv6: add a missing unregister_pernet_subsys call | Neil Horman | 2010-09-26 | 2 | -3/+13 |
| * | ip: fix truesize mismatch in ip fragmentation | Eric Dumazet | 2010-09-21 | 1 | -5/+13 |
| * | xfrm: Allow different selector family in temporary state | Thomas Egerer | 2010-09-20 | 1 | -14/+19 |
* | | net: return operator cleanup | Eric Dumazet | 2010-09-23 | 11 | -37/+36 |
* | | net: rx_dropped accounting | Eric Dumazet | 2010-09-20 | 3 | -3/+11 |
* | | ip6tnl: get rid of ip6_tnl_lock | Eric Dumazet | 2010-09-16 | 1 | -30/+28 |
* | | sit: get rid of ipip6_lock | Eric Dumazet | 2010-09-15 | 1 | -33/+31 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-09-09 | 5 | -122/+49 |
|\ \
| |/ |
|
| * | udp: add rehash on connect() | Eric Dumazet | 2010-09-08 | 2 | -1/+16 |
| * | netfilter: discard overlapping IPv6 fragment | Nicolas Dichtel | 2010-09-07 | 1 | -65/+15 |
| * | ipv6: discard overlapping fragment | Nicolas Dichtel | 2010-09-07 | 1 | -56/+15 |
| * | netfilter: fix CONFIG_COMPAT support | Florian Westphal | 2010-08-23 | 1 | -0/+3 |
* | | tunnels: missing rcu_assign_pointer() | Eric Dumazet | 2010-09-09 | 1 | -1/+1 |
* | | net: inet_add_protocol() can use cmpxchg() | Eric Dumazet | 2010-09-08 | 1 | -28/+4 |
* | | ipv6: add special mode forwarding=2 to send RS while configured as router | Thomas Graf | 2010-09-03 | 1 | -1/+2 |
* | | ipv6: add special mode accept_ra=2 to accept RA while configured as router | Thomas Graf | 2010-09-03 | 1 | -4/+14 |
* | | net: tunnels should use rcu_dereference | Eric Dumazet | 2010-09-01 | 1 | -3/+8 |
* | | ipv6: struct xfrm6_tunnel in read_mostly section | Eric Dumazet | 2010-08-30 | 3 | -6/+6 |
* | | net: struct xfrm_tunnel in read_mostly section | Eric Dumazet | 2010-08-30 | 1 | -1/+1 |
* | | net: Rename skb_has_frags to skb_has_frag_list | David S. Miller | 2010-08-23 | 3 | -3/+3 |
|/ |
|
* | netfilter: {ip,ip6,arp}_tables: avoid lockdep false positive | Eric Dumazet | 2010-08-17 | 1 | -0/+2 |
* | ipv6: remove sysctl jiffies conversion on gc_elasticity and min_adv_mss | Min Zhang | 2010-08-14 | 1 | -2/+2 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-08-04 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-04 | 5 | -9/+18 |
| |\ |
|
| * | | fix comment/printk typos concerning "already" | Uwe Kleine-König | 2010-07-11 | 1 | -1/+1 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-08-02 | 2 | -7/+16 |
|\ \ \ |
|
| * | | | netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessary | Eric Dumazet | 2010-08-02 | 1 | -4/+6 |
| * | | | netfilter: ip6tables: use skb->len for accounting | Changli Gao | 2010-07-23 | 1 | -3/+1 |
| * | | | netfilter: nf_conntrack_reasm: add fast path for in-order fragments | Changli Gao | 2010-07-05 | 1 | -0/+9 |
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-07-27 | 1 | -5/+9 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | ipv6: Don't add routes to ipv6 disabled interfaces. | Brian Haley | 2010-07-22 | 1 | -5/+9 |
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-07-20 | 1 | -1/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input()) | Arnaud Ebalard | 2010-07-18 | 1 | -1/+2 |
* | | | | inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and... | Changli Gao | 2010-07-12 | 2 | -4/+7 |
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-07-07 | 3 | -3/+7 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | xfrm: fix xfrm by MARK logic | Peter Kosyh | 2010-07-04 | 1 | -0/+2 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-07-02 | 1 | -2/+4 |
| |\ \ |
|
| | * | | netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECT | Eric Dumazet | 2010-07-02 | 1 | -2/+4 |
| * | | | ipv6: fix NULL reference in proxy neighbor discovery | stephen hemminger | 2010-06-25 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-07-02 | 1 | -28/+53 |
|\ \ \ |
|
| * | | | netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC header | Patrick McHardy | 2010-06-28 | 1 | -28/+53 |
| * | | | netfilter: ipt_LOG/ip6t_LOG: remove comparison within loop | Patrick McHardy | 2010-06-28 | 1 | -3/+3 |
* | | | | fragment: add fast path for in-order fragments | Changli Gao | 2010-06-30 | 1 | -0/+11 |
* | | | | snmp: 64bit ipstats_mib for all arches | Eric Dumazet | 2010-06-30 | 2 | -4/+31 |