summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6mr.c
AgeCommit message (Expand)Author
2019-08-04ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long
2019-03-13ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel
2019-01-09ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2018-06-13ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeedsSabrina Dubroca
2018-02-13ip6mr: fix stale iteratorNikolay Aleksandrov
2017-05-03ip6mr: fix notification device destructionNikolay Aleksandrov
2016-09-25ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-09-21ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov
2016-07-26net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov
2016-07-16net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov
2016-07-09ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet
2016-06-28ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff
2016-04-27ipv6: rename IP6_INC_STATS_BH()Eric Dumazet
2016-04-21ip6mr: align RTA_MFC_STATS on 64-bitNicolas Dichtel
2015-11-24net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov
2015-11-22net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-09-17ipv6: Only compute net once in ip6mr_forward2_finishEric W. Biederman
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman
2015-09-09net: ipv6: use common fib_default_rule_prefPhil Sutter
2015-09-05net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-02ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong
2015-04-02net: move fib_rules_unregister() under rtnl lockWANG Cong
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-02ipmr,ip6mr: implement ndo_get_iflinkNicolas Dichtel
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris
2015-03-29ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong
2015-03-12net: Introduce possible_net_tEric W. Biederman
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-19ipv6: delete protocol and unregister rtnetlink when cleanupDuan Jiong
2014-10-30ipv6: spelling s/incomming/incomingFabian Frederick
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-04-28net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang
2014-03-20ip6mr: fix mfc notification flagsNicolas Dichtel
2014-01-14net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-24ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa
2013-07-23ip6mr: change the prototype of ip6_mr_forward().Rami Rosen
2013-05-28net: pass info struct via netdevice notifierJiri Pirko