aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ipmr.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-02ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Gravatar Ani Sinha 1-3/+3
2015-10-08net: Pass net into dst_output and remove dst_output_okfnGravatar Eric W. Biederman 1-1/+1
2015-09-17netfilter: Pass net into okfnGravatar Eric W. Biederman 1-2/+2
2015-09-17netfilter: Pass struct net into the netfilter hooksGravatar Eric W. Biederman 1-2/+2
2015-09-17ipv4: Only compute net once in ipmr_forward_finishGravatar Eric W. Biederman 1-2/+3
2015-09-17ipv4: Don't recompute net in ipmr_queue_xmitGravatar Eric W. Biederman 1-1/+1
2015-09-17net: Merge dst_output and dst_output_skGravatar Eric W. Biederman 1-1/+1
2015-09-09net: ipv6: use common fib_default_rule_prefGravatar Phil Sutter 1-1/+0
2015-04-07netfilter: Pass socket pointer down through okfn().Gravatar David Miller 1-3/+4
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+5
2015-04-03ipv4: coding style: comparison for inequality with NULLGravatar Ian Morris 1-1/+1
2015-04-03ipv4: coding style: comparison for equality with NULLGravatar Ian Morris 1-24/+24
2015-04-02net: move fib_rules_unregister() under rtnl lockGravatar WANG Cong 1-1/+1
2015-04-02ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupGravatar WANG Cong 1-0/+5
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2015-04-02ipmr,ip6mr: implement ndo_get_iflinkGravatar Nicolas Dichtel 1-1/+6
2015-04-02dev: introduce dev_get_iflink()Gravatar Nicolas Dichtel 1-1/+1
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrGravatar Jiri Benc 1-2/+2
2015-03-29ipmr,ip6mr: call ip6mr_free_table() on failure pathGravatar WANG Cong 1-1/+1
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionGravatar Hannes Frederic Sowa 1-3/+4
2015-03-12net: Introduce possible_net_tGravatar Eric W. Biederman 1-3/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidGravatar Johannes Berg 1-1/+2
2014-07-15net: set name_assign_type in alloc_netdev()Gravatar Tom Gundersen 1-1/+1
2014-06-02inetpeer: get rid of ip_id_countGravatar Eric Dumazet 1-1/+1
2014-05-30ipmr: Replace comma with semicolonGravatar Himangi Saraogi 1-1/+1
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifGravatar Cong Wang 1-1/+1
2014-03-20ipmr: fix mfc notification flagsGravatar Nicolas Dichtel 1-5/+8
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+5
2014-01-14net: avoid reference counter overflows on fib_rules in multicast forwardingGravatar Hannes Frederic Sowa 1-2/+5
2013-12-09neigh: restore old behaviour of default parms valuesGravatar Jiri Pirko 1-0/+2
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedGravatar Ansis Atteka 1-1/+1
2013-09-04tunnels: harmonize cleanup done on skb on rx pathGravatar Nicolas Dichtel 1-2/+1
2013-07-23ipmr: change the prototype of ip_mr_forward().Gravatar Rami Rosen 1-8/+7
2013-06-10net: remove last caller of skb_tail_offset() and itselfGravatar Cong Wang 1-7/+1
2013-05-28net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailGravatar Simon Horman 1-1/+7
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 1-1/+1
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Gravatar Hong zhi guo 1-5/+5
2013-03-26GRE: Refactor GRE tunneling code.Gravatar Pravin B Shelar 1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-3/+3
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-2/+2
2013-01-22ipmr: fix sparse warning when testing origin or groupGravatar Nicolas Dichtel 1-11/+12
2013-01-21mcast: add multicast proxy support (IPv4 and IPv6)Gravatar Nicolas Dichtel 1-13/+106
2012-12-04ipmr: advertise new mfc entries via rtnlGravatar Nicolas Dichtel 1-5/+59
2012-12-04ipmr/ip6mr: allow to get unresolved cache via netlinkGravatar Nicolas Dichtel 1-1/+20
2012-12-04ipmr/ip6mr: report origin of mfc entry into rtnl msgGravatar Nicolas Dichtel 1-1/+4
2012-12-04ipmr/ip6mr: advertise mfc stats via rtnetlinkGravatar Nicolas Dichtel 1-0/+7
2012-12-04netconf: advertise mc_forwarding statusGravatar Nicolas Dichtel 1-0/+12
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+4
2012-11-26net: ipmr: limit MRT_TABLE identifiersGravatar Eric Dumazet 1-0/+4
2012-11-25ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to boolGravatar Joe Perches 1-3/+3