aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2015-10-131-1/+1
* net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2014-02-151-2/+5
* ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa2013-09-101-0/+5
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* ipv6-multicast: Fix memory leak in IPv6 multicast.Ben Greear2011-09-271-1/+3
* ipv6-multicast: Fix memory leak in input path.Ben Greear2011-09-271-1/+3
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-091-1/+2
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-2/+2
* net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros2011-03-271-1/+1
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-26/+27
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-11/+11
* ipv6: ignore rtnl_unicast() return codeHagen Paul Pfeifer2011-02-251-2/+1
* net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller2011-02-031-0/+75
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-3/+1
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-2/+1
* net: rx_dropped accountingEric Dumazet2010-09-201-1/+3
* ipmr: dont corrupt listsEric Dumazet2010-06-071-1/+3
* ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet2010-06-061-1/+1
* ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter2010-05-261-1/+1
* net: Introduce skb_tunnel_rx() helperEric Dumazet2010-05-171-5/+3
* ipv6: ip6mr: add support for dumping routing tables over netlinkPatrick McHardy2010-05-111-7/+89
* ipv6: ip6mr: support multiple tablesPatrick McHardy2010-05-111-66/+362
* ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy2010-05-111-176/+214
* ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy2010-05-111-65/+62
* ipv6: ip6mr: remove net pointer from struct mfc6_cachePatrick McHardy2010-05-111-32/+31
* ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy2010-05-111-41/+33
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-4/+11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| * net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel2010-03-271-4/+7
| * net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy2010-03-191-0/+3
* | netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-1/+1
|/
* ip6mr: Optimize multiple unregistrationEric Dumazet2009-10-291-5/+10
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-141-5/+1
* net: file_operations should be constStephen Hemminger2009-09-021-2/+2
* net: seq_operations should be constStephen Hemminger2009-09-021-1/+1
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* PIM-SM: namespace changesTom Goff2009-06-141-8/+12
* net: skb->dst accessorsEric Dumazet2009-06-031-7/+6
* ipv6: compile fix for ip6mr.cDave Jones2009-01-311-0/+1
* IPv6: Fix multicast routing bugs.Thomas Goff2009-01-271-5/+18
* ip6mr: use goto to common label instead of opencodingIlpo Järvinen2008-12-141-2/+1
* netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery2008-12-101-100/+126
* netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery2008-12-101-46/+61
* netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery2008-12-101-8/+11
* netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery2008-12-101-16/+10
* netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery2008-12-101-19/+21