net: skb->dst accessors
[safe/jmp/linux-2.6] / net / ipv6 / ip6mr.c
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-01-31 Dave Jonesipv6: compile fix for ip6mr.c
2009-01-28 Thomas GoffIPv6: Fix multicast routing bugs.
2008-12-15 Ilpo Järvinenip6mr: use goto to common label instead of opencoding
2008-12-11 Benjamin Therynetns: ip6mr: enable namespace support in ipv6 multicas...
2008-12-11 Benjamin Therynetns: ip6mr: declare ip6mr /proc/net entries per-namespace
2008-12-11 Benjamin Therynetns: ip6mr: declare reg_vif_num per-namespace
2008-12-11 Benjamin Therynetns: ip6mr: declare mroute_do_assert and mroute_do_pi...
2008-12-11 Benjamin Therynetns: ip6mr: declare counter cache_resolve_queue_len...
2008-12-11 Benjamin Therynetns: ip6mr: dynamically allocate mfc6_cache_array
2008-12-11 Benjamin Therynetns: ip6mr: store netns in struct mfc6_cache
2008-12-11 Benjamin Therynetns: ip6mr: dynamically allocates vif6_table
2008-12-11 Benjamin Therynetns: ip6mr: allocate mroute6_socket per-namespace.
2008-12-04 Joe Perchesnet/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memset
2008-12-04 Benjamin Therynet: /proc/net/ip_mr_cache, display Iif as a signed...
2008-12-04 Benjamin Therynet: fix /proc/net/ip_mr_cache display - V2
2008-11-21 Stephen Hemmingeripmr: convert ipmr virtual interface to net_device_ops
2008-11-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-20 Benjamin Theryipv6: use seq_release_private for ip6mr.c /proc entries
2008-11-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-11 Benjamin Theryipv6: fix ip6_mr_init error path
2008-10-29 Harvey Harrisonnet: replace %p6 with %pI6
2008-10-29 Harvey Harrisonnet: replace uses of NIP6_FMT with %p6
2008-10-08 Denis V. Lunevipv6: added net argument to IP6_INC_STATS_BH
2008-07-20 YOSHIFUJI Hideakinetns: Use net_eq() to compare net-namespaces for optim...
2008-07-15 Wang Chenipv6: Fix using after dev_put()
2008-07-15 Wang Chenipv6: Check return of dev_set_allmulti
2008-07-03 Wang Chenipv6: Do cleanup for ip6_mr_init.
2008-06-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-11 Rami Rosenipv6 mroute: Use MRT6_VERSION instead of MRT_VERSION...
2008-06-04 Al Virobogus format in ip6mr
2008-05-21 Pavel Emelyanovip6mr: Use on-device stats instead of private ones.
2008-04-27 Al Viroipv6: result of csum_fold() is already 16bit, no need...
2008-04-14 Rami Rosen[IPV6] MROUTE: Add stats in multicast routing module...
2008-04-14 YOSHIFUJI Hideaki[IPV6] MROUTE: Do not call ipv6_find_idev() directly.
2008-04-12 Rami Rosen[IPV6] MROUTE: Adjust IPV6 multicast routing module...
2008-04-11 YOSHIFUJI Hideaki[IPV6]: Sparse: Reuse previous delaration where appropr...
2008-04-05 YOSHIFUJI Hideaki[IPV6] MROUTE: Use skb_tail_pointer(skb) instead of...
2008-04-05 YOSHIFUJI Hideaki[IPV6] MROUTE: Support PIM-SM (SSM).
2008-04-05 YOSHIFUJI Hideaki[IPV6] MROUTE: Support multicast forwarding.