summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6mr.c
AgeCommit message (Expand)Author
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
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-27ip6mr: limit IPv6 MRT_TABLE identifiersDan Carpenter
2013-01-21mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel
2012-12-04ip6mr: fix rtm_family of rtnl msgNicolas Dichtel
2012-12-04ip6mr: advertise new mfc entries via rtnlNicolas Dichtel
2012-12-04ipmr/ip6mr: allow to get unresolved cache via netlinkNicolas Dichtel
2012-12-04ipmr/ip6mr: report origin of mfc entry into rtnl msgNicolas Dichtel
2012-12-04ipmr/ip6mr: advertise mfc stats via rtnetlinkNicolas Dichtel
2012-12-04ip6mr: use nla_nest_* helpersNicolas Dichtel
2012-12-04netconf: advertise mc_forwarding statusNicolas Dichtel
2012-11-26ip6mr: Add sizeof verification to MRT6_ASSERT and MT6_PIMJoe Perches
2012-11-25ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to boolJoe Perches
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman
2012-10-06sections: fix section conflicts in netAndi Kleen
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-06-27ip6mr: Do not use RTA_PUT() macrosThomas Graf
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller