summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-081-1/+0Star
* 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-281-4/+3Star
* 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-151-0/+4
* | ip6mr: Drop mfc6_cache argument to ip6mr_forward2David Ahern2018-12-181-4/+3Star
* | 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-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
|\