aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipmr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-1/+1
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-24/+24
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-04-02ipmr,ip6mr: implement ndo_get_iflinkNicolas Dichtel1-1/+6
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel1-1/+1
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-2/+2
2015-03-29ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong1-1/+1
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-3/+4
2015-03-12net: Introduce possible_net_tEric W. Biederman1-3/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-1/+1
2014-05-30ipmr: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang1-1/+1
2014-03-20ipmr: fix mfc notification flagsNicolas Dichtel1-5/+8
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2014-01-14net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa1-2/+5
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko1-0/+2
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-1/+1
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel1-2/+1
2013-07-23ipmr: change the prototype of ip_mr_forward().Rami Rosen1-8/+7
2013-06-10net: remove last caller of skb_tail_offset() and itselfCong Wang1-7/+1
2013-05-28net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman1-1/+7
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-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-1/+1
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-22ipmr: fix sparse warning when testing origin or groupNicolas Dichtel1-11/+12
2013-01-21mcast: add multicast proxy support (IPv4 and IPv6)Nicolas Dichtel1-13/+106
2012-12-04ipmr: advertise new mfc entries via rtnlNicolas Dichtel1-5/+59
2012-12-04ipmr/ip6mr: allow to get unresolved cache via netlinkNicolas Dichtel1-1/+20
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-04netconf: advertise mc_forwarding statusNicolas Dichtel1-0/+12
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2012-11-26net: ipmr: limit MRT_TABLE identifiersEric Dumazet1-0/+4
2012-11-25ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to boolJoe Perches1-3/+3
2012-11-25ipv4: ipmr: various fixes and cleanupsEric Dumazet1-7/+17
2012-11-18net: Allow userns root to control ipv4Eric 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-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+12
2012-08-30net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri1-2/+12
2012-08-09net: Loopback ifindex is constant nowPavel Emelyanov1-1/+1
2012-07-20ipv4: Kill rt->rt_oifDavid S. Miller1-2/+5
2012-07-20ipv4: Remove 'rt_mark' from 'struct rtable'David Miller1-1/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-2/+2
2012-06-27ipmr: Do not use RTA_PUT() macrosThomas Graf1-14/+14
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat1-0/+1