aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/ip6mr.c
AgeCommit message (Expand)Author
2010-05-17net: Introduce skb_tunnel_rx() helperEric Dumazet
2010-05-11ipv6: ip6mr: add support for dumping routing tables over netlinkPatrick McHardy
2010-05-11ipv6: ip6mr: support multiple tablesPatrick McHardy
2010-05-11ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy
2010-05-11ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy
2010-05-11ipv6: ip6mr: remove net pointer from struct mfc6_cachePatrick McHardy
2010-05-11ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-27net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel
2010-03-25netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt
2010-03-19net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy
2009-10-29ip6mr: Optimize multiple unregistrationEric Dumazet
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-23seq_file: constify seq_operationsJames Morris
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan
2009-09-02net: file_operations should be constStephen Hemminger
2009-09-02net: seq_operations should be constStephen Hemminger
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-14PIM-SM: namespace changesTom Goff
2009-06-03net: skb->dst accessorsEric Dumazet
2009-01-31ipv6: compile fix for ip6mr.cDave Jones
2009-01-27IPv6: Fix multicast routing bugs.Thomas Goff
2008-12-14ip6mr: use goto to common label instead of opencodingIlpo Järvinen
2008-12-10netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery
2008-12-10netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery
2008-12-10netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery
2008-12-10netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery
2008-12-10netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery
2008-12-10netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery
2008-12-10netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery
2008-12-10netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery
2008-12-10netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery
2008-12-03net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches
2008-12-03net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery
2008-12-03net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery
2008-11-20ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-20ipv6: use seq_release_private for ip6mr.c /proc entriesBenjamin Thery
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-10ipv6: fix ip6_mr_init error pathBenjamin Thery
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison
2008-10-08ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-07-14ipv6: Fix using after dev_put()Wang Chen
2008-07-14ipv6: Check return of dev_set_allmultiWang Chen
2008-07-03ipv6: Do cleanup for ip6_mr_init.Wang Chen