1. c4416f5 net: mpls: Fix GCC 12 warning by Victor Erminpour · 2 years, 11 months ago
  2. fc993be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  3. f05b0b9 net: mpls: Make for_nexthops iterator const by Benjamin Poirier · 3 years, 1 month ago
  4. 69d9c0d net: mpls: Remove duplicate variable from iterator macro by Benjamin Poirier · 3 years, 1 month ago
  5. 1891681 net: mpls: Remove rcu protection from nh_dev by Benjamin Poirier · 3 years, 1 month ago
  6. 7d4741e net: mpls: Fix notifications when deleting a device by Benjamin Poirier · 3 years, 1 month ago
  7. 6a6b83c mpls: defer ttl decrement in mpls_forward() by Kangmin Park · 3 years, 5 months ago
  8. ad542fb mpls: Remove redundant assignment to err by Jiapeng Chong · 3 years, 8 months ago
  9. d348ede net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0 by Balazs Nemeth · 3 years, 10 months ago
  10. 0992d67 mpls: drop skb's dst in mpls_forward() by Guillaume Nault · 4 years, 2 months ago
  11. b7c2449 mpls: load mpls_gso after mpls_iptunnel by Alexander Ovechkin · 4 years, 2 months ago
  12. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  13. 350e7ab net: Removed the device type check to add mpls support for devices by Martin Varghese · 4 years, 5 months ago
  14. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  15. 86ae579 net: Make mpls_entry_encode() available for generic users by Eli Cohen · 4 years, 7 months ago
  16. 1515aa7 mpls: Add support for IPv6 tunnels by Vadim Fedorenko · 4 years, 7 months ago
  17. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  18. faee676 net: add net available in build_state by Alexander Aring · 4 years, 9 months ago
  19. 680a931 net: mpls: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  20. 6c8991f net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup by Sabrina Dubroca · 5 years ago
  21. 803f3e2 ipv4: mpls: fix mpls_xmit for iptunnel by Alexey Kodanev · 5 years ago
  22. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  23. ec66854 mpls: fix af_mpls dependencies for real by Matteo Croce · 6 years ago
  24. c1a9d65 mpls: fix af_mpls dependencies by Matteo Croce · 6 years ago
  25. 2f3f7d1 mpls: fix warning with multi-label encap by George Wilkie · 6 years ago
  26. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  27. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  28. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  29. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  30. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  31. 3c618c1 net: Rename net/nexthop.h net/rtnh.h by David Ahern · 6 years ago
  32. 0f5f7d7 ipv4: Add support to rtable for ipv6 gateway by David Ahern · 6 years ago
  33. 1550c17 ipv4: Prepare rtable for IPv6 gateway by David Ahern · 6 years ago
  34. 3616d08 ipv6: Move ipv6 stubs to a separate header file by David Ahern · 6 years ago
  35. f84532c mpls: Fix 6PE forwarding by Vinay K Nallamothu · 6 years ago
  36. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  37. be48220 mpls: Return error for RTA_GATEWAY attribute by David Ahern · 6 years ago
  38. b4ba935 mpls_iptunnel: use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  39. 0c4056e net: mpls: netconf: perform strict checks also for doit handlers by Jakub Kicinski · 6 years ago
  40. d77851b net: mpls: route: perform strict checks also for doit handlers by Jakub Kicinski · 6 years ago
  41. 196cfeb net/mpls: Handle kernel side filtering of route dumps by David Ahern · 6 years ago
  42. effe679 net: Enable kernel side filtering of route dumps by David Ahern · 6 years ago
  43. bae9a78 net/mpls: Plumb support for filtering route dumps by David Ahern · 6 years ago
  44. 4724676 net: Add struct for fib dump filter by David Ahern · 6 years ago
  45. d8a66aa net/mpls: Implement handler for strict data checking on dumps by David Ahern · 6 years ago
  46. addd383 net: Update netconf dump handlers for strict data checking by David Ahern · 6 years ago
  47. e8ba330 rtnetlink: Update fib dumps for strict data checking by David Ahern · 6 years ago
  48. dac9c97 net: Add extack to nlmsg_parse by David Ahern · 6 years ago
  49. d8e2262 mpls: allow routes on ip6gre devices by Saif Hasan · 6 years ago
  50. 04c6a3a mpls: remove trailing whitepace by Stephen Hemminger · 6 years ago
  51. 779b793 net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len by Daniel Axtens · 7 years ago
  52. 3968523 mpls, nospec: Sanitize array index in mpls_label_ok() by Dan Williams · 7 years ago
  53. c1c502b net: use rtnl_register_module where needed by Florian Westphal · 7 years ago
  54. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  55. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  56. 0eb16f8 ip_tunnel: fix building with NET_IP_TUNNEL=m by Arnd Bergmann · 7 years ago
  57. 14c68c4 net: mpls: make function ipgre_mpls_encap_hlen static by Colin Ian King · 7 years ago
  58. bdc4764 ip_tunnel: add mpls over gre support by Amine Kherbouche · 7 years ago
  59. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  60. a906c1a mpls: fix uninitialized in_label var warning in mpls_getroute by Roopa Prabhu · 7 years ago
  61. ca4a1cd mpls: fix rtm policy in mpls_getroute by Roopa Prabhu · 7 years ago
  62. 397fc9e mpls: route get support by Roopa Prabhu · 7 years ago
  63. 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  64. c2e8471 mpls: fix clearing of dead nh_flags on link up by Roopa Prabhu · 8 years ago
  65. e1af005 net: mpls: remove unnecessary initialization of err by David Ahern · 8 years ago
  66. d4e7256 net: mpls: Make nla_get_via in af_mpls.c by David Ahern · 8 years ago
  67. 074350e net: mpls: Add extack messages for route add and delete failures by David Ahern · 8 years ago
  68. b7b386f net: mpls: Pull common label check into helper by David Ahern · 8 years ago
  69. a1f10ab net: Fill in extack for mpls lwt encap by David Ahern · 8 years ago
  70. 9ae2872 net: add extack arg to lwtunnel build state by David Ahern · 8 years ago
  71. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
  72. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  73. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  74. 1511009 net: mpls: Increase max number of labels for lwt encap by David Ahern · 8 years ago
  75. a4ac8c9 net: mpls: bump maximum number of labels by David Ahern · 8 years ago
  76. df1c631 net: mpls: Limit memory allocation for mpls_route by David Ahern · 8 years ago
  77. 59b2096 net: mpls: change mpls_route layout by David Ahern · 8 years ago
  78. 77ef013a net: mpls: Convert number of nexthops to u8 by David Ahern · 8 years ago
  79. 39eb8cd net: mpls: rt_nhn_alive and nh_flags should be accessed using READ_ONCE by David Ahern · 8 years ago
  80. e944e97 net: mpls: Update lfib_nlmsg_size to skip deleted nexthops by David Ahern · 8 years ago
  81. 1182e4d0 net: mpls: Send netconf messages on device register and unregister by David Ahern · 8 years ago
  82. 823566a net:mpls: Refactor mpls_netconf_notify_devconf to take event by David Ahern · 8 years ago
  83. 4ea8efa net: mpls: Delete route when all nexthops have been deleted by David Ahern · 8 years ago
  84. c00e51d net: mpls: Don't show nexthop if device has been deleted by David Ahern · 8 years ago
  85. 6a18c31 net: mpls: Fix setting ttl_propagate for rt2 by David Ahern · 8 years ago
  86. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  87. 61733c9 net: mpls: Fix nexthop alive tracking on down events by David Ahern · 8 years ago
  88. 101c431 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  89. a59166e mpls: allow TTL propagation from IP packets to be configured by Robert Shearman · 8 years ago
  90. 5b441ac mpls: allow TTL propagation to IP packets to be configured by Robert Shearman · 8 years ago
  91. 79099aa mpls: Do not decrement alive counter for unregister events by David Ahern · 8 years ago
  92. e37791e mpls: Send route delete notifications when router module is unloaded by David Ahern · 8 years ago
  93. 24045a0 net: mpls: Add support for netconf by David Ahern · 8 years ago
  94. 30357d7 lwtunnel: remove device arg to lwtunnel_build_state by David Ahern · 8 years ago
  95. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  96. 88ff733 net: Specify the owning module for lwtunnel ops by Robert Shearman · 8 years ago
  97. 9f427a0e net: mpls: Fix multipath selection for LSR use case by David Ahern · 8 years ago
  98. 27d6910 mpls: Packet stats by Robert Shearman · 8 years ago
  99. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  100. 14dd3e1 net: af_mpls.c add space before open parenthesis by Suraj Deshmukh · 8 years ago