summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-8/+16
|\
| * ipmr: fix error path when ipmr_new_table failsSabrina Dubroca2018-06-051-6/+12
| * ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca2018-06-051-1/+2
| * net: fib_rules: add extack supportRoopa Prabhu2018-04-231-1/+2
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-28/+4
|/
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* ip6mr: Add refcounting to mfcYuval Mintz2018-03-261-2/+4
* ip6mr: Add API for default_rule fibYuval Mintz2018-03-261-0/+7
* ip6mr: Support fib notificationsYuval Mintz2018-03-261-8/+104
* ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREEEric Dumazet2018-03-071-1/+5
* ipmr, ip6mr: Unite dumproute flowsYuval Mintz2018-03-011-117/+39
* ip6mr: Remove MFC_NOTIFY and refactor flagsYuval Mintz2018-03-011-3/+0
* ipmr, ip6mr: Unite vif seq functionsYuval Mintz2018-03-011-45/+5
* ipmr, ip6mr: Unite mfc seq logicYuval Mintz2018-03-011-90/+7
* ipmr, ip6mr: Unite logic for searching in MFC cacheYuval Mintz2018-03-011-57/+17
* ipmr, ip6mr: Make mfc_cache a common structureYuval Mintz2018-03-011-122/+126
* ipmr, ip6mr: Unite creation of new mr_tableYuval Mintz2018-03-011-20/+10
* mroute*: Make mr_table a common structYuval Mintz2018-03-011-162/+139
* ip6mr: Align hash implementation to ipmrYuval Mintz2018-03-011-145/+168
* ip6mr: Make mroute_sk rcu-basedYuval Mintz2018-03-011-18/+27
* ipmr,ipmr6: Define a uniform vif_deviceYuval Mintz2018-03-011-24/+13
* net: Convert ip6mr_net_opsKirill Tkhai2018-02-191-0/+1
* ip6mr: fix stale iteratorNikolay Aleksandrov2018-01-311-0/+1
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0
* rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal2017-12-041-3/+6
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-5/+4
* ipv6: try not to take rtnl_lock in ip6mr_sk_doneFrancesco Ruggeri2017-11-131-0/+4
* ipv6: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+1
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-1/+1
* ip6mr: add netlink notifications on mrt6msg cache reportsJulien Gomes2017-06-211-2/+69
* networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-2/+4
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-211-7/+6
|\
| * ip6mr: fix notification device destructionNikolay Aleksandrov2017-04-211-7/+6
* | net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern2017-03-281-4/+5
|/
* ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long2017-02-261-3/+8
* net: ipv6: remove nowait arg to rt6_fill_nodeDavid Ahern2017-01-181-7/+2
* ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entriesNikolay Aleksandrov2017-01-031-1/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: pim: add all RFC7761 message typesNikolay Aleksandrov2016-10-311-1/+1
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-09-251-2/+3
* ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov2016-09-211-2/+5
* net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov2016-07-261-1/+1
* net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov2016-07-161-4/+9
* ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet2016-07-091-6/+7
* ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2016-06-281-0/+1
* ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-271-4/+4
* ip6mr: align RTA_MFC_STATS on 64-bitNicolas Dichtel2016-04-211-2/+2
* net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov2015-11-241-4/+0
* net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-11-221-7/+8
OpenPOWER on IntegriCloud