1. 46c518c net: dpaa2-mac: add 1000BASE-X support by Russell King · 4 years ago
  2. 694a000 net: pcs: add pcs-lynx 1000BASE-X support by Russell King · 4 years ago
  3. 8cc8993 net: wan: farsync: use new tasklet API by Emil Renner Berthing · 4 years ago
  4. 9c2865e3 Merge branch 'net-avoid-the-memory-waste-in-some-ethernet-drivers' by Jakub Kicinski · 4 years ago
  5. d0dfbb9 net: dpaa2: Use napi_alloc_frag_align() to avoid the memory waste by Kevin Hao · 4 years ago
  6. 1b04160 net: octeontx2: Use napi_alloc_frag_align() to avoid the memory waste by Kevin Hao · 4 years ago
  7. 3f6e687 net: Introduce {netdev,napi}_alloc_frag_align() by Kevin Hao · 4 years ago
  8. b358e21 mm: page_frag: Introduce page_frag_alloc_align() by Kevin Hao · 4 years ago
  9. a455fcd net: dwc-xlgmac: Fix spelling mistake in function name by Colin Ian King · 4 years ago
  10. c1fcda2 net: mhi-net: Add re-aggregation of fragmented packets by Loic Poulain · 4 years ago
  11. d698e6a net: qualcomm: rmnet: Fix rx_handler for non-linear skbs by Loic Poulain · 4 years ago
  12. a64566a net: sched: Return the correct errno code by Zheng Yongjun · 4 years ago
  13. 247b557 dccp: Return the correct errno code by Zheng Yongjun · 4 years ago
  14. 1697291 net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR()) by Xu Wang · 4 years ago
  15. a8225ef net: ethernet: ti: fix netdevice stats for XDP by Lorenzo Bianconi · 4 years ago
  16. b91b3a2 dpaa2-eth: Simplify the calculation of variables by Jiapeng Chong · 4 years ago
  17. c90597b Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by Jakub Kicinski · 4 years ago
  18. 4d469ec Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue by Jakub Kicinski · 4 years ago
  19. 8ae90b7 Merge branch 'amend-hv_netvsc-copy-packets-sent-by-hyper-v-out-of-the-receive-buffer' by Jakub Kicinski · 4 years ago
  20. 8dff9808 hv_netvsc: Load and store the proper (NBL_HASH_INFO) per-packet info by Andrea Parri (Microsoft) · 4 years ago
  21. 0102eee hv_netvsc: Allocate the recv_buf buffers after NVSP_MSG1_TYPE_SEND_RECV_BUF by Andrea Parri (Microsoft) · 4 years ago
  22. 6b4950d Merge branch 'r8152-adjust-flow-for-power-cut' by Jakub Kicinski · 4 years ago
  23. 80fd850 r8152: adjust the flow of power cut for RTL8153B by Hayes Wang · 4 years ago
  24. a08c0d3 r8152: replace several functions about phy patch request by Hayes Wang · 4 years ago
  25. add285b net: dsa: xrs700x: Correctly address device over I2C by Tobias Waldekranz · 4 years ago
  26. b53014f net: dsa: bcm_sf2: Check egress tagging of CFP rule with proper accessor by Vladimir Oltean · 4 years ago
  27. 53b823b drivers: net: ethernet: i825xx: Fix couple of spellings in the file ether1.c by Bhaskar Chowdhury · 4 years ago
  28. c56006f Merge branch 'fix-w-1-compilation-warnings-in-net-folder' by Jakub Kicinski · 4 years ago
  29. edf597d netfilter: move handlers to net/ip_vs.h by Leon Romanovsky · 4 years ago
  30. 04f00ab net/core: move gro function declarations to separate header by Leon Romanovsky · 4 years ago
  31. f9a4719 ipv6: move udp declarations to net/udp.h by Leon Romanovsky · 4 years ago
  32. 1faba27 ipv6: silence compilation warning for non-IPV6 builds by Leon Romanovsky · 4 years ago
  33. 8f8a42f net: hns3: remove redundant null check of an array by Colin Ian King · 4 years ago
  34. d6adfd3 nfc: pn533: Fix typo issue by wengjianfeng · 4 years ago
  35. ccdafd2 Merge branch 'net-enable-udp-v6-sockets-receiving-v4-packets-with-udp' by Jakub Kicinski · 4 years ago
  36. 5d30c62 rxrpc: call udp_tunnel_encap_enable in rxrpc_open_socket by Xin Long · 4 years ago
  37. a4a600dd udp: call udp_encap_enable for v6 sockets when enabling encap by Xin Long · 4 years ago
  38. c9dca82 net-loopback: set lo dev initial state to UP by Jian Yang · 4 years ago
  39. e64ffa8 Merge branch 'net-consolidate-page_is_pfmemalloc-usage' by Jakub Kicinski · 4 years ago
  40. 0565613 net: page_pool: simplify page recycling condition tests by Alexander Lobakin · 4 years ago
  41. a79afa7 net: use the new dev_page_is_reusable() instead of private versions by Alexander Lobakin · 4 years ago
  42. bc38f30 net: introduce common dev_page_is_reusable() by Alexander Lobakin · 4 years ago
  43. 48f971c skbuff: constify skb_propagate_pfmemalloc() "page" argument by Alexander Lobakin · 4 years ago
  44. 1d7bab6 mm: constify page_is_pfmemalloc() argument by Alexander Lobakin · 4 years ago
  45. 9c97921 net: fix building errors on powerpc when CONFIG_RETPOLINE is not set by Brian Vazquez · 4 years ago
  46. 0053859 net: add EXPORT_INDIRECT_CALLABLE wrapper by Brian Vazquez · 4 years ago
  47. 7e3ce05 netlink: add tracepoint at NL_SET_ERR_MSG by Marcelo Ricardo Leitner · 4 years ago
  48. e93fac3 drivers: net: xen-netfront: Simplify the calculation of variables by Jiapeng Chong · 4 years ago
  49. 493007c Merge branch 'gtp' by Jakub Kicinski · 4 years ago
  50. 9716178 gtp: update rx_length_errors for abnormally short packets by Jonas Bonn · 4 years ago
  51. 29f53b5 gtp: set device type by Jonas Bonn · 4 years ago
  52. 70d1324 gtp: drop unnecessary call to skb_dst_drop by Jonas Bonn · 4 years ago
  53. a9c0df7 gtp: really check namespaces before xmit by Jonas Bonn · 4 years ago
  54. e1b2914 gtp: include role in link info by Jonas Bonn · 4 years ago
  55. e21eb3a gtp: set initial MTU by Jonas Bonn · 4 years ago
  56. 49ecc58 Revert "GTP: add support for flow based tunneling API" by Jonas Bonn · 4 years ago
  57. 3dd344ea net: tracepoint: exposing sk_family in all tcp:tracepoints by Hariharan Ananthakrishnan · 4 years ago
  58. f5a5589 tcp: use a smaller percpu_counter batch size for sk_alloc by Wei Wang · 4 years ago
  59. 6fd5eee Merge branch 'support-setting-lanes-via-ethtool' by Jakub Kicinski · 4 years ago
  60. f72e2f4 net: selftests: Add lanes setting test by Danielle Ratson · 4 years ago
  61. 25a96f0 mlxsw: ethtool: Pass link mode in use to ethtool by Danielle Ratson · 4 years ago
  62. 763ece86 mlxsw: ethtool: Add support for setting lanes when autoneg is off by Danielle Ratson · 4 years ago
  63. 5fc4053 mlxsw: ethtool: Remove max lanes filtering by Danielle Ratson · 4 years ago
  64. 7dc33f0 ethtool: Expose the number of lanes in use by Danielle Ratson · 4 years ago
  65. c890704 ethtool: Get link mode in use instead of speed and duplex parameters by Danielle Ratson · 4 years ago
  66. 012ce4d ethtool: Extend link modes settings uAPI with lanes by Danielle Ratson · 4 years ago
  67. 189e7a8 ethtool: Validate master slave configuration before rtnl_lock() by Danielle Ratson · 4 years ago
  68. 99b8202 net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignored by Vladimir Oltean · 4 years ago
  69. 75b8f78 Merge branch 'chelsio-cxgb-use-threaded-interrupts-for-deferred-work' by Jakub Kicinski · 4 years ago
  70. 82154580 chelsio: cxgb: Disable the card on error in threaded interrupt by Sebastian Andrzej Siewior · 4 years ago
  71. fec7fa0 chelsio: cxgb: Replace the workqueue with threaded interrupt by Sebastian Andrzej Siewior · 4 years ago
  72. 462e99a Merge branch 'support-for-octeontx2-98xx-cpt-block' by Jakub Kicinski · 4 years ago
  73. c57c58f octeontx2-af: Handle CPT function level reset by Srujana Challa · 4 years ago
  74. b0f60fa octeontx2-af: Add support for CPT1 in debugfs by Srujana Challa · 4 years ago
  75. de2854c octeontx2-af: Mailbox changes for 98xx CPT block by Srujana Challa · 4 years ago
  76. e0183b9 net: mdiobus: Prevent spike on MDIO bus reset signal by Mike Looijmans · 4 years ago
  77. 5a04b95 e1000: drop unneeded assignment in e1000_set_itr() by Sudip Mukherjee · 4 years, 3 months ago
  78. 99eb394 e1000e: remove the redundant value assignment in e1000_update_nvm_checksum_spt by Kaixu Xia · 4 years, 2 months ago
  79. 2f7c1fd igb: remove h from printk format specifier by Tom Rix · 4 years, 1 month ago
  80. 6e6026f igb: Enable RSS for Intel I211 Ethernet Controller by Nick Lowe · 4 years, 1 month ago
  81. abb9efc7 igb: fix TDBAL register show incorrect value by Gal Hammer · 4 years ago
  82. 9660ef2 igc: Fix TDBAL register show incorrect value by Sasha Neftin · 4 years ago
  83. 4160d9e net: mscc: ocelot: fix error code in mscc_ocelot_probe() by Dan Carpenter · 4 years ago
  84. e0c1623 net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports() by Dan Carpenter · 4 years ago
  85. 4917fc8 igc: Remove unused FUNC_1 mask by Sasha Neftin · 4 years, 1 month ago
  86. 9c99482 igc: Remove unused local receiver mask by Sasha Neftin · 4 years, 1 month ago
  87. ed443cd igc: Prefer strscpy over strlcpy by Sasha Neftin · 4 years ago
  88. 94f794d igc: Expose the gPHY firmware version by Sasha Neftin · 4 years, 1 month ago
  89. 01bb612 igc: Expose the NVM version by Sasha Neftin · 4 years, 1 month ago
  90. e652994 igc: Add Host Good Packets Transmitted Count by Sasha Neftin · 4 years, 1 month ago
  91. e96c5b4 igc: Remove MULR mask define by Sasha Neftin · 4 years, 1 month ago
  92. 4d59f52 igc: Remove igc_set_fw_version comment by Sasha Neftin · 4 years, 2 months ago
  93. 63532ce igc: Clean up nvm_operations structure by Sasha Neftin · 4 years, 2 months ago
  94. 2d912da Merge branch 'net-use-indirect_call-in-some-dst_ops' by Jakub Kicinski · 4 years ago
  95. bbd807d net: indirect call helpers for ipv4/ipv6 dst_check functions by Brian Vazquez · 4 years ago
  96. f67fbea net: use indirect call helpers for dst_mtu by Brian Vazquez · 4 years ago
  97. 6585d7dc net: use indirect call helpers for dst_output by Brian Vazquez · 4 years ago
  98. e43b219 net: use indirect call helpers for dst_input by Brian Vazquez · 4 years ago
  99. 4f4e543 net: usb: cdc_ncm: use new API for bh tasklet by Emil Renner Berthing · 4 years ago
  100. 32d1bbb net: fec: Silence M5272 build warnings by Geert Uytterhoeven · 4 years ago