1. e9a0bf6 vrf: Fix a typo by Zheng Yongjun · 3 years, 8 months ago
  2. 2e1534f vrf: fix a comment about loopback device by Nicolas Dichtel · 3 years, 9 months ago
  3. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  4. 9125abe vrf: handle CONFIG_IPV6 not set for vrf_add_mac_header_if_unset() by Andrea Mayer · 4 years, 1 month ago
  5. 205704c vrf: packets with lladdr src needs dst at input with orig_iif when needs strict by Stephen Suryaputra · 4 years, 2 months ago
  6. 0489390 vrf: add mac header for tunneled packets when sniffer is attached by Andrea Mayer · 4 years, 2 months ago
  7. cc69837 net: don't include ethtool.h from netdevice.h by Jakub Kicinski · 4 years, 2 months ago
  8. 9e2b7fa vrf: Fix fast path output packet handling with async Netfilter rules by Martin Willi · 4 years, 2 months ago
  9. 1b6687e vrf: Handle CONFIG_SYSCTL not set by David Ahern · 4 years, 6 months ago
  10. a59a8ff vrf: add l3mdev registration for table to VRF device lookup by Andrea Mayer · 4 years, 7 months ago
  11. 33306f1 vrf: add sysctl parameter for strict mode by Andrea Mayer · 4 years, 7 months ago
  12. c8baec3 vrf: track associations between VRF devices and tables by Andrea Mayer · 4 years, 7 months ago
  13. 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 9 months ago
  14. a53c102 vrf: Fix IPv6 with qdisc and xfrm by David Ahern · 4 years, 9 months ago
  15. 16b9db1 vrf: Check skb for XFRM_TRANSFORMED flag by David Ahern · 4 years, 9 months ago
  16. af13b3c Remove DST_HOST by David Laight · 4 years, 10 months ago
  17. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  18. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  19. dac9117 vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabled by David Ahern · 5 years ago
  20. 107e47c vrf: make sure skb->data contains ip header to make routing by Peter Kosyh · 6 years ago
  21. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  22. 9b1c1ef ipv6: constify rt6_nexthop() by Nicolas Dichtel · 6 years ago
  23. 7d9e5f4 ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREF by Wei Wang · 6 years ago
  24. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  25. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  26. 6819e3f net: vrf: Fix operation not supported when set vrf mac by Miaohe Lin · 6 years ago
  27. 310655b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  28. 5c9f7c1 ipv4: Add helpers for neigh lookup for nexthop by David Ahern · 6 years ago
  29. 0353f28 neighbor: Add skip_cache argument to neigh_output by David Ahern · 6 years ago
  30. 5055376 net: vrf: Fix ping failed when vrf mtu is set to 0 by Miaohe Lin · 6 years ago
  31. 1017e09 vrf: prevent adding upper devices by Sabrina Dubroca · 6 years ago
  32. ad49bc6 net: vrf: remove MTU limits for vrf device by Hangbin Liu · 6 years ago
  33. 567c5e1 net: core: dev: Add extack argument to dev_change_flags() by Petr Machata · 6 years ago
  34. dc1aea1 net: vrf: cycle_netdev(): Add an extack argument by Petr Machata · 6 years ago
  35. 6f12fa7 vrf: mark skb for multicast or link-local as enslaved to VRF by Mike Manning · 6 years ago
  36. e4a38c0 ipv6: add vrf table handling code for ipv6 mcast by Patrick Ruddy · 6 years ago
  37. cb16039 vrf: add CRC32c offload to device features by Davide Caratti · 7 years ago
  38. 43b059a vrf: Move fib6_table into net_vrf by David Ahern · 7 years ago
  39. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  40. 82dd0d2 vrf: Fix use after free and double free in vrf_finish_output by David Ahern · 7 years ago
  41. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  42. b75cc8f net/ipv6: Pass skb to route lookup by David Ahern · 7 years ago
  43. 02df428 net: Convert simple pernet_operations by Kirill Tkhai · 7 years ago
  44. 1b71af6 net: fib_rules: Add new attribute to set protocol by Donald Sharp · 7 years ago
  45. cac5620 net: Allow a rule to track originating protocol by Donald Sharp · 7 years ago
  46. 68e813a net/ipv4: Remove fib table id from rtable by David Ahern · 7 years ago
  47. 1e19c4d net: vrf: Add support for sends to local broadcast address by David Ahern · 7 years ago
  48. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  49. 18129a2 net: vrf: correct FRA_L3MDEV encode type by Jeff Barnhill · 7 years ago
  50. de3baa3 net: vrf: Add extack messages for enslave errors by David Ahern · 7 years ago
  51. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  52. 33eaf2a net: Add extack to ndo_add_slave by David Ahern · 7 years ago
  53. a424120 net: vrf: remove skb_dst_force() after skb_dst_set() by Eric Dumazet · 7 years ago
  54. ecf0911 net: vrf: avoid gcc-4.6 warning by Arnd Bergmann · 7 years ago
  55. 4f04256 net: vrf: Drop local rtable and rt6_info by David Ahern · 7 years ago
  56. 53b9483 net: vrf: Add extack messages for newlink failures by David Ahern · 7 years ago
  57. f630c38 vrf: fix bug_on triggered by rx when destroying a vrf by Nikolay Aleksandrov · 8 years ago
  58. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  59. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  60. a4c2fd7 net: remove DST_NOCACHE flag by Wei Wang · 8 years ago
  61. 1cfb71e ipv6: take dst->__refcnt for insertion into fib6 tree by Wei Wang · 8 years ago
  62. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  63. 097d3c9 net: vrf: Make add_fib_rules per network namespace flag by David Ahern · 8 years ago
  64. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  65. 1a4a5bf driver: vrf: Fix one possible use-after-free issue by Gao Feng · 8 years ago
  66. 26d31ac net: vrf: Do not allow looback to be moved to a VRF by David Ahern · 8 years ago
  67. 7b9f6da Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  68. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  69. 426c87c net: vrf: Fix setting NLM_F_EXCL flag when adding l3mdev rule by David Ahern · 8 years ago
  70. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  71. a9ec54d net: vrf: performance improvements for IPv6 by David Ahern · 8 years ago
  72. dcdd43c net: vrf: performance improvements for IPv4 by David Ahern · 8 years ago
  73. 3dc857f net: vrf: Reset rt6i_idev in local dst after put by David Ahern · 8 years ago
  74. fdeea7b net: vrf: Set slave's private flag before linking by Ido Schimmel · 8 years ago
  75. f7887d4 vrf: Fix use-after-free in vrf_xmit by David Ahern · 8 years ago
  76. c16ec185 net: rename dst_neigh_output back to neigh_output by Julian Anastasov · 8 years ago
  77. 4ff0620 net: add dst_pending_confirm flag to skbuff by Julian Anastasov · 8 years ago
  78. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  79. 24c63bb net: vrf: do not allow table id 0 by David Ahern · 8 years ago
  80. 7a18c5b net: ipv4: Fix multipath selection with vrf by David Ahern · 8 years ago
  81. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  82. 926d93a net: vrf: Add missing Rx counters by David Ahern · 8 years ago
  83. eb63ecc net: vrf: Drop conntrack data after pass through VRF device on Tx by David Ahern · 8 years ago
  84. a0f37ef net: vrf: Fix NAT within a VRF by David Ahern · 8 years ago
  85. e58e415 net: Enable support for VRF with ipv4 multicast by David Ahern · 8 years ago
  86. a04a480 net: Require exact match for TCP socket lookups if dif is l3mdev by David Ahern · 8 years ago
  87. e1fb9d0 net: vrf: Remove RT_FL_TOS by David Ahern · 8 years ago
  88. c71ad3d net: flow: Remove FLOWI_FLAG_L3MDEV_SRC flag by David Ahern · 8 years ago
  89. afb460f net: l3mdev: remove get_rtable method by David Ahern · 8 years ago
  90. 8a966fc net: ipv6: Remove l3mdev_get_saddr6 by David Ahern · 8 years ago
  91. d66f6c0 net: ipv4: Remove l3mdev_get_saddr by David Ahern · 8 years ago
  92. 4c1feac net: vrf: Flip IPv6 output path from FIB lookup hook to out hook by David Ahern · 8 years ago
  93. ebfc102 net: vrf: Flip IPv4 output path from FIB lookup hook to out hook by David Ahern · 8 years ago
  94. 73e20b7 net: vrf: Add support for PREROUTING rules on vrf device by David Ahern · 9 years ago
  95. 0d240e7 net: vrf: Implement get_saddr for IPv6 by David Ahern · 9 years ago
  96. 810e530 net: vrf: Switch dst dev to loopback on device delete by David Ahern · 9 years ago
  97. 7889681 net: vrf: Update flags and features settings by David Ahern · 9 years ago
  98. 9ff7438 net: vrf: Handle ipv6 multicast and link-local addresses by David Ahern · 9 years ago
  99. cd2a9e6 net: l3mdev: Remove const from flowi6 arg to get_rt6_dst by David Ahern · 9 years ago
  100. e434863 net: vrf: Fix crash when IPv6 is disabled at boot time by David Ahern · 9 years ago