summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c
Commit message (Expand)AuthorAgeFilesLines
* net: Don't return invalid table id error when dumping all familiesDavid Ahern2018-10-241-0/+3
* net: Enable kernel side filtering of route dumpsDavid Ahern2018-10-161-1/+1
* net: Plumb support for filtering ipv4 and ipv6 multicast route dumpsDavid Ahern2018-10-161-3/+15
* net: Add struct for fib dump filterDavid Ahern2018-10-161-1/+4
* rtnetlink: Update fib dumps for strict data checkingDavid Ahern2018-10-081-0/+9
* ipv6: add vrf table handling code for ipv6 mcastPatrick Ruddy2018-10-031-12/+36
* rhashtable: split rhashtable.hNeilBrown2018-06-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-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/+4Star
|/
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
* 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-081-1/+5
* ipmr, ip6mr: Unite dumproute flowsYuval Mintz2018-03-011-117/+39Star
* ip6mr: Remove MFC_NOTIFY and refactor flagsYuval Mintz2018-03-011-3/+0Star
* ipmr, ip6mr: Unite vif seq functionsYuval Mintz2018-03-011-45/+5Star
* ipmr, ip6mr: Unite mfc seq logicYuval Mintz2018-03-011-90/+7Star
* ipmr, ip6mr: Unite logic for searching in MFC cacheYuval Mintz2018-03-011-57/+17Star
* 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/+10Star
* mroute*: Make mr_table a common structYuval Mintz2018-03-011-162/+139Star
* 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/+13Star
* 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/+0Star
* rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal2017-12-041-3/+6
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-5/+4Star
* 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-101-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-221-7/+6Star
|\
| * ip6mr: fix notification device destructionNikolay Aleksandrov2017-04-211-7/+6Star
* | net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern2017-03-291-4/+5
|/
* ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long2017-02-271-3/+8
* net: ipv6: remove nowait arg to rt6_fill_nodeDavid Ahern2017-01-181-7/+2Star
* 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-261-2/+3
* ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov2016-09-211-2/+5
* net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov2016-07-271-1/+1