1. d903ec7 gianfar: simplify FCS handling and fix memory leak by Andy Spencer · 7 years ago
  2. 4e14bf4 macvlan: fix use-after-free in macvlan_common_newlink() by Alexey Kodanev · 7 years ago
  3. 370c105 net: aquantia: Fix error handling in aq_pci_probe() by Dan Carpenter · 7 years ago
  4. ed04c46 Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  5. a2c0f03 ibmvnic: Fix early release of login buffer by Thomas Falcon · 7 years ago
  6. 83090e7 net/smc9194: Remove bogus CONFIG_MAC reference by Finn Thain · 7 years ago
  7. 88e80c6 smsc75xx: fix smsc75xx_set_features() by Eric Dumazet · 7 years ago
  8. cfd092f amd-xgbe: Restore PCI interrupt enablement setting on resume by Tom Lendacky · 7 years ago
  9. 8dcc5b0 virtio_net: fix ndo_xdp_xmit crash towards dev not ready for XDP by Jesper Dangaard Brouer · 7 years ago
  10. 11b7d897 virtio_net: fix memory leak in XDP_REDIRECT by Jesper Dangaard Brouer · 7 years ago
  11. 95dbe9e virtio_net: fix XDP code path in receive_small() by Jesper Dangaard Brouer · 7 years ago
  12. 7324f53 virtio_net: disable XDP_REDIRECT in receive_mergeable() case by Jesper Dangaard Brouer · 7 years ago
  13. 9c4ff2a Merge tag 'mlx5-fixes-2018-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  14. 9238e38 net/mlx5: Fix error handling when adding flow rules by Vlad Buslov · 8 years ago
  15. 26a0f6e net/mlx5: E-Switch, Fix drop counters use before creation by Eugenia Emantayev · 8 years ago
  16. 96de67a net/mlx5: Add header re-write to the checks for conflicting actions by Or Gerlitz · 8 years ago
  17. c67f100 net/mlx5: Use 128B cacheline size for 128B or larger cachelines by Daniel Jurgens · 8 years ago
  18. 2f0db87 net/mlx5e: Specify numa node when allocating drop rq by Gal Pressman · 8 years ago
  19. 001a2fc net/mlx5e: Return error if prio is specified when offloading eswitch vlan push by Or Gerlitz · 8 years ago
  20. 4f5c02f net/mlx5: Address static checker warnings on non-constant initializers by Or Gerlitz · 8 years ago
  21. 9afe9a5 net/mlx5e: Eliminate build warnings on no previous prototype by Or Gerlitz · 8 years ago
  22. f600c60 net/mlx5e: Verify inline header size do not exceed SKB linear size by Eran Ben Elisha · 8 years ago
  23. ef7a351 net/mlx5e: Fix loopback self test when GRO is off by Inbar Karmy · 8 years ago
  24. 8babd44 net/mlx5e: Fix TCP checksum in LRO buffers by Gal Pressman · 8 years ago
  25. abe27a8 ibmvnic: Check for NULL skb's in NAPI poll routine by Thomas Falcon · 7 years ago
  26. 506b0a3 tg3: APE heartbeat changes by Prashant Sreedharan · 7 years ago
  27. d1c95af mlxsw: spectrum_router: Do not unconditionally clear route offload indication by Ido Schimmel · 7 years ago
  28. f57bbaa net: qualcomm: rmnet: Fix possible null dereference in command processing by Subash Abhinov Kasiviswanathan · 7 years ago
  29. 4dba8bb net: qualcomm: rmnet: Fix warning seen with 64 bit stats by Subash Abhinov Kasiviswanathan · 7 years ago
  30. b37f78f net: qualcomm: rmnet: Fix crash on real dev unregistration by Subash Abhinov Kasiviswanathan · 7 years ago
  31. ce162bf mac80211_hwsim: don't use WQ_MEM_RECLAIM by Johannes Berg · 8 years ago
  32. 43a08e0 tun: fix tun_napi_alloc_frags() frag allocator by Eric Dumazet · 7 years ago
  33. 7dcf688 PCI/cxgb4: Extend T3 PCI quirk to T4+ devices by Casey Leedom · 7 years ago
  34. e6f02a4 cxgb4: fix trailing zero in CIM LA dump by Rahul Lakkireddy · 7 years ago
  35. c4e43e1 cxgb4: free up resources of pf 0-3 by Ganesh Goudar · 7 years ago
  36. d0869c0 ibmvnic: Clean RX pool buffers during device close by Thomas Falcon · 7 years ago
  37. 4b9b0f0 ibmvnic: Free RX socket buffer in case of adapter error by Thomas Falcon · 7 years ago
  38. 6e4842dd ibmvnic: Fix NAPI structures memory leak by Thomas Falcon · 7 years ago
  39. 34f0f4e ibmvnic: Fix login buffer memory leaks by Thomas Falcon · 7 years ago
  40. cc85c02 ibmvnic: Wait until reset is complete to set carrier on by Thomas Falcon · 7 years ago
  41. e6dbe93 Revert "net: thunderx: Add support for xdp redirect" by Jesper Dangaard Brouer · 7 years ago
  42. 0f2d2b2 mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create by Jiri Pirko · 7 years ago
  43. 07a2e1c net: cavium: fix NULL pointer dereference in cavium_ptp_put by Jan Glauber · 8 years ago
  44. 027d351 net: thunderbolt: Run disconnect flow asynchronously when logout is received by Mika Westerberg · 8 years ago
  45. 8e021a1 net: thunderbolt: Tear down connection properly on suspend by Mika Westerberg · 8 years ago
  46. b4580c9 sh_eth: Remove obsolete explicit clock handling for WoL by Geert Uytterhoeven · 8 years ago
  47. dd62c23 ravb: Remove obsolete explicit clock handling for WoL by Geert Uytterhoeven · 8 years ago
  48. 18a5b05 net: phy: fix wrong mask to phy_modify() by Ingo van Lil · 8 years ago
  49. 7ac8ff9 mvpp2: fix multicast address filter by Mikulas Patocka · 8 years ago
  50. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 8 years ago
  51. c839682 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  52. 2fa56a4 ibmvnic: Remove skb->protocol checks in ibmvnic_xmit by John Allen · 8 years ago
  53. 1029117 net: stmmac: remove redundant enable of PMT irq by Niklas Cassel · 8 years ago
  54. e879b7a net: stmmac: rename GMAC_INT_DEFAULT_MASK for dwmac4 by Niklas Cassel · 8 years ago
  55. 1b84ca1 net: stmmac: discard disabled flags in interrupt status register by Niklas Cassel · 8 years ago
  56. faefaa9 ibmvnic: Reset long term map ID counter by Thomas Falcon · 8 years ago
  57. 437a4db Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 8 years ago
  58. f9f1e41 Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  59. 08f5138 net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT by Heiner Kallweit · 8 years ago
  60. 88c991a net: thunder: change q_len's type to handle max ring size by Dean Nelson · 8 years ago
  61. e0c42c8 Merge tag 'wireless-drivers-next-for-davem-2018-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  62. ec95dff ibmvnic: queue reset when CRQ gets closed during reset by Nathan Fontenot · 8 years ago
  63. 762c330 tuntap: add missing xdp flush by Jason Wang · 8 years ago
  64. 99ffd19 Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git by Kalle Valo · 8 years ago
  65. 1a5e8e3 nfp: populate MODULE_VERSION by Jakub Kicinski · 8 years ago
  66. 0d592e5 nfp: limit the number of TSO segments by Jakub Kicinski · 8 years ago
  67. d692403 nfp: forbid disabling hw-tc-offload on representors while offload active by Jakub Kicinski · 8 years ago
  68. 0b9de4c nfp: don't advertise hw-tc-offload on non-port netdevs by Jakub Kicinski · 8 years ago
  69. e3ac6c0 nfp: bpf: require ETH table by Jakub Kicinski · 8 years ago
  70. 9ce8b24 Revert "ath10k: add sanity check to ie_len before parsing fw/board ie" by Ryan Hsu · 8 years ago
  71. b7d9923 nfp: bpf: fix immed relocation for larger offsets by Jakub Kicinski · 8 years ago
  72. 62f94c2 net: ethernet: ti: cpsw: fix net watchdog timeout by Grygorii Strashko · 8 years ago
  73. b0992ec ibmvnic: Ensure that buffers are NULL after free by Thomas Falcon · 8 years ago
  74. 3468656 ibmvnic: Fix rx queue cleanup for non-fatal resets by John Allen · 8 years ago
  75. bc6d33c i40e: Fix the number of queues available to be mapped for use by Amritha Nambiar · 8 years ago
  76. c861ef8 sun: Add SPDX license tags to Sun network drivers by Shannon Nelson · 8 years ago
  77. e729452 cxgb4: Fix error handling path in 'init_one()' by Christophe JAILLET · 8 years ago
  78. 4e12d65 ath9k_htc: add Altai WA1011N-GU by Oleksij Rempel · 8 years ago
  79. 50e79e2 ath10k: fix kernel panic issue during pci probe by Yu Wang · 8 years ago
  80. b9607de ath9k: Fix get channel default noise floor by Wojciech Dubowik · 8 years ago
  81. 34f1cb3 ath10k: add support for Ubiquiti rebranded QCA988X v2 by Tobias Schramm · 8 years ago
  82. 0a7fe71 ath10k: correct the length of DRAM dump for QCA6174 hw3.x/QCA9377 hw1.1 by Yu Wang · 8 years ago
  83. c713fb0 rtlwifi: rtl8821ae: Fix connection lost problem correctly by Larry Finger · 8 years ago
  84. 0dc400f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  85. 2246edf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 8 years ago
  86. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  87. ffc3962 be2net: Handle transmit completion errors in Lancer by Suresh Reddy · 8 years ago
  88. 3df40aa be2net: Fix HW stall issue in Lancer by Suresh Reddy · 8 years ago
  89. 703f578a nfp: fix kdoc warnings on nested structures by Jakub Kicinski · 8 years ago
  90. a327689 net: amd-xgbe: fix comparison to bitshift when dealing with a mask by Wolfram Sang · 8 years ago
  91. a56c698 net: phy: Handle not having GPIO enabled in the kernel by Andrew Lunn · 8 years ago
  92. f599c64 xen-netfront: Fix race between device setup and open by Ross Lagerwall · 8 years ago
  93. 21a2545 ibmvnic: fix empty firmware version and errors cleanup by Desnes Augusto Nunes do Rosario · 8 years ago
  94. 140995c net: mediatek: Explicitly include pinctrl headers by Thierry Reding · 8 years ago
  95. 03ecdd2 net/mlx5: increase async EQ to avoid EQ overrun by Max Gurtovoy · 8 years ago
  96. a6b8881 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 8 years ago
  97. c80c238 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  98. cfabb17 net: qlge: use memmove instead of skb_copy_to_linear_data by Arnd Bergmann · 8 years ago
  99. 11f7110 net: qed: use correct strncpy() size by Arnd Bergmann · 8 years ago
  100. 1a91649 net: cxgb4: avoid memcpy beyond end of source buffer by Arnd Bergmann · 8 years ago