aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ipmr.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ipmr: fix a lockdep splat in ipmr_rtm_dumplink()Gravatar Eric Dumazet 1-1/+1
2022-06-24ipmr: convert mrt_lock to a spinlockGravatar Eric Dumazet 1-10/+9
2022-06-24ipmr: convert /proc handlers to rcu_read_lock()Gravatar Eric Dumazet 1-4/+4
2022-06-24ipmr: adopt rcu_read_lock() in mr_dump()Gravatar Eric Dumazet 1-1/+1
2022-06-24ipmr: do not acquire mrt_lock in ipmr_get_route()Gravatar Eric Dumazet 1-2/+0
2022-06-24ipmr: do not acquire mrt_lock while calling ip_mr_forward()Gravatar Eric Dumazet 1-7/+2
2022-06-24ipmr: do not acquire mrt_lock before calling ipmr_cache_unresolved()Gravatar Eric Dumazet 1-17/+8
2022-06-24ipmr: do not acquire mrt_lock in ioctl(SIOCGETVIFCNT)Gravatar Eric Dumazet 1-20/+22
2022-06-24ipmr: do not acquire mrt_lock in __pim_rcv()Gravatar Eric Dumazet 1-5/+5
2022-06-24ipmr: ipmr_cache_report() changesGravatar Eric Dumazet 1-16/+29
2022-06-24ipmr: change igmpmsg_netlink_event() prototypeGravatar Eric Dumazet 1-2/+2
2022-06-24ipmr: add rcu protection over (struct vif_device)->devGravatar Eric Dumazet 1-27/+38
2022-06-09net: rename reference+tracking helpersGravatar Jakub Kicinski 1-1/+1
2022-04-30ipv4: remove unnecessary type castingsGravatar Yu Zhe 1-1/+1
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+2
2022-02-08ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathGravatar Eric Dumazet 1-0/+2
2022-02-08ipmr: introduce ipmr_net_exit_batch()Gravatar Eric Dumazet 1-5/+15
2021-12-16fib: rules: remove duplicated nla policiesGravatar Florian Westphal 1-5/+0
2021-12-06ipmr, ip6mr: add net device refcount tracker to struct vif_deviceGravatar Eric Dumazet 1-1/+2
2021-07-07ipmr: Fix indentation issueGravatar Roy, UjjaL 1-1/+1
2021-06-07ipv4: Fix spelling mistakesGravatar Zheng Yongjun 1-2/+2
2021-05-17net: Remove the member netns_okGravatar Yejune Deng 1-1/+0
2020-09-10ipmr: Use full VIF ID in netlink cache reportsGravatar Paul Davey 1-1/+1
2020-09-10ipmr: Add high byte of VIF ID to igmpmsgGravatar Paul Davey 1-2/+6
2020-09-10ipmr: Add route table ID to netlink cache reportsGravatar Paul Davey 1-1/+3
2020-07-27ipmr: Copy option to correct variableGravatar Ido Schimmel 1-1/+1
2020-07-24net/ipv4: switch ip_mroute_setsockopt to sockptr_tGravatar Christoph Hellwig 1-7/+7
2020-07-13net: ipv4: kerneldoc fixesGravatar Andrew Lunn 1-0/+3
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECGravatar Sabrina Dubroca 1-1/+1
2020-05-19impr: use ->ndo_tunnel_ctl in ipmr_new_tunnelGravatar Christoph Hellwig 1-11/+3
2020-05-19ipv4: consolidate the VIFF_TUNNEL handling in ipmr_new_tunnelGravatar Christoph Hellwig 1-40/+13
2020-05-19ipv4: streamline ipmr_new_tunnelGravatar Christoph Hellwig 1-37/+36
2020-05-14ipmr: Add lockdep expression to ipmr_for_each_table macroGravatar Amol Grover 1-3/+4
2020-05-14ipmr: Fix RCU list debugging warningGravatar Amol Grover 1-1/+2
2020-03-12inet: Use fallthrough;Gravatar Joe Perches 1-1/+1
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+2
2019-11-16ipmr: Fix skb headroom in ipmr_get_route().Gravatar Guillaume Nault 1-1/+2
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-2/+2
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackGravatar Jiri Pirko 1-5/+8
2019-10-01netfilter: drop bridge nf reset from nf_resetGravatar Florian Westphal 1-2/+2
2019-09-07ipmr: remove hard code cache_resolve_queue_len limitGravatar Hangbin Liu 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-6/+6
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-3/+3
2019-04-22net: Rename net/nexthop.h net/rtnh.hGravatar David Ahern 1-1/+1
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.Gravatar NeilBrown 1-1/+0
2019-02-21ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsGravatar Callum Sinclair 1-27/+48
2019-02-06net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDGravatar Florian Fainelli 1-14/+5
2019-02-06net: Introduce ndo_get_port_parent_id()Gravatar Florian Fainelli 1-1/+7