1. 04c6a3a mpls: remove trailing whitepace by Stephen Hemminger · 6 years ago
  2. 779b793 net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len by Daniel Axtens · 6 years ago
  3. 3968523 mpls, nospec: Sanitize array index in mpls_label_ok() by Dan Williams · 6 years ago
  4. c1c502b net: use rtnl_register_module where needed by Florian Westphal · 7 years ago
  5. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  6. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  7. 0eb16f8 ip_tunnel: fix building with NET_IP_TUNNEL=m by Arnd Bergmann · 7 years ago
  8. 14c68c4 net: mpls: make function ipgre_mpls_encap_hlen static by Colin Ian King · 7 years ago
  9. bdc4764 ip_tunnel: add mpls over gre support by Amine Kherbouche · 7 years ago
  10. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  11. a906c1a mpls: fix uninitialized in_label var warning in mpls_getroute by Roopa Prabhu · 7 years ago
  12. ca4a1cd mpls: fix rtm policy in mpls_getroute by Roopa Prabhu · 7 years ago
  13. 397fc9e mpls: route get support by Roopa Prabhu · 7 years ago
  14. 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  15. c2e8471 mpls: fix clearing of dead nh_flags on link up by Roopa Prabhu · 7 years ago
  16. e1af005 net: mpls: remove unnecessary initialization of err by David Ahern · 7 years ago
  17. d4e7256 net: mpls: Make nla_get_via in af_mpls.c by David Ahern · 7 years ago
  18. 074350e net: mpls: Add extack messages for route add and delete failures by David Ahern · 7 years ago
  19. b7b386f net: mpls: Pull common label check into helper by David Ahern · 7 years ago
  20. a1f10ab net: Fill in extack for mpls lwt encap by David Ahern · 7 years ago
  21. 9ae2872 net: add extack arg to lwtunnel build state by David Ahern · 7 years ago
  22. 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 7 years ago
  23. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 7 years ago
  24. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 7 years ago
  25. 1511009 net: mpls: Increase max number of labels for lwt encap by David Ahern · 7 years ago
  26. a4ac8c9 net: mpls: bump maximum number of labels by David Ahern · 7 years ago
  27. df1c631 net: mpls: Limit memory allocation for mpls_route by David Ahern · 7 years ago
  28. 59b2096 net: mpls: change mpls_route layout by David Ahern · 7 years ago
  29. 77ef013a net: mpls: Convert number of nexthops to u8 by David Ahern · 7 years ago
  30. 39eb8cd net: mpls: rt_nhn_alive and nh_flags should be accessed using READ_ONCE by David Ahern · 7 years ago
  31. e944e97 net: mpls: Update lfib_nlmsg_size to skip deleted nexthops by David Ahern · 7 years ago
  32. 1182e4d net: mpls: Send netconf messages on device register and unregister by David Ahern · 7 years ago
  33. 823566a net:mpls: Refactor mpls_netconf_notify_devconf to take event by David Ahern · 7 years ago
  34. 4ea8efa net: mpls: Delete route when all nexthops have been deleted by David Ahern · 7 years ago
  35. c00e51d net: mpls: Don't show nexthop if device has been deleted by David Ahern · 7 years ago
  36. 6a18c31 net: mpls: Fix setting ttl_propagate for rt2 by David Ahern · 7 years ago
  37. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  38. 61733c9 net: mpls: Fix nexthop alive tracking on down events by David Ahern · 7 years ago
  39. 101c431 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  40. a59166e mpls: allow TTL propagation from IP packets to be configured by Robert Shearman · 7 years ago
  41. 5b441ac mpls: allow TTL propagation to IP packets to be configured by Robert Shearman · 7 years ago
  42. 79099aa mpls: Do not decrement alive counter for unregister events by David Ahern · 7 years ago
  43. e37791e mpls: Send route delete notifications when router module is unloaded by David Ahern · 7 years ago
  44. 24045a0 net: mpls: Add support for netconf by David Ahern · 7 years ago
  45. 30357d7 lwtunnel: remove device arg to lwtunnel_build_state by David Ahern · 7 years ago
  46. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  47. 88ff733 net: Specify the owning module for lwtunnel ops by Robert Shearman · 8 years ago
  48. 9f427a0e net: mpls: Fix multipath selection for LSR use case by David Ahern · 8 years ago
  49. 27d6910 mpls: Packet stats by Robert Shearman · 8 years ago
  50. c63d352 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  51. 14dd3e1 net: af_mpls.c add space before open parenthesis by Suraj Deshmukh · 8 years ago
  52. f76a9db lwt: Remove unused len field by Thomas Graf · 8 years ago
  53. 9095e10 mpls: move mpls_hdr to a common location by Jiri Benc · 8 years ago
  54. ce927bf mpls: get rid of trivial returns by stephen hemminger · 8 years ago
  55. 48d2ab6 net: mpls: Fixups for GSO by David Ahern · 8 years ago
  56. 14972cb net: lwtunnel: Handle fragmentation by Roopa Prabhu · 8 years ago
  57. 407f31b mpls: allow routes on ipip and sit devices by Simon Horman · 8 years ago
  58. 0d227a8 mpls: allow routes on ipgre devices by Simon Horman · 8 years ago
  59. ae7ef81 skbuff: introduce skb_gso_validate_mtu by Marcelo Ricardo Leitner · 8 years ago
  60. 5c7cdf33 gso: Remove arbitrary checks for unsupported GSO by Tom Herbert · 8 years ago
  61. cbc53e0 GSO: Add GSO type for fixed IPv4 ID by Alexander Duyck · 8 years ago
  62. 94a57f1 mpls: find_outdev: check for err ptr in addition to NULL check by Roopa Prabhu · 8 years ago
  63. b2b04ed mpls: autoload lwt module by Robert Shearman · 8 years ago
  64. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  65. f20367d mpls: make via address optional for multipath routes by Robert Shearman · 9 years ago
  66. eb7809f mpls: fix out-of-bounds access when via address not specified by Robert Shearman · 9 years ago
  67. 72dcac9 mpls: don't dump RTA_VIA attribute if not specified by Robert Shearman · 9 years ago
  68. a3e948e mpls: validate L2 via address length by Robert Shearman · 9 years ago
  69. 6e71b29 mpls_iptunnel: add static qualifier to mpls_output by Roopa Prabhu · 9 years ago
  70. fe82b33 mpls: fix sending of local encapped packets by Robert Shearman · 9 years ago
  71. c89359a mpls: support for dead routes by Roopa Prabhu · 9 years ago
  72. cf4b24f mpls: reduce memory usage of routes by Robert Shearman · 9 years ago
  73. b4e04fc mpls: fix forwarding using v4/v6 explicit null by Robert Shearman · 9 years ago
  74. 1c78efa mpls: flow-based multipath selection by Robert Shearman · 9 years ago
  75. f8efb73 mpls: multipath route support by Roopa Prabhu · 9 years ago
  76. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  77. 6ea3c9d5 mpls: fix mpls_net_init memory leak by Nikolay Aleksandrov · 9 years ago
  78. 127eb7c lwt: Add cfg argument to build_state by Tom Herbert · 9 years ago
  79. 61adedf route: move lwtunnel state to dst_entry by Jiri Benc · 9 years ago
  80. 118d523 mpls: Enforce payload type of traffic sent using explicit NULL by Robert Shearman · 9 years ago
  81. 3dcb615 af_mpls: add null dev check in find_outdev by Roopa Prabhu · 9 years ago
  82. 5a9348b mpls: small cleanup in inet/inet6_fib_lookup_dev() by Dan Carpenter · 9 years ago
  83. a6affd2 mpls: Use definition for reserved label checks by Robert Shearman · 9 years ago
  84. bf21563 af_mpls: fix undefined reference to ip6_route_output by Roopa Prabhu · 9 years ago
  85. de18547 mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereference by Roopa Prabhu · 9 years ago
  86. 01faef2 mpls: make RTA_OIF optional by Roopa Prabhu · 9 years ago
  87. e3e4712 mpls: ip tunnel support by Roopa Prabhu · 9 years ago
  88. face018 mpls: export mpls functions for use by mpls iptunnels by Roopa Prabhu · 9 years ago
  89. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  90. 0fae3bf mpls: handle device renames for per-device sysctls by Robert Shearman · 9 years ago
  91. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  92. 25cc8f0 mpls: fix possible use after free of device by Robert Shearman · 9 years ago
  93. bdef7de net: Add priority to packet_offload objects. by David S. Miller · 9 years ago
  94. 78f5b89 mpls: Change reserved label names to be consistent with netbsd by Tom Herbert · 9 years ago
  95. c967a08 mpls: Move reserved label definitions by Tom Herbert · 9 years ago
  96. 5a9ab01 mpls: Prevent use of implicit NULL label as outgoing label by Robert Shearman · 9 years ago
  97. 37bde79 mpls: Per-device enabling of packet input by Robert Shearman · 9 years ago
  98. 03c5774 mpls: Per-device MPLS state by Robert Shearman · 9 years ago
  99. 76fecd8 mpls: In mpls_egress verify the packet length. by Eric W. Biederman · 9 years ago
  100. 8a08919 mpls: Allow mpls_gso and mpls_router to be built as modules by Robert Shearman · 9 years ago