summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipmr.c
Commit message (Expand)AuthorAgeFilesLines
* ipmr: Copy option to correct variableIdo Schimmel2020-07-271-1/+1
* net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-241-7/+7
* net: ipv4: kerneldoc fixesAndrew Lunn2020-07-131-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-1/+1
|\
| * net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-211-1/+1
* | impr: use ->ndo_tunnel_ctl in ipmr_new_tunnelChristoph Hellwig2020-05-191-11/+3
* | ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnelChristoph Hellwig2020-05-191-40/+13
* | ipv4: streamline ipmr_new_tunnelChristoph Hellwig2020-05-191-37/+36
|/
* ipmr: Add lockdep expression to ipmr_for_each_table macroAmol Grover2020-05-141-3/+4
* ipmr: Fix RCU list debugging warningAmol Grover2020-05-141-1/+2
* inet: Use fallthrough;Joe Perches2020-03-121-1/+1
* 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