summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipmr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-1/+2
|\
| * ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault2019-11-161-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-051-2/+2
|\ \ | |/
| * netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-2/+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
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-6/+6
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-3/+3
* net: Rename net/nexthop.h net/rtnh.hDavid Ahern2019-04-221-1/+1
* rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-071-1/+0
* ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair2019-02-211-27/+48
* net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli2019-02-061-14/+5
* net: Introduce ndo_get_port_parent_id()Florian Fainelli2019-02-061-1/+7
* net: ipv4: ipmr: perform strict checks also for doit handlersJakub Kicinski2019-01-191-5/+56
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+4
|\
| * ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-101-0/+4
* | ipmr: Drop mfc_cache argument to ipmr_queue_xmitDavid Ahern2018-12-171-5/+4
* | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-2/+2
* | skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel2018-12-041-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/+5
* rtnetlink: Update fib dumps for strict data checkingDavid Ahern2018-10-081-0/+7
* rtnetlink: Update ipmr_rtm_dumplink for strict data checkingDavid Ahern2018-10-081-0/+32
* net: ipmr: add support for passing full packet on wrong vifNikolay Aleksandrov2018-07-131-5/+16
* rhashtable: split rhashtable.hNeilBrown2018-06-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-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-4/+4
* ipmr: Make ipmr_dump() commonYuval Mintz2018-03-261-51/+2
* ipmr: Make MFC fib notifiers commonYuval Mintz2018-03-261-22/+4
* ipmr: Make vif fib notifiers commonYuval Mintz2018-03-261-26/+5
* net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai2018-03-221-2/+9
* ipmr, ip6mr: Unite dumproute flowsYuval Mintz2018-03-011-122/+39
* ipmr, ip6mr: Unite vif seq functionsYuval Mintz2018-03-011-44/+5
* ipmr, ip6mr: Unite mfc seq logicYuval Mintz2018-03-011-88/+5
* ipmr, ip6mr: Unite logic for searching in MFC cacheYuval Mintz2018-03-011-55/+16
* ipmr, ip6mr: Make mfc_cache a common structureYuval Mintz2018-03-011-108/+125
* ipmr, ip6mr: Unite creation of new mr_tableYuval Mintz2018-03-011-17/+10
* mroute*: Make mr_table a common structYuval Mintz2018-03-011-2/+0
* ipmr,ipmr6: Define a uniform vif_deviceYuval Mintz2018-03-011-17/+15
* net: make kmem caches as __ro_after_initAlexey Dobriyan2018-02-261-1/+2
* net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai2018-02-131-0/+1
* ipmr: Fix ptrdiff_t print formattingJames Hogan2018-01-301-1/+1
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-5/+4
OpenPOWER on IntegriCloud