aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26ip6mr: Add refcounting to mfcYuval Mintz1-2/+4
2018-03-26ip6mr: Add API for default_rule fibYuval Mintz1-0/+7
2018-03-26ip6mr: Support fib notificationsYuval Mintz1-8/+104
2018-03-07ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREEEric Dumazet1-1/+5
2018-03-01ipmr, ip6mr: Unite dumproute flowsYuval Mintz1-117/+39
2018-03-01ip6mr: Remove MFC_NOTIFY and refactor flagsYuval Mintz1-3/+0
2018-03-01ipmr, ip6mr: Unite vif seq functionsYuval Mintz1-45/+5
2018-03-01ipmr, ip6mr: Unite mfc seq logicYuval Mintz1-90/+7
2018-03-01ipmr, ip6mr: Unite logic for searching in MFC cacheYuval Mintz1-57/+17
2018-03-01ipmr, ip6mr: Make mfc_cache a common structureYuval Mintz1-122/+126
2018-03-01ipmr, ip6mr: Unite creation of new mr_tableYuval Mintz1-20/+10
2018-03-01mroute*: Make mr_table a common structYuval Mintz1-162/+139
2018-03-01ip6mr: Align hash implementation to ipmrYuval Mintz1-145/+168
2018-03-01ip6mr: Make mroute_sk rcu-basedYuval Mintz1-18/+27
2018-03-01ipmr,ipmr6: Define a uniform vif_deviceYuval Mintz1-24/+13
2018-02-19net: Convert ip6mr_net_opsKirill Tkhai1-0/+1
2018-01-31ip6mr: fix stale iteratorNikolay Aleksandrov1-0/+1
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-2/+0
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal1-3/+6
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-5/+4
2017-11-13ipv6: try not to take rtnl_lock in ip6mr_sk_doneFrancesco Ruggeri1-0/+4
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-1/+1
2017-06-21ip6mr: add netlink notifications on mrt6msg cache reportsJulien Gomes1-2/+69
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-2/+4
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+6
2017-04-21ip6mr: fix notification device destructionNikolay Aleksandrov1-7/+6
2017-03-28net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern1-4/+5
2017-02-26ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long1-3/+8
2017-01-18net: ipv6: remove nowait arg to rt6_fill_nodeDavid Ahern1-7/+2
2017-01-03ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entriesNikolay Aleksandrov1-1/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-31net: pim: add all RFC7761 message typesNikolay Aleksandrov1-1/+1
2016-09-25ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov1-2/+3
2016-09-21ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov1-2/+5
2016-07-26net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov1-1/+1
2016-07-16net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov1-4/+9
2016-07-09ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet1-6/+7
2016-06-28ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff1-0/+1
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet1-4/+4
2016-04-21ip6mr: align RTA_MFC_STATS on 64-bitNicolas Dichtel1-2/+2
2015-11-24net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov1-4/+0
2015-11-22net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-1/+1
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-2/+1
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-2/+2
2015-09-17ipv6: Only compute net once in ip6mr_forward2_finishEric W. Biederman1-2/+3
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman1-1/+1