1. 03dcd30 net: fib_rules: Correctly set table field when table number exceeds 8 bits by Jethro Beekman · 5 years ago
  2. d769853 Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied" by Hangbin Liu · 6 years ago
  3. 947fec6 fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied by Hangbin Liu · 6 years ago
  4. 778c4d5 fib_rules: NULL check before kfree is not needed by YueHaibing · 6 years ago
  5. 35e8c7b net: fib_rules: bring back rule_exists to match rule during add by Roopa Prabhu · 7 years ago
  6. 7c8f4e6 fib_rules: match rules based on suppress_* properties too by Jason A. Donenfeld · 7 years ago
  7. c77bbc6 net: rules: Move l3mdev attribute validation to a helper by David Ahern · 7 years ago
  8. 9c20b93 net: fib_rules: fix l3mdev netlink attr processing by Roopa Prabhu · 7 years ago
  9. b16fb41 net: fib_rules: add extack support by Roopa Prabhu · 7 years ago
  10. f9d4b0c fib_rules: move common handling of newrule delrule msgs into fib_nl2rule by Roopa Prabhu · 7 years ago
  11. 9776d32 net: Move call_fib_rule_notifiers up in fib_nl_newrule by David Ahern · 7 years ago
  12. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  13. bfff486 net: fib_rules: support for match on ip_proto, sport and dport by Roopa Prabhu · 7 years ago
  14. 1b71af6 net: fib_rules: Add new attribute to set protocol by Donald Sharp · 7 years ago
  15. cac5620 net: Allow a rule to track originating protocol by Donald Sharp · 7 years ago
  16. 86b6341 net: Convert fib_* pernet_operations, registered via subsys_initcall by Kirill Tkhai · 7 years ago
  17. ce2b7db fib_rules: exit_net cleanup check added by Vasily Averin · 7 years ago
  18. 6c31e5a net: Add extack to fib_notifier_info by David Ahern · 7 years ago
  19. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  20. 1b2a444 net: fib_rules: Implement notification logic in core by Ido Schimmel · 7 years ago
  21. 5d89fb3 net: set fib rule refcount after malloc by David Ahern · 8 years ago
  22. 5361e20 net: avoid one splat in fib_nl_delrule() by Eric Dumazet · 8 years ago
  23. 717d1e9 net: convert fib_rule.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  24. bdaf32c fib_rules: Resolve goto rules target on delete by Serhey Popovych · 8 years ago
  25. adeb45c fib_rules: fix error return code by Wei Yongjun · 8 years ago
  26. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  27. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  28. 3c71006 ipv4: fib_rules: Check if rule is a default rule by Ido Schimmel · 8 years ago
  29. 35b8073 net: core: add missing check for uid_range in rule_exists. by Lorenzo Colitti · 8 years ago
  30. 622ec2c net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  31. 153380e fib_rules: Added NLM_F_EXCL support to fib_nl_newrule by Mateusz Bajorski · 9 years ago
  32. 96c63fa net: Add l3mdev rule by David Ahern · 9 years ago
  33. b46f6de libnl: nla_put_be64(): align on a 64-bit area by Nicolas Dichtel · 9 years ago
  34. 41fc014 fib_rules: fix fib rule dumps across multiple skbs by Wilson Kok · 9 years ago
  35. f53de1e net: ipv6: use common fib_default_rule_pref by Phil Sutter · 9 years ago
  36. e703087 fib: Add fib rule match on tunnel id by Thomas Graf · 10 years ago
  37. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  38. 419df12 net: move fib_rules_unregister() under rtnl lock by WANG Cong · 10 years ago
  39. efd7ef1 net: Kill hold_net release_net by Eric W. Biederman · 10 years ago
  40. 0ddcf43 ipv4: FIB Local/MAIN table collapse by Alexander Duyck · 10 years ago
  41. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  42. 946c032 net: fix 'ip rule' iif/oif device rename by Maciej Żenczykowski · 11 years ago
  43. 13eb2ab net: Fix "ip rule delete table 256" by Andreas Henriksson · 11 years ago
  44. 73f5698 fib_rules: fix suppressor names and default values by Stefan Tomanek · 11 years ago
  45. 6ef94cf fib_rules: add route suppression based on ifgroup by Stefan Tomanek · 11 years ago
  46. 7764a45 fib_rules: add .suppress operation by Stefan Tomanek · 11 years ago
  47. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
  48. 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 12 years ago
  49. 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
  50. 748e2d9 net: reinstate rtnl in call_netdevice_notifiers() by Eric Dumazet · 12 years ago
  51. 0115e8e net: remove delay at device dismantle by Eric Dumazet · 12 years ago
  52. 7a9bc9b ipv4: Elide fib_validate_source() completely when possible. by David S. Miller · 13 years ago
  53. 0e3cea7 fib_rules: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  54. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 14 years ago
  55. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  56. afaef73 fib_rules: fix unresolved_rules counting by Yan, Zheng · 13 years ago
  57. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  58. 561dac2 fib:fix BUG_ON in fib_nl_newrule when add new fib rule by Gao feng · 13 years ago
  59. 33d480c net: cleanup some rcu_dereference_raw by Eric Dumazet · 13 years ago
  60. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  61. c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 14 years ago
  62. 2907c35 net: hold rtnl again in dump callbacks by Eric Dumazet · 14 years ago
  63. e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 14 years ago
  64. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 14 years ago
  65. e058464 Revert "ipv4: Allow configuring subnets as local addresses" by David S. Miller · 14 years ago
  66. 7a2b03c fib_rules: __rcu annotates ctarget by Eric Dumazet · 14 years ago
  67. ebb9fed fib: fix fib_nl_newrule() by Eric Dumazet · 14 years ago
  68. a0a4a85 fib: remove a useless synchronize_rcu() call by Eric Dumazet · 14 years ago
  69. ebc0ffa fib: RCU conversion of fib_lookup() by Eric Dumazet · 14 years ago
  70. 1df9916 fib: fib_rules_cleanup can be static by stephen hemminger · 14 years ago
  71. 4465b46 ipv4: Allow configuring subnets as local addresses by Tom Herbert · 15 years ago
  72. 7fa7cb7 fib: use atomic_inc_not_zero() in fib_rules_lookup by Eric Dumazet · 14 years ago
  73. 3d0c9c4 net: fib_rules: mark arguments to fib_rules_register const and __net_initdata by Patrick McHardy · 15 years ago
  74. 28bb172 net: fib_rules: set family in fib_rule_hdr centrally by Patrick McHardy · 15 years ago
  75. d8a566b net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions. by Patrick McHardy · 15 years ago
  76. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  77. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  78. 2fb3573 net: remove rcu locking from fib_rules_event() by Eric Dumazet · 15 years ago
  79. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  80. e9c5158 net: Allow fib_rule_unregister to batch by Eric W. Biederman · 15 years ago
  81. 5adef18 net 04/05: fib_rules: allow to delete local rule by Patrick McHardy · 15 years ago
  82. 1b038a5 net 03/05: fib_rules: add oif classification by Patrick McHardy · 15 years ago
  83. 491deb2 net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FRA_IIFNAME by Patrick McHardy · 15 years ago
  84. 04af8cf net: Remove unused parameter from fill method in fib_rules_ops. by Rami Rosen · 16 years ago
  85. 8b3521e ipv4: remove an unused parameter from configure method of fib_rules_ops. by Rami Rosen · 16 years ago
  86. 1ce85fe netlink: change nlmsg_notify() return value logic by Pablo Neira Ayuso · 16 years ago
  87. 5d6d480 net: fib_rules ordering fixes. by Eric W. Biederman · 16 years ago
  88. ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  89. ae299fc net: add fib_rules_ops to flush_cache method by Denis V. Lunev · 17 years ago
  90. 2fe195c net: fib_rules: fix error code for unsupported families by Patrick McHardy · 17 years ago
  91. 3661a91 [NETNS]: Add netns refcnt debug to fib rules. by Denis V. Lunev · 17 years ago
  92. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  93. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  94. 51314a1 [NETNS]: Process FIB rule action in the context of the namespace. by Denis V. Lunev · 17 years ago
  95. 9e3a548 [NETNS]: FIB rules API cleanup. by Denis V. Lunev · 17 years ago
  96. 72132c1b [IPV4]: fib_rules_unregister is essentially void. by Denis V. Lunev · 17 years ago
  97. 5fd30ee [NETNS]: Namespacing in the generic fib rules code. by Denis V. Lunev · 17 years ago
  98. 868d13a [NETNS]: Pass fib_rules_ops into default_pref method. by Denis V. Lunev · 17 years ago
  99. f8c26b8 [NETNS]: Add netns parameter to fib_rules_(un)register. by Denis V. Lunev · 17 years ago
  100. 9eb87f3 [IPV6]: Make fib6_rules_init to return an error code. by Daniel Lezcano · 17 years ago