| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv6: stop multicast forwarding to process interface scoped addresses | Hannes Frederic Sowa | 2013-03-08 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-03-06 | 2 | -3/+6 |
|\ |
|
| * | net: ipv6: Don't purge default router if accept_ra=2 | Lorenzo Colitti | 2013-03-04 | 1 | -1/+2 |
| * | ipv[4|6]: correct dropwatch false positive in local_deliver_finish | Neil Horman | 2013-03-01 | 1 | -2/+4 |
* | | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-28 | 6 | -50/+30 |
|/ |
|
* | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2013-02-22 | 1 | -1/+1 |
|\ |
|
| * | sun.com documentation fixes | Christian Kujau | 2013-02-22 | 1 | -1/+1 |
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 1 | -14/+10 |
|\ \
| |/
|/| |
|
| * | Merge 3.9-rc4 into driver-core-next | Greg Kroah-Hartman | 2013-01-18 | 1 | -15/+12 |
| |\ |
|
| * | | net/ipv6: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-11 | 1 | -14/+10 |
* | | | ipv6: fix race condition regarding dst->expires and dst->from. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-02-20 | 1 | -5/+3 |
* | | | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller | 2013-02-19 | 1 | -7/+1 |
|\ \ \ |
|
| * | | | netfilter: nf_ct_helper: better logging for dropped packets | Pablo Neira Ayuso | 2013-02-19 | 1 | -7/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net | David S. Miller | 2013-02-19 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | xfrm: release neighbor upon dst destruction | Romain KUNTZ | 2013-02-18 | 1 | -0/+2 |
| * | | | | netfilter: nf_ct_reasm: fix per-netns sysctl initialization | Michal Kubeček | 2013-02-13 | 1 | -3/+3 |
* | | | | | ipv6: fix a sparse warning | Eric Dumazet | 2013-02-18 | 1 | -1/+2 |
* | | | | | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 2013-02-18 | 8 | -17/+17 |
* | | | | | net: proc: change proc_net_fops_create to proc_create | Gao feng | 2013-02-18 | 8 | -15/+15 |
* | | | | | ipv6: fix warning in xfrm6_mode_tunnel_input | stephen hemminger | 2013-02-18 | 1 | -1/+2 |
* | | | | | ipv6: optimize inet6_hash_frag() | Eric Dumazet | 2013-02-18 | 1 | -14/+1 |
* | | | | | v4 GRE: Add TCP segmentation offload for GRE | Pravin B Shelar | 2013-02-15 | 2 | -1/+3 |
* | | | | | net: Add skb_unclone() helper function. | Pravin B Shelar | 2013-02-15 | 4 | -6/+4 |
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2013-02-14 | 1 | -5/+47 |
|\ \ \ \ \ |
|
| * | | | | | xfrm: make gc_thresh configurable in all namespaces | Michal Kubecek | 2013-02-06 | 1 | -5/+47 |
* | | | | | | net: Fix possible wrong checksum generation. | Pravin B Shelar | 2013-02-13 | 1 | -1/+0 |
* | | | | | | tcp: send packets with a socket timestamp | Andrey Vagin | 2013-02-13 | 1 | -9/+13 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-02-13 | 1 | -4/+14 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 2013-02-11 | 1 | -4/+14 |
| |\ \ \ \ \ |
|
| | * | | | | | netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zero | YOSHIFUJI Hideaki / 吉藤英明 | 2013-02-07 | 1 | -0/+10 |
| | * | | | | | netfilter: ip6t_NPT: Fix prefix mangling | YOSHIFUJI Hideaki / 吉藤英明 | 2013-02-07 | 1 | -1/+1 |
| | * | | | | | netfilter: ip6t_NPT: Fix adjustment calculation | YOSHIFUJI Hideaki / 吉藤英明 | 2013-02-07 | 1 | -3/+3 |
| | | |_|/ /
| | |/| | | |
|
* | | | | | | ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2 | Hannes Frederic Sowa | 2013-02-11 | 1 | -2/+13 |
* | | | | | | ipv6: don't accept multicast traffic with scope 0 | Hannes Frederic Sowa | 2013-02-11 | 1 | -0/+9 |
* | | | | | | ipv6: don't let node/interface scoped multicast traffic escape on the wire | Hannes Frederic Sowa | 2013-02-11 | 1 | -0/+7 |
* | | | | | | ipv6 mcast: Do not join device multicast for interface-local multicasts. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-02-11 | 1 | -0/+8 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-02-09 | 1 | -1/+1 |
|\| | | | | |
|
| * | | | | | ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit() | Tommi Rantala | 2013-02-06 | 1 | -1/+1 |
* | | | | | | ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.c | Amerigo Wang | 2013-02-08 | 1 | -4/+4 |
* | | | | | | ipv6: Don't send packet to big messages to self | Steffen Klassert | 2013-02-06 | 1 | -2/+1 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-02-05 | 7 | -19/+26 |
|\| | | | |
| |_|_|/ /
|/| | | | |
|
| * | | | | tcp: ipv6: Update MIB counters for drops | Vijay Subramanian | 2013-02-04 | 1 | -1/+5 |
| * | | | | ipv6: export ip6_datagram_recv_ctl | Tom Parkin | 2013-01-31 | 1 | -0/+1 |
| * | | | | ipv6: rename datagram_send_ctl and datagram_recv_ctl | Tom Parkin | 2013-01-31 | 5 | -18/+19 |
| * | | | | ipv6: do not create neighbor entries for local delivery | Marcelo Ricardo Leitner | 2013-01-31 | 1 | -1/+1 |
| * | | | | ipv6 addrconf: Fix interface identifiers of 802.15.4 devices. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-29 | 1 | -0/+1 |
* | | | | | mcast: do not check 'rv' twice in a row | Jean Sacren | 2013-02-04 | 1 | -4/+2 |
* | | | | | ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-31 | 1 | -8/+8 |
* | | | | | ipv6 flowlabel: Convert np->ipv6_fl_list to RCU. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-31 | 1 | -32/+40 |
* | | | | | ipv6 flowlabel: Convert hash list to RCU. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-31 | 1 | -40/+54 |