summaryrefslogtreecommitdiff
path: root/include/linux/mroute.h
AgeCommit message (Expand)Author
2020-07-24net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig
2018-03-26ip6mr: Add refcounting to mfcYuval Mintz
2018-03-26ipmr: Make MFC fib notifiers commonYuval Mintz
2018-03-26ipmr: Make vif fib notifiers commonYuval Mintz
2018-03-01ip6mr: Remove MFC_NOTIFY and refactor flagsYuval Mintz
2018-03-01ipmr, ip6mr: Make mfc_cache a common structureYuval Mintz
2018-03-01mroute*: Make mr_table a common structYuval Mintz
2018-03-01ipmr,ipmr6: Define a uniform vif_deviceYuval Mintz
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-03ipv4: ipmr: Add the parent ID field to VIF structYotam Gigi
2017-09-27net: mroute: Check if rule is a default ruleYotam Gigi
2017-09-27net: ipmr: Add MFC offload indicationYotam Gigi
2017-09-27ipmr: Add FIB notification access functionsYotam Gigi
2017-09-27ipmr: Add reference count to MFC entriesYotam Gigi
2017-01-12ipmr: improve hash scalabilityNikolay Aleksandrov
2017-01-08net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern
2016-09-25ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-07-16net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov
2015-11-30net: ipmr: move struct mr_table and VIF_EXISTS to mroute.hNikolay Aleksandrov
2015-11-30net: ipmr: adjust mroute.h style and drop externNikolay Aleksandrov
2015-11-30net: ipmr: remove unused MFC_NOTIFY flag and make the flags enumNikolay Aleksandrov
2013-01-21mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt()Nicolas Dichtel
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2011-05-04ipv4: Pass explicit saddr/daddr args to ipmr_get_route().David S. Miller
2011-01-30net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman
2010-10-03ipmr: RCU protection for mfc_cache_arrayEric Dumazet
2010-04-13ipv4: ipmr: support multiple tablesPatrick McHardy
2010-04-13ipv4: ipmr: convert struct mfc_cache to struct list_headPatrick McHardy
2010-04-13ipv4: ipmr: remove net pointer from struct mfc_cachePatrick McHardy
2009-11-04net: cleanup include/linuxEric Dumazet
2009-10-07add vif using local interface index instead of IPIlia K
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-01-22netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery
2009-01-22netns: ipmr: store netns in struct mfc_cacheBenjamin Thery
2008-08-29net: Unbreak userspace usage of linux/mroute.hDavid S. Miller
2008-07-03ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs.YOSHIFUJI Hideaki
2008-07-03ipv4: Do cleanup for ip_mr_initWang Chen
2008-04-04[IPV4] MROUTE: Adjust include files for user-space.YOSHIFUJI Hideaki
2008-04-04[IPV4] MROUTE: Move PIM definitions to <linux/pim.h>.YOSHIFUJI Hideaki
2007-11-07[IPV4]: Clean the ip_sockglue.c from some ugly ifdefsPavel Emelyanov
2006-09-28[IPV4]: mroute annotationsAl Viro
2006-09-28[IPV4]: PIMv2 header annotationsAl Viro
2005-04-16Linux-2.6.12-rc2Linus Torvalds