aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/ipmr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-27ipmr: Copy option to correct variableIdo Schimmel1-1/+1
2020-07-24net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig1-7/+7
2020-07-13net: ipv4: kerneldoc fixesAndrew Lunn1-0/+3
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca1-1/+1
2020-05-19impr: use ->ndo_tunnel_ctl in ipmr_new_tunnelChristoph Hellwig1-11/+3
2020-05-19ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnelChristoph Hellwig1-40/+13
2020-05-19ipv4: streamline ipmr_new_tunnelChristoph Hellwig1-37/+36
2020-05-14ipmr: Add lockdep expression to ipmr_for_each_table macroAmol Grover1-3/+4
2020-05-14ipmr: Fix RCU list debugging warningAmol Grover1-1/+2
2020-03-12inet: Use fallthrough;Joe Perches1-1/+1
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-11-16ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault1-1/+2
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko1-5/+8
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-2/+2
2019-09-07ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-6/+6
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-3/+3
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern1-1/+1
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown1-1/+0
2019-02-21ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair1-27/+48
2019-02-06net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli1-14/+5
2019-02-06net: Introduce ndo_get_port_parent_id()Florian Fainelli1-1/+7
2019-01-19net: ipv4: ipmr: perform strict checks also for doit handlersJakub Kicinski1-5/+56
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-12-17ipmr: Drop mfc_cache argument to ipmr_queue_xmitDavid Ahern1-5/+4
2018-12-10ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata1-2/+2
2018-12-04skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel1-1/+1
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern1-0/+3
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern1-1/+1
2018-10-16net: Plumb support for filtering ipv4 and ipv6 multicast route dumpsDavid Ahern1-3/+15
2018-10-16net: Add struct for fib dump filterDavid Ahern1-1/+5
2018-10-08rtnetlink: Update fib dumps for strict data checkingDavid Ahern1-0/+7
2018-10-08rtnetlink: Update ipmr_rtm_dumplink for strict data checkingDavid Ahern1-0/+32
2018-07-13net: ipmr: add support for passing full packet on wrong vifNikolay Aleksandrov1-5/+16
2018-06-22rhashtable: split rhashtable.hNeilBrown1-0/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-28/+4
2018-04-23net: fib_rules: add extack supportRoopa Prabhu1-1/+2
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26ip6mr: Add refcounting to mfcYuval Mintz1-4/+4
2018-03-26ipmr: Make ipmr_dump() commonYuval Mintz1-51/+2
2018-03-26ipmr: Make MFC fib notifiers commonYuval Mintz1-22/+4
2018-03-26ipmr: Make vif fib notifiers commonYuval Mintz1-26/+5
2018-03-22net: Revert "ipv4: fix a deadlock in ip_ra_control"Kirill Tkhai1-2/+9
2018-03-01ipmr, ip6mr: Unite dumproute flowsYuval Mintz1-122/+39
2018-03-01ipmr, ip6mr: Unite vif seq functionsYuval Mintz1-44/+5