summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6mr.c
AgeCommit message (Expand)Author
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-09-27ipv6-multicast: Fix memory leak in IPv6 multicast.Ben Greear
2011-09-27ipv6-multicast: Fix memory leak in input path.Ben Greear
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-27net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-02-25ipv6: ignore rtnl_unicast() return codeHagen Paul Pfeifer
2011-02-03net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet
2010-09-20net: rx_dropped accountingEric Dumazet
2010-06-07ipmr: dont corrupt listsEric Dumazet
2010-06-06ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet
2010-05-26ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter
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