summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c
Commit message (Expand)AuthorAgeFilesLines
...
| * ip6mr: fix notification device destructionNikolay Aleksandrov2017-04-211-7/+6Star
* | net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern2017-03-291-4/+5
|/
* ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long2017-02-271-3/+8
* net: ipv6: remove nowait arg to rt6_fill_nodeDavid Ahern2017-01-181-7/+2Star
* ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entriesNikolay Aleksandrov2017-01-031-1/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: pim: add all RFC7761 message typesNikolay Aleksandrov2016-10-311-1/+1
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-09-261-2/+3
* ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov2016-09-211-2/+5
* net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov2016-07-271-1/+1
* net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov2016-07-171-4/+9
* ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet2016-07-101-6/+7
* ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2016-06-281-0/+1
* ipv6: rename IP6_INC_STATS_BH()Eric Dumazet2016-04-281-4/+4
* ip6mr: align RTA_MFC_STATS on 64-bitNicolas Dichtel2016-04-211-2/+2
* net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov2015-11-241-4/+0Star
* net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-11-231-7/+8
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-1/+1
* netfilter: Pass net into okfnEric W. Biederman2015-09-181-2/+1Star
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-181-2/+2
* ipv6: Only compute net once in ip6mr_forward2_finishEric W. Biederman2015-09-181-2/+3
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-181-1/+1
* net: ipv6: use common fib_default_rule_prefPhil Sutter2015-09-091-1/+0Star
* net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2015-09-061-1/+1
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-071-2/+2
|\
| * ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong2015-04-031-1/+1
| * net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-1/+1
|\|
| * ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong2015-03-291-1/+1
* | ipmr,ip6mr: implement ndo_get_iflinkNicolas Dichtel2015-04-021-1/+6
* | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-021-1/+1
* | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-2/+2
* | ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-311-1/+1
* | ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-24/+24
* | net: Introduce possible_net_tEric W. Biederman2015-03-121-3/+1Star
|/
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-221-0/+4
|\
| * ipv6: delete protocol and unregister rtnetlink when cleanupDuan Jiong2014-11-191-0/+4
* | ipv6: spelling s/incomming/incomingFabian Frederick2014-10-301-1/+1
|/
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-251-2/+2
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+1
* net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov2014-04-281-1/+1
* ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2014-04-161-1/+1
* ip6mr: fix mfc notification flagsNicolas Dichtel2014-03-201-5/+8
* net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2014-01-151-2/+5
* tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel2013-09-041-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-041-0/+5
|\
| * ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa2013-07-251-0/+5
* | ip6mr: change the prototype of ip6_mr_forward().Rami Rosen2013-07-241-6/+5Star
|/