1. 9287141 i40evf: add hyperv dev ids by Joshua Hay · 9 years ago
  2. 8b60151 i40e: Remove device ID 0x37D4 by Catherine Sullivan · 9 years ago
  3. 88dc9e6 i40e/i40evf: remove useless initializer by Mitch Williams · 9 years ago
  4. 2853704 i40e: Fix to show correct Advertised Link Modes when link is down by Avinash Dayanand · 9 years ago
  5. cd95672 i40e: avoid null pointer dereference by Heinrich Schuchardt · 9 years ago
  6. d95a93a Merge branch 'macsec-gro' by David S. Miller · 9 years ago
  7. 5491e7c macsec: enable GRO and RPS on macsec devices by Paolo Abeni · 9 years ago
  8. 5f652bb gro_cells: gro_cells_receive now return error code by Paolo Abeni · 9 years ago
  9. 276b8c7 Merge tag 'nfc-next-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 9 years ago
  10. 0f06a67 samples: Add an IPv6 '-6' option to the pktgen scripts by Martin KaFai Lau · 9 years ago
  11. 1c137ef Merge branch 'xdp-cleanups' by David S. Miller · 9 years ago
  12. d9094bd bpf: make xdp sample variable names more meaningful by Brenden Blanco · 9 years ago
  13. 262d862 rtnl: protect do_setlink from IFLA_XDP_ATTACHED by Brenden Blanco · 9 years ago
  14. cb7386d net/mlx4_en: use READ_ONCE when freeing xdp_prog by Brenden Blanco · 9 years ago
  15. f67fe5c Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  16. 4c37fb1 Merge branch 'mv88r6xxx-eeprom-rework' by David S. Miller · 9 years ago
  17. 8f6345b net: dsa: mv88e6xxx: kill last locked reg_read by Vivien Didelot · 9 years ago
  18. 855b193 net: dsa: mv88e6xxx: rework EEPROM access by Vivien Didelot · 9 years ago
  19. d467333 net: dsa: mv88e6xxx: remove unused phy_mutex by Vivien Didelot · 9 years ago
  20. e6c044f net/faraday: Disallow using reversed MAC address from hardware by Gavin Shan · 9 years ago
  21. 5264cc6 fm10k: bump version number by Jacob Keller · 9 years ago
  22. 30e23b7 fm10k: return proper error code when pci_enable_msix_range fails by Jacob Keller · 9 years ago
  23. 0356b23 fm10k: force link to remain down for at least a second on resume events by Jacob Keller · 9 years ago
  24. 0afd20e fm10k: implement request_lport_map pointer by Jacob Keller · 9 years ago
  25. 9d7dbf0 fm10k: check if PCIe link is restored by Jacob Keller · 9 years ago
  26. 0d63a8f fm10k: enable bus master after every reset by Jacob Keller · 9 years ago
  27. 7756c08 fm10k: use common flow for suspend and resume by Jacob Keller · 9 years ago
  28. 0593186 fm10k: implement reset_notify handler for PCIe FLR events by Jacob Keller · 9 years ago
  29. 820c91a fm10k: use common reset flow when handling io errors from PCI stack by Jacob Keller · 9 years ago
  30. dc4b76c fm10k: implement prepare_suspend and handle_resume by Jacob Keller · 9 years ago
  31. 40de1fa fm10k: split fm10k_reinit into two functions by Jacob Keller · 9 years ago
  32. 9487776 fm10k: wait for queues to drain if stop_hw() fails once by Jacob Keller · 9 years ago
  33. 106ca42 fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDING by Jacob Keller · 9 years ago
  34. 34bad71 fm10k: use actual hardware registers when checking for pending Tx by Jacob Keller · 9 years ago
  35. 892c9e0 fm10k: perform data path reset even when switch is not ready by Jacob Keller · 9 years ago
  36. ce33624 fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDING by Jacob Keller · 9 years ago
  37. 5e93cba fm10k: Reset mailbox global interrupts by Ngai-Mint Kwan · 9 years ago
  38. 9d73ede fm10k: prevent multiple threads updating statistics by Jacob Keller · 9 years ago
  39. b624714 fm10k: avoid possible null pointer dereference in fm10k_update_stats by Jacob Keller · 9 years ago
  40. 1b00c6c fm10k: no need to continue in fm10k_down if __FM10K_DOWN already set by Jacob Keller · 9 years ago
  41. c0d661c Merge branch 'mlxsw-per-prio-tc-counters' by David S. Miller · 9 years ago
  42. df4750e8 mlxsw: spectrum: Expose per-tc counters via ethtool by Ido Schimmel · 9 years ago
  43. 7ed674b mlxsw: spectrum: Expose per-priority counters via ethtool by Ido Schimmel · 9 years ago
  44. 0971427 net: cpmac: fix error handling of cpmac_probe() by Wei Yongjun · 9 years ago
  45. 44fafda net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the code by Wei Yongjun · 9 years ago
  46. 9a7bae8 net: ethernet: nb8800: fix error handling of nb8800_probe() by Wei Yongjun · 9 years ago
  47. 459421c wan/fsl_ucc_hdlc: use module_platform_driver to simplify the code by Wei Yongjun · 9 years ago
  48. 9d5658e wan/fsl_ucc_hdlc: remove .owner field for driver by Wei Yongjun · 9 years ago
  49. 3ad7b14 net: axienet: Fix return value check in axienet_probe() by Wei Yongjun · 9 years ago
  50. 4599f77 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  51. b02b94b bpf, elf: add official ELF machine define for eBPF by Daniel Borkmann · 9 years ago
  52. cc2e0b3 bpf: fix implicit declaration of bpf_prog_add by Brenden Blanco · 9 years ago
  53. 22b3548 Merge branch 'xdp' by David S. Miller · 9 years ago
  54. 764cbcce bpf: add sample for xdp forwarding and rewrite by Brenden Blanco · 9 years ago
  55. 4acf6c0 bpf: enable direct packet data write for xdp progs by Brenden Blanco · 9 years ago
  56. 9ecc2d8 net/mlx4_en: add xdp forwarding and data write support by Brenden Blanco · 9 years ago
  57. 224e92e net/mlx4_en: break out tx_desc write into separate function by Brenden Blanco · 9 years ago
  58. 6ce96ca bpf: add XDP_TX xdp_action for direct forwarding by Brenden Blanco · 9 years ago
  59. d576acf net/mlx4_en: add page recycle to prepare rx ring for tx support by Brenden Blanco · 9 years ago
  60. 86af8b4 Add sample for adding simple drop program to link by Brenden Blanco · 9 years ago
  61. 47a38e1 net/mlx4_en: add support for fast rx drop bpf program by Brenden Blanco · 9 years ago
  62. d1fdd91 rtnl: add option for setting link xdp prog by Brenden Blanco · 9 years ago
  63. a7862b4 net: add ndo to setup/query xdp prog in adapter rx by Brenden Blanco · 9 years ago
  64. 6a773a1 bpf: add XDP prog type for early driver filter by Brenden Blanco · 9 years ago
  65. 59d3656 bpf: add bpf_prog_add api for bulk prog refcnt by Brenden Blanco · 9 years ago
  66. ddbcb79 Merge branch 'ncsi' by David S. Miller · 9 years ago
  67. fc6061c net/faraday: Mask PHY interrupt with NCSI mode by Gavin Shan · 9 years ago
  68. bb168e2 net/faraday: Match driver according to compatible property by Gavin Shan · 9 years ago
  69. bd466c3 net/faraday: Support NCSI mode by Gavin Shan · 9 years ago
  70. 113ce10 net/faraday: Read MAC address from chip by Gavin Shan · 9 years ago
  71. eb41818 net/faraday: Helper functions to create or destroy MDIO interface by Gavin Shan · 9 years ago
  72. 7a82ecf net/ncsi: NCSI AEN packet handler by Gavin Shan · 9 years ago
  73. e6f44ed net/ncsi: Package and channel management by Gavin Shan · 9 years ago
  74. 138635c net/ncsi: NCSI response packet handler by Gavin Shan · 9 years ago
  75. 6389eaa net/ncsi: NCSI command packet handler by Gavin Shan · 9 years ago
  76. 2d283bd net/ncsi: Resource management by Gavin Shan · 9 years ago
  77. 5e31c70 Merge branch 'dsa-mv88e6xxx-g2-cleanup-stp' by David S. Miller · 9 years ago
  78. 2cfcd96 net: dsa: mv88e6xxx: add support for DSA ageing time by Vivien Didelot · 9 years ago
  79. acddbd2 net: dsa: mv88e6xxx: add G1 helper for ageing time by Vivien Didelot · 9 years ago
  80. 34a79f6 net: dsa: support switchdev ageing time attr by Vivien Didelot · 9 years ago
  81. 8ec61c7 net: dsa: mv88e6xxx: add cap for IRL by Vivien Didelot · 9 years ago
  82. 9bda889 net: dsa: mv88e6xxx: add cap for Priority Override by Vivien Didelot · 9 years ago
  83. 63ed880 net: dsa: mv88e6xxx: add cap for PVT by Vivien Didelot · 9 years ago
  84. 3b4caa1 net: dsa: mv88e6xxx: rework Switch MAC setter by Vivien Didelot · 9 years ago
  85. 47395ed net: dsa: mv88e6xxx: add cap for MGMT Enables bits by Vivien Didelot · 9 years ago
  86. 5154041 net: dsa: mv88e6xxx: extract trunk mapping by Vivien Didelot · 9 years ago
  87. f22ab64 net: dsa: mv88e6xxx: extract device mapping by Vivien Didelot · 9 years ago
  88. 9729934 net: dsa: mv88e6xxx: split setup of Global 1 and 2 by Vivien Didelot · 9 years ago
  89. d51c542 net: dsa: mv88e6xxx: remove basic function flags by Vivien Didelot · 9 years ago
  90. 183fc15 kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bug by Andrew Morton · 9 years ago
  91. a725ee3 virtio-net: Remove more stack DMA by Andy Lutomirski · 9 years ago
  92. cbce91c bnxt_en: Remove locking around txr->dev_state by Florian Fainelli · 9 years ago
  93. 7e0433b Merge branch 'frag-udp-tunneled-skbs' by David S. Miller · 9 years ago
  94. b8247f0 net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segmentation for local udp tunneled skbs by Shmulik Ladkani · 9 years ago
  95. 359ebda net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flags by Shmulik Ladkani · 9 years ago
  96. dfa1537 Merge branch 'bnxt_en-NS2-Nitro' by David S. Miller · 9 years ago
  97. fa853dd bnxt_en: Add BCM58700 PCI device ID for NS2 Nitro. by Prashant Sreedharan · 9 years ago
  98. dc52c6c bnxt_en: Workaround Nitro A0 RX hardware bug (part 4). by Prashant Sreedharan · 9 years ago
  99. 10bbdaf bnxt_en: Workaround Nitro A0 hardware RX bug (part 3). by Prashant Sreedharan · 9 years ago
  100. 7659519 bnxt_en: Workaround Nitro A0 hardware RX bug (part 2). by Prashant Sreedharan · 9 years ago