1. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  2. 8c13af2 ip6mr: Add refcounting to mfc by Yuval Mintz · 7 years ago
  3. d3c07e5 ip6mr: Add API for default_rule fib by Yuval Mintz · 7 years ago
  4. 088aa3e ip6mr: Support fib notifications by Yuval Mintz · 7 years ago
  5. a366e30 ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREE by Eric Dumazet · 7 years ago
  6. 7b0db85 ipmr, ip6mr: Unite dumproute flows by Yuval Mintz · 7 years ago
  7. 889cd83 ip6mr: Remove MFC_NOTIFY and refactor flags by Yuval Mintz · 7 years ago
  8. 3feda6b ipmr, ip6mr: Unite vif seq functions by Yuval Mintz · 7 years ago
  9. c8d6196 ipmr, ip6mr: Unite mfc seq logic by Yuval Mintz · 7 years ago
  10. 845c9a7 ipmr, ip6mr: Unite logic for searching in MFC cache by Yuval Mintz · 7 years ago
  11. 494fff5 ipmr, ip6mr: Make mfc_cache a common structure by Yuval Mintz · 7 years ago
  12. 0bbbf0e ipmr, ip6mr: Unite creation of new mr_table by Yuval Mintz · 7 years ago
  13. b70432f mroute*: Make mr_table a common struct by Yuval Mintz · 7 years ago
  14. 87c418b ip6mr: Align hash implementation to ipmr by Yuval Mintz · 7 years ago
  15. 8571ab4 ip6mr: Make mroute_sk rcu-based by Yuval Mintz · 7 years ago
  16. 6853f21 ipmr,ipmr6: Define a uniform vif_device by Yuval Mintz · 7 years ago
  17. b01a59a net: Convert ip6mr_net_ops by Kirill Tkhai · 7 years ago
  18. 4adfa79 ip6mr: fix stale iterator by Nikolay Aleksandrov · 7 years ago
  19. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  20. a3fde2a rtnetlink: ipv6: convert remaining users to rtnl_register_module by Florian Westphal · 7 years ago
  21. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  22. 338d182 ipv6: try not to take rtnl_lock in ip6mr_sk_done by Francesco Ruggeri · 7 years ago
  23. 275757e6 ipv6: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  24. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 8 years ago
  25. dd12d15c ip6mr: add netlink notifications on mrt6msg cache reports by Julien Gomes · 8 years ago
  26. af72868 networking: make skb_pull & friends return void pointers by Johannes Berg · 8 years ago
  27. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  28. fb79670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  29. 723b929 ip6mr: fix notification device destruction by Nikolay Aleksandrov · 8 years ago
  30. 85b3daa net: ipv6: Refactor inet6_netconf_notify_devconf to take event by David Ahern · 8 years ago
  31. 99253eb ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockopt by Xin Long · 8 years ago
  32. fd61c6b net: ipv6: remove nowait arg to rt6_fill_node by David Ahern · 8 years ago
  33. 1708ebc ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entries by Nikolay Aleksandrov · 8 years ago
  34. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  35. 56245ca net: pim: add all RFC7761 message types by Nikolay Aleksandrov · 8 years ago
  36. 2cf7507 ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route by Nikolay Aleksandrov · 8 years ago
  37. b5036cd ipmr, ip6mr: return lastuse relative to now by Nikolay Aleksandrov · 8 years ago
  38. 90b5ca1 net: ipmr/ip6mr: update lastuse on entry change by Nikolay Aleksandrov · 9 years ago
  39. 43b9e12 net: ipmr/ip6mr: add support for keeping an entry age by Nikolay Aleksandrov · 9 years ago
  40. 927265b ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf() by Eric Dumazet · 9 years ago
  41. 70a0dec ipmr/ip6mr: Initialize the last assert time of mfc entries. by Tom Goff · 9 years ago
  42. 1d01550 ipv6: rename IP6_INC_STATS_BH() by Eric Dumazet · 9 years ago
  43. 3d6b66c ip6mr: align RTA_MFC_STATS on 64-bit by Nicolas Dichtel · 9 years ago
  44. fbdd29b net: ipmr, ip6mr: fix vif/tunnel failure race condition by Nikolay Aleksandrov · 9 years ago
  45. 4c69804 net: ip6mr: fix static mfc/dev leaks on table destruction by Nikolay Aleksandrov · 9 years ago
  46. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  47. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  48. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  49. 244ba77 ipv6: Only compute net once in ip6mr_forward2_finish by Eric W. Biederman · 9 years ago
  50. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  51. f53de1e net: ipv6: use common fib_default_rule_pref by Phil Sutter · 9 years ago
  52. 25b4a44 net/ipv6: Correct PIM6 mrt_lock handling by Richard Laing · 9 years ago
  53. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 10 years ago
  54. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  55. 7ba0c47 ip6mr: call del_timer_sync() in ip6mr_free_table() by WANG Cong · 10 years ago
  56. 419df12 net: move fib_rules_unregister() under rtnl lock by WANG Cong · 10 years ago
  57. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  58. ee9b959 ipmr,ip6mr: implement ndo_get_iflink by Nicolas Dichtel · 10 years ago
  59. a54acb3 dev: introduce dev_get_iflink() by Nicolas Dichtel · 10 years ago
  60. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 10 years ago
  61. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  62. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  63. f243e5a ipmr,ip6mr: call ip6mr_free_table() on failure path by WANG Cong · 10 years ago
  64. 0c5c9fb net: Introduce possible_net_t by Eric W. Biederman · 10 years ago
  65. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  66. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  67. ffb1388 ipv6: delete protocol and unregister rtnetlink when cleanup by Duan Jiong · 10 years ago
  68. 40dc2ca ipv6: spelling s/incomming/incoming by Fabian Frederick · 10 years ago
  69. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  70. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 11 years ago
  71. e374c61 net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iif by Julian Anastasov · 11 years ago
  72. 6a66271 ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif by Cong Wang · 11 years ago
  73. f518338 ip6mr: fix mfc notification flags by Nicolas Dichtel · 11 years ago
  74. 95f4a45 net: avoid reference counter overflows on fib_rules in multicast forwarding by Hannes Frederic Sowa · 11 years ago
  75. ea23192 tunnels: harmonize cleanup done on skb on rx path by Nicolas Dichtel · 11 years ago
  76. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  77. 905a6f9 ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanup by Hannes Frederic Sowa · 12 years ago
  78. 2b52c3a ip6mr: change the prototype of ip6_mr_forward(). by Rami Rosen · 12 years ago
  79. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
  80. 573ce26 net-next: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 12 years ago
  81. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  82. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  83. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  84. 75356a8 ip6mr: limit IPv6 MRT_TABLE identifiers by Dan Carpenter · 12 years ago
  85. 660b26d mcast: add multicast proxy support (IPv4 and IPv6) by Nicolas Dichtel · 12 years ago
  86. 193c1e4 ip6mr: fix rtm_family of rtnl msg by Nicolas Dichtel · 12 years ago
  87. 812e44d ip6mr: advertise new mfc entries via rtnl by Nicolas Dichtel · 12 years ago
  88. 1eb99af ipmr/ip6mr: allow to get unresolved cache via netlink by Nicolas Dichtel · 12 years ago
  89. 9a68ac7 ipmr/ip6mr: report origin of mfc entry into rtnl msg by Nicolas Dichtel · 12 years ago
  90. adfa85e ipmr/ip6mr: advertise mfc stats via rtnetlink by Nicolas Dichtel · 12 years ago
  91. 70b386a ip6mr: use nla_nest_* helpers by Nicolas Dichtel · 12 years ago
  92. d67b8c6 netconf: advertise mc_forwarding status by Nicolas Dichtel · 12 years ago
  93. 03f52a0 ip6mr: Add sizeof verification to MRT6_ASSERT and MT6_PIM by Joe Perches · 12 years ago
  94. 53d6841 ipv4/ipmr and ipv6/ip6mr: Convert int mroute_do_<foo> to bool by Joe Perches · 12 years ago
  95. af31f41 net: Allow userns root to control ipv6 by Eric W. Biederman · 12 years ago
  96. 04a6f82 sections: fix section conflicts in net by Andi Kleen · 12 years ago
  97. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  98. 74a0bd7 ip6mr: Do not use RTA_PUT() macros by Thomas Graf · 13 years ago
  99. 2d8dbb0 snmp: fix OutOctets counter to include forwarded datagrams by Vincent Bernat · 13 years ago
  100. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 13 years ago