aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-04-28net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov1-1/+1
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang1-1/+1
2014-03-20ip6mr: fix mfc notification flagsNicolas Dichtel1-5/+8
2014-01-14net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa1-2/+5
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel1-2/+1
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2013-07-24ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa1-0/+5
2013-07-23ip6mr: change the prototype of ip6_mr_forward().Rami Rosen1-6/+5
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-5/+5
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-3/+3
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-2/+2
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-01-27ip6mr: limit IPv6 MRT_TABLE identifiersDan Carpenter1-0/+3
2013-01-21mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel1-13/+113
2012-12-04ip6mr: fix rtm_family of rtnl msgNicolas Dichtel1-1/+1
2012-12-04ip6mr: advertise new mfc entries via rtnlNicolas Dichtel1-4/+59
2012-12-04ipmr/ip6mr: allow to get unresolved cache via netlinkNicolas Dichtel1-1/+21
2012-12-04ipmr/ip6mr: report origin of mfc entry into rtnl msgNicolas Dichtel1-1/+4
2012-12-04ipmr/ip6mr: advertise mfc stats via rtnetlinkNicolas Dichtel1-0/+7
2012-12-04ip6mr: use nla_nest_* helpersNicolas Dichtel1-13/+13
2012-12-04netconf: advertise mc_forwarding statusNicolas Dichtel1-2/+18
2012-11-26ip6mr: Add sizeof verification to MRT6_ASSERT and MT6_PIMJoe Perches1-0/+6
2012-11-25ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to boolJoe Perches1-3/+3
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman1-1/+1
2012-10-06sections: fix section conflicts in netAndi Kleen1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-5/+5
2012-06-27ip6mr: Do not use RTA_PUT() macrosThomas Graf1-2/+3
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat1-0/+2
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches1-1/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-2/+1
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-04-02ipv6: Stop using NLA_PUT*().David S. Miller1-4/+5
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-22ipv6: ip6_route_output() never returns NULL.RongQing.Li1-1/+3
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-6/+6
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-09-27ipv6-multicast: Fix memory leak in IPv6 multicast.Ben Greear1-1/+3
2011-09-27ipv6-multicast: Fix memory leak in input path.Ben Greear1-1/+3
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-1/+2
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-2/+2
2011-03-27net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros1-1/+1
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-26/+27
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-11/+11
2011-02-25ipv6: ignore rtnl_unicast() return codeHagen Paul Pfeifer1-2/+1
2011-02-03net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller1-0/+75
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-3/+1
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet1-2/+1
2010-09-20net: rx_dropped accountingEric Dumazet1-1/+3