summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6mr.c
AgeCommit message (Expand)Author
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-13ipv6: try not to take rtnl_lock in ip6mr_sk_doneFrancesco Ruggeri
2017-10-18ipv6: mark expected switch fall-throughsGustavo A. R. Silva
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-06-21ip6mr: add netlink notifications on mrt6msg cache reportsJulien Gomes
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-21ip6mr: fix notification device destructionNikolay Aleksandrov
2017-03-28net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern
2017-02-26ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long
2017-01-18net: ipv6: remove nowait arg to rt6_fill_nodeDavid Ahern
2017-01-03ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entriesNikolay Aleksandrov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-31net: pim: add all RFC7761 message typesNikolay 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