aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipmr.c
AgeCommit message (Expand)Author
2022-02-08ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal
2021-12-06ipmr, ip6mr: add net device refcount tracker to struct vif_deviceEric Dumazet
2021-07-07ipmr: Fix indentation issueRoy, UjjaL
2021-06-07ipv4: Fix spelling mistakesZheng Yongjun
2021-05-17net: Remove the member netns_okYejune Deng
2020-09-10ipmr: Use full VIF ID in netlink cache reportsPaul Davey
2020-09-10ipmr: Add high byte of VIF ID to igmpmsgPaul Davey
2020-09-10ipmr: Add route table ID to netlink cache reportsPaul Davey
2020-07-27ipmr: Copy option to correct variableIdo Schimmel
2020-07-24net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig
2020-07-13net: ipv4: kerneldoc fixesAndrew Lunn
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca
2020-05-19impr: use ->ndo_tunnel_ctl in ipmr_new_tunnelChristoph Hellwig
2020-05-19ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnelChristoph Hellwig
2020-05-19ipv4: streamline ipmr_new_tunnelChristoph Hellwig
2020-05-14ipmr: Add lockdep expression to ipmr_for_each_table macroAmol Grover
2020-05-14ipmr: Fix RCU list debugging warningAmol Grover
2020-03-12inet: Use fallthrough;Joe Perches
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-16ipmr: Fix skb headroom in ipmr_get_route().Guillaume Nault
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-07ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown
2019-02-21ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair
2019-02-06net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli
2019-02-06net: Introduce ndo_get_port_parent_id()Florian Fainelli
2019-01-19net: ipv4: ipmr: perform strict checks also for doit handlersJakub Kicinski
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-17ipmr: Drop mfc_cache argument to ipmr_queue_xmitDavid Ahern
2018-12-10ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata
2018-12-04skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern
2018-10-16net: Plumb support for filtering ipv4 and ipv6 multicast route dumpsDavid Ahern
2018-10-16net: Add struct for fib dump filterDavid Ahern
2018-10-08rtnetlink: Update fib dumps for strict data checkingDavid Ahern
2018-10-08rtnetlink: Update ipmr_rtm_dumplink for strict data checkingDavid Ahern
2018-07-13net: ipmr: add support for passing full packet on wrong vifNikolay Aleksandrov
2018-06-22rhashtable: split rhashtable.hNeilBrown
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig