summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipmr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-031-15/+8
|\
| * net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov2015-11-241-8/+0
| * net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-11-221-7/+8
* | net: ipmr: add mfc newroute/delroute netlink supportNikolay Aleksandrov2015-11-301-0/+129
* | net: ipmr: fix setsockopt error returnNikolay Aleksandrov2015-11-301-3/+5
* | net: ipmr: move pimsm_enabled to pim.h and renameNikolay Aleksandrov2015-11-301-8/+3
* | net: ipmr: move struct mr_table and VIF_EXISTS to mroute.hNikolay Aleksandrov2015-11-301-18/+0
* | net: ipmr: remove unused MFC_NOTIFY flag and make the flags enumNikolay Aleksandrov2015-11-301-2/+0
* | net: ipmr: factor out common vif init codeNikolay Aleksandrov2015-11-231-21/+19
* | net: ipmr: rearrange and cleanup setsockoptNikolay Aleksandrov2015-11-231-84/+107
* | net: ipmr: drop ip_mr_init() mrt_cachep null check as we'll panic if it failsNikolay Aleksandrov2015-11-231-2/+0
* | net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLESNikolay Aleksandrov2015-11-231-2/+2
* | net: ipmr: make ip_mroute_getsockopt more understandableNikolay Aleksandrov2015-11-231-14/+14
* | net: ipmr: fix code and comment styleNikolay Aleksandrov2015-11-231-105/+37
* | net: ipmr: remove some pimsm ifdefs and simplifyNikolay Aleksandrov2015-11-231-96/+84
* | net: ipmr: always define mroute_reg_vif_numNikolay Aleksandrov2015-11-231-8/+0
* | net: ipmr: move the tbl id check in ipmr_new_tableNikolay Aleksandrov2015-11-231-11/+17
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-3/+3
|\
| * ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha2015-11-021-3/+3
* | net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-1/+1
* | netfilter: Pass net into okfnEric W. Biederman2015-09-171-2/+2
* | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-2/+2
* | ipv4: Only compute net once in ipmr_forward_finishEric W. Biederman2015-09-171-2/+3
* | ipv4: Don't recompute net in ipmr_queue_xmitEric W. Biederman2015-09-171-1/+1
* | net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-1/+1
|/
* net: ipv6: use common fib_default_rule_prefPhil Sutter2015-09-091-1/+0
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-0/+5
|\
| * net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-021-1/+1
| * ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong2015-04-021-0/+5
* | ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* | ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-24/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-1/+1
|\ \ | |/
| * ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong2015-03-291-1/+1
* | ipmr,ip6mr: implement ndo_get_iflinkNicolas Dichtel2015-04-021-1/+6
* | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-021-1/+1
* | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-2/+2
* | ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-251-3/+4
* | net: Introduce possible_net_tEric W. Biederman2015-03-121-3/+1
|/
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-1/+1
* ipmr: Replace comma with semicolonHimangi Saraogi2014-05-301-1/+1
* ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2014-04-161-1/+1
* ipmr: fix mfc notification flagsNicolas Dichtel2014-03-201-5/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-2/+5
|\
| * net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2014-01-141-2/+5
* | neigh: restore old behaviour of default parms valuesJiri Pirko2013-12-091-0/+2
|/
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-191-1/+1
* tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel2013-09-041-2/+1
OpenPOWER on IntegriCloud