summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c
Commit message (Expand)AuthorAgeFilesLines
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-09-251-2/+3
* ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov2016-09-211-2/+5
* net: ipmr/ip6mr: update lastuse on entry changeNikolay Aleksandrov2016-07-261-1/+1
* net: ipmr/ip6mr: add support for keeping an entry ageNikolay Aleksandrov2016-07-161-4/+9
* ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet2016-07-091-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-271-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/+0
* net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-11-221-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-171-2/+1
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-2/+2
* ipv6: Only compute net once in ip6mr_forward2_finishEric W. Biederman2015-09-171-2/+3
* net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-1/+1
* net: ipv6: use common fib_default_rule_prefPhil Sutter2015-09-091-1/+0
* net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2015-09-051-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-061-2/+2
|\
| * ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong2015-04-021-1/+1
| * net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-021-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/+1
|/
* 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-211-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-241-2/+2
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-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-141-2/+5
* tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel2013-09-041-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-0/+5
|\
| * ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa2013-07-241-0/+5
* | ip6mr: change the prototype of ip6_mr_forward().Rami Rosen2013-07-231-6/+5
|/
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-5/+5
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-3/+3
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-291-0/+3
|\
| * ip6mr: limit IPv6 MRT_TABLE identifiersDan Carpenter2013-01-271-0/+3
* | mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel2013-01-211-13/+113
|/
OpenPOWER on IntegriCloud