summaryrefslogtreecommitdiffstats
path: root/include/linux/mroute6.h
Commit message (Expand)AuthorAgeFilesLines
* mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt()Nicolas Dichtel2013-01-211-1/+1
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-137/+1
* UAPI: Split trivial #if defined(__KERNEL__) && X conditionalsDavid Howells2011-12-131-1/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller2011-02-031-0/+1
* ipv6: ip6mr: support multiple tablesPatrick McHardy2010-05-111-4/+11
* ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy2010-05-111-4/+1
* ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy2010-05-111-1/+1
* ipv6: ip6mr: remove net pointer from struct mfc6_cachePatrick McHardy2010-05-111-15/+0
* net: cleanup include/linuxEric Dumazet2009-11-041-10/+5
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-2/+2
* make exported headers use strict posix typesArnd Bergmann2009-03-261-1/+1
* netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery2008-12-101-1/+2
* netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery2008-12-101-0/+15
* netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery2008-12-101-2/+6
* net: Unbreak userspace usage of linux/mroute.hDavid S. Miller2008-08-291-0/+1
* ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs.YOSHIFUJI Hideaki2008-07-031-0/+32
* ipv6: Do cleanup for ip6_mr_init.Wang Chen2008-07-031-1/+2
* [IPV6] MROUTE: Do not call ipv6_find_idev() directly.YOSHIFUJI Hideaki2008-04-131-3/+0
* [IPV6] MROUTE: Support PIM-SM (SSM).YOSHIFUJI Hideaki2008-04-051-0/+4
* [IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki2008-04-051-0/+227