aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ipmr.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-25ipv4: ipmr: various fixes and cleanupsGravatar Eric Dumazet 1-7/+17
2012-11-18net: Allow userns root to control ipv4Gravatar Eric W. Biederman 1-1/+1
2012-10-06sections: fix section conflicts in netGravatar Andi Kleen 1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-5/+5
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+12
2012-08-30net: ipv4: ipmr_expire_timer causes crash when removing net namespaceGravatar Francesco Ruggeri 1-2/+12
2012-08-09net: Loopback ifindex is constant nowGravatar Pavel Emelyanov 1-1/+1
2012-07-20ipv4: Kill rt->rt_oifGravatar David S. Miller 1-2/+5
2012-07-20ipv4: Remove 'rt_mark' from 'struct rtable'Gravatar David Miller 1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsGravatar Ben Hutchings 1-2/+2
2012-06-27ipmr: Do not use RTA_PUT() macrosGravatar Thomas Graf 1-14/+14
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsGravatar Vincent Bernat 1-0/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedGravatar Joe Perches 1-2/+1
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+0
2012-04-02ipv4: Stop using NLA_PUT*().Gravatar David S. Miller 1-4/+5
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-11net: Convert printks to pr_<level>Gravatar Joe Perches 1-2/+2
2012-01-12net: reintroduce missing rcu_assign_pointer() callsGravatar Eric Dumazet 1-1/+1
2011-11-29ipv4: remove useless codes in ipmr_device_event()Gravatar RongQing.Li 1-3/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2011-08-12net: cleanup some rcu_dereference_rawGravatar Eric Dumazet 1-2/+2
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERGravatar Stephen Hemminger 1-2/+2
2011-07-23ipv4: use RT_TOS after some rt_tos conversionsGravatar Julian Anastasov 1-1/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGravatar Greg Rose 1-1/+2
2011-05-04ipv4: Pass explicit saddr/daddr args to ipmr_get_route().Gravatar David S. Miller 1-8/+8
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().Gravatar David S. Miller 1-2/+3
2011-05-03ipv4: Rework ipmr_rt_fib_lookup() flow key initialization.Gravatar David S. Miller 1-7/+9
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-1/+1
2011-03-12ipv4: Use flowi4 in ipmr code.Gravatar David S. Miller 1-16/+17
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-6/+6
2011-03-12ipv4: Create and use route lookup helpers.Gravatar David S. Miller 1-15/+9