summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c
Commit message (Expand)AuthorAgeFilesLines
* net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-211-1/+1
* ipv6: Fix suspicious RCU usage warning in ip6mrMadhuparna Bhowmik2020-05-161-1/+2
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* ip6mr: Fix RCU list debugging warningAmol Grover2020-02-241-1/+2
* net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-041-5/+8
* ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu2019-09-071-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-071-1/+0
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-041-4/+4
* ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair2019-02-211-27/+51
* ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan2019-01-271-4/+3
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-011-6/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+4
|\
| * ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-141-0/+4
* | ip6mr: Drop mfc6_cache argument to ip6mr_forward2David Ahern2018-12-171-4/+3
* | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
|/
* 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-021-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-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