1. 205a55f sfc: convert to new udp_tunnel infrastructure by Jakub Kicinski · 4 years, 8 months ago
  2. 7fc3b97 Merge branch 'qed-qede-improve-chain-API-and-add-XDP_REDIRECT-support' by David S. Miller · 4 years, 8 months ago
  3. d1b25b7 qede: add .ndo_xdp_xmit() and XDP_REDIRECT support by Alexander Lobakin · 4 years, 8 months ago
  4. 4c2bacb qede: refactor XDP Tx processing by Alexander Lobakin · 4 years, 8 months ago
  5. f285ad5 qede: reformat net_device_ops declarations by Alexander Lobakin · 4 years, 8 months ago
  6. f35535f qede: reformat several structures in "qede.h" by Alexander Lobakin · 4 years, 8 months ago
  7. be0cec6 qed: introduce qed_chain_get_elem_used{,u32}() by Alexander Lobakin · 4 years, 8 months ago
  8. f2aefd2 qed: optimize common chain accessors by Alexander Lobakin · 4 years, 8 months ago
  9. 1550658 qed: add support for different page sizes for chains by Alexander Lobakin · 4 years, 8 months ago
  10. b6db3f7 qed: simplify chain allocation with init params struct by Alexander Lobakin · 4 years, 8 months ago
  11. c3a321b qed: simplify initialization of the chains with an external PBL by Alexander Lobakin · 4 years, 8 months ago
  12. 5e776d8 qed: move chain initialization inlines next to allocation functions by Alexander Lobakin · 4 years, 8 months ago
  13. 9b6ee3c qed: sanitize PBL chains allocation by Alexander Lobakin · 4 years, 8 months ago
  14. 96ca4c5 qed: prevent possible double-frees of the chains by Alexander Lobakin · 4 years, 8 months ago
  15. a08c9b2 qed: move chain methods to a separate file by Alexander Lobakin · 4 years, 8 months ago
  16. bdaf98f qed: reformat Makefile by Alexander Lobakin · 4 years, 8 months ago
  17. 2cf2f4f qed: reformat "qed_chain.h" a bit by Alexander Lobakin · 4 years, 8 months ago
  18. f1fa27f net: qed_hsi.h: Avoid the use of one-element array by Gustavo A. R. Silva · 4 years, 8 months ago
  19. 6fcf9af bna: bfi.h: Avoid the use of one-element array by Gustavo A. R. Silva · 4 years, 8 months ago
  20. 7ec3e95 tg3: Avoid the use of one-element array by Gustavo A. R. Silva · 4 years, 8 months ago
  21. 4b1debb ionic: fix memory leak of object 'lid' by Colin Ian King · 4 years, 8 months ago
  22. aff598c Merge branch 'l2tp-cleanup-checkpatch-pl-warnings' by David S. Miller · 4 years, 8 months ago
  23. efcd8c8 l2tp: avoid precidence issues in L2TP_SKB_CB macro by Tom Parkin · 4 years, 8 months ago
  24. c0235fb l2tp: line-break long function prototypes by Tom Parkin · 4 years, 8 months ago
  25. bdf9866 l2tp: prefer seq_puts for unformatted output by Tom Parkin · 4 years, 8 months ago
  26. dbf82f3f l2tp: prefer using BIT macro by Tom Parkin · 4 years, 8 months ago
  27. bef04d1 l2tp: add identifier name in function pointer prototype by Tom Parkin · 4 years, 8 months ago
  28. 0864e33 l2tp: cleanup suspect code indent by Tom Parkin · 4 years, 8 months ago
  29. 8ce9825a l2tp: cleanup wonky alignment of line-broken function calls by Tom Parkin · 4 years, 8 months ago
  30. 9f7da9a l2tp: cleanup difficult-to-read line breaks by Tom Parkin · 4 years, 8 months ago
  31. 20dcb11 l2tp: cleanup comments by Tom Parkin · 4 years, 8 months ago
  32. b71a61c l2tp: cleanup whitespace use by Tom Parkin · 4 years, 8 months ago
  33. 637989b devlink: Always use user_ptr[0] for devlink and simplify post_doit by Parav Pandit · 4 years, 8 months ago
  34. fdd8fac hv_netvsc: add support for vlans in AF_PACKET mode by Sriram Krishnan · 4 years, 8 months ago
  35. 6ab301c mptcp: zero token hash at creation time. by Paolo Abeni · 4 years, 8 months ago
  36. bb809a0 lan743x: remove redundant initialization of variable current_head_index by Colin Ian King · 4 years, 8 months ago
  37. c6dd648 enetc: Remove the imdio bus on PF probe bailout by Claudiu Manoil · 4 years, 8 months ago
  38. 7979a7d net: qed: Remove unneeded cast from memory allocation by Wang Hai · 4 years, 8 months ago
  39. fb16d46 net: phy: fix check in get_phy_c45_ids by Vladimir Oltean · 4 years, 8 months ago
  40. 749c08f net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill) by Richard Sailer · 4 years, 8 months ago
  41. 09a0d32 Merge branch 'Add-DSA-yaml-binding' by David S. Miller · 4 years, 8 months ago
  42. 85e05d2 net: dsa: of: Allow ethernet-ports as encapsulating node by Kurt Kanzenbach · 4 years, 8 months ago
  43. 5a18bb1 dt-bindings: net: dsa: Let dsa.txt refer to dsa.yaml by Kurt Kanzenbach · 4 years, 8 months ago
  44. bce5859 dt-bindings: net: dsa: Add DSA yaml binding by Kurt Kanzenbach · 4 years, 8 months ago
  45. 8bb849d6 net: mscc: ocelot: fix non-initialized CPU port on VSC7514 by Vladimir Oltean · 4 years, 8 months ago
  46. a6c0d09 net: explicitly include <linux/compat.h> in net/core/sock.c by Christoph Hellwig · 4 years, 8 months ago
  47. dee72f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
  48. fa56a98 Merge branch 'ionic-updates' by David S. Miller · 4 years, 8 months ago
  49. 1b897e7 ionic: interface file updates by Shannon Nelson · 4 years, 8 months ago
  50. 6a6014e ionic: rearrange reset and bus-master control by Shannon Nelson · 4 years, 8 months ago
  51. 3fbc9bb ionic: update eid test for overflow by Shannon Nelson · 4 years, 8 months ago
  52. 4471b1c ionic: remove unused ionic_coal_hw_to_usec by Shannon Nelson · 4 years, 8 months ago
  53. c8768e7 ionic: set netdev default name by Shannon Nelson · 4 years, 8 months ago
  54. 4b03b27 ionic: get MTU from lif identity by Shannon Nelson · 4 years, 8 months ago
  55. 4787dd5 bareudp: Reverted support to enable & disable rx metadata collection by Martin Varghese · 4 years, 8 months ago
  56. 4303aa98 Merge branch 'dpaa2-eth-add-support-for-TBF-offload' by David S. Miller · 4 years, 8 months ago
  57. 3657cda dpaa2-eth: add support for TBF offload by Ioana Ciornei · 4 years, 8 months ago
  58. 39344a8 dpaa2-eth: add API for Tx shaping by Ioana Ciornei · 4 years, 8 months ago
  59. e3ec13b dpaa2-eth: move the mqprio setup into a separate function by Ioana Ciornei · 4 years, 8 months ago
  60. c1d069e mptcp: move helper to where its used by Florian Westphal · 4 years, 8 months ago
  61. 1fe4085 Merge branch 'devlink-small-improvements' by David S. Miller · 4 years, 8 months ago
  62. eac5f8a devlink: Constify devlink instance pointer by Parav Pandit · 4 years, 8 months ago
  63. 336ce1c devlink: Add comment for devlink instance lock by Parav Pandit · 4 years, 8 months ago
  64. 9232a3e devlink: Avoid duplicate check for reload enabled flag by Parav Pandit · 4 years, 8 months ago
  65. 6553e56 devlink: Do not hold devlink mutex when initializing devlink fields by Parav Pandit · 4 years, 8 months ago
  66. 3fc364c r8169: allow to enable ASPM on RTL8125A by Heiner Kallweit · 4 years, 8 months ago
  67. 4c8024f Merge branch 'ena-driver-new-features' by David S. Miller · 4 years, 8 months ago
  68. 0e3a3f6 net: ena: support new LLQ acceleration mode by Arthur Kiyanovski · 4 years, 8 months ago
  69. c29efea net: ena: move llq configuration from ena_probe to ena_device_init() by Arthur Kiyanovski · 4 years, 8 months ago
  70. 0ee60ed net: ena: enable support of rss hash key and function changes by Arthur Kiyanovski · 4 years, 8 months ago
  71. 0f505c6 net: ena: add support for traffic mirroring by Arthur Kiyanovski · 4 years, 8 months ago
  72. 0dcec68 net: ena: cosmetic: change ena_com_stats_admin stats to u64 by Arthur Kiyanovski · 4 years, 8 months ago
  73. 79890d3 net: ena: cosmetic: satisfy gcc warning by Arthur Kiyanovski · 4 years, 8 months ago
  74. 866032a net: ena: add reserved PCI device ID by Arthur Kiyanovski · 4 years, 8 months ago
  75. 1e5ae35 net: ena: avoid unnecessary rearming of interrupt vector when busy-polling by Arthur Kiyanovski · 4 years, 8 months ago
  76. d4eae99 qed: Fix ILT and XRCD bitmap memory leaks by Yuval Basson · 4 years, 8 months ago
  77. 11de577 Merge branch 'Phylink-PCS-updates' by David S. Miller · 4 years, 8 months ago
  78. 93eaceb net: phylink: add interface to configure clause 22 PCS PHY by Russell King · 4 years, 8 months ago
  79. 7137e18 net: phylink: add struct phylink_pcs by Russell King · 4 years, 8 months ago
  80. b7ad14c net: phylink: re-implement interface configuration with PCS by Russell King · 4 years, 8 months ago
  81. 1571e70 net: phylink: in-band pause mode advertisement update for PCS by Russell King · 4 years, 8 months ago
  82. 1e1bf14 net: phylink: simplify fixed-link case for ksettings_set method by Russell King · 4 years, 8 months ago
  83. a83c882 net: phylink: use config.an_enabled in ksettings_set method by Russell King · 4 years, 8 months ago
  84. cbc1bb1 net: phylink: simplify phy case for ksettings_set method by Russell King · 4 years, 8 months ago
  85. c8cab71 net: phylink: simplify ksettings_set() implementation by Russell King · 4 years, 8 months ago
  86. 7cceb59 net: phylink: avoid mac_config calls by Russell King · 4 years, 8 months ago
  87. 5005b16 net: phylink: update PCS when changing interface during resolution by Russell King · 4 years, 8 months ago
  88. 16319a7 net: phylink: ensure link is down when changing interface by Russell King · 4 years, 8 months ago
  89. 319bfaf net: phylink: rearrange resolve mac_config() call by Russell King · 4 years, 8 months ago
  90. b06e5ca net: phylink: rejig link state tracking by Russell King · 4 years, 8 months ago
  91. 1ceb7ee net: phylink: update ethtool reporting for fixed-link modes by Russell King · 4 years, 8 months ago
  92. ccbc6da Merge branch 'enetc-Add-adaptive-interrupt-coalescing' by David S. Miller · 4 years, 8 months ago
  93. ae0e6a5 enetc: Add adaptive interrupt coalescing by Claudiu Manoil · 4 years, 8 months ago
  94. 9157108 enetc: Add interrupt coalescing support by Claudiu Manoil · 4 years, 8 months ago
  95. 058d9cf enetc: Drop redundant ____cacheline_aligned_in_smp by Claudiu Manoil · 4 years, 8 months ago
  96. 12460a0 enetc: Fix interrupt coalescing register naming by Claudiu Manoil · 4 years, 8 months ago
  97. bbb96dc enetc: Factor out the traffic start/stop procedures by Claudiu Manoil · 4 years, 8 months ago
  98. 02293dd enetc: Refine buffer descriptor ring sizes by Claudiu Manoil · 4 years, 8 months ago
  99. c17e317 net: mdio-mux-gpio: use devm_gpiod_get_array() by Jisheng Zhang · 4 years, 8 months ago
  100. 9165e1d70 bpftool: Use only nftw for file tree parsing by Tony Ambardar · 4 years, 8 months ago