1. acb4b7d rocker: move dereference before free by Dan Carpenter · 7 years ago
  2. 6b27c8a mlxsw: spectrum_router: Fix NULL pointer dereference by Ido Schimmel · 7 years ago
  3. 713a98d virtio-net: serialize tx routine during reset by Jason Wang · 7 years ago
  4. e20bd60 net: usb: asix88179_178a: Add support for the Belkin B2B128 by Andrew F. Davis · 7 years ago
  5. 85688d9 fsl/fman: add dependency on HAS_DMA by Madalin Bucur · 7 years ago
  6. d0c32a1 bnx2x: Don't log mc removal needlessly by Mintz, Yuval · 7 years ago
  7. 2270bc5 bnxt_en: Fix netpoll handling. by Michael Chan · 7 years ago
  8. 69c149e bnxt_en: Add missing logic to handle TPA end error conditions. by Michael Chan · 7 years ago
  9. db9d8b2 net: dp83640: Avoid NULL pointer dereference. by Richard Cochran · 7 years ago
  10. bb53f4d sfc: Fix MCDI command size for filter operations by Martin Habets · 7 years ago
  11. b92b7d3 netvsc: don't access netdev->num_rx_queues directly by Arnd Bergmann · 7 years ago
  12. 18c8c54 macvlan: Let passthru macvlan correctly restore lower mac address by Vlad Yasevich · 7 years ago
  13. 43c2d57 macvlan: convert port passthru to flags. by Vlad Yasevich · 7 years ago
  14. e696cda macvlan: Fix passthru macvlan mac address inheritance by Vlad Yasevich · 7 years ago
  15. e26f43f macvlan: Do not return error when setting the same mac address by Vlad Yasevich · 7 years ago
  16. dfa523a xen-netback: correctly schedule rate-limited queues by Wei Liu · 7 years ago
  17. 191cdb3 veth: Be more robust on network device creation when no attributes by Serhey Popovych · 7 years ago
  18. b88ff4f drivers: net: cpsw-common: Fix reading of mac address for am43 SoCs by Lokesh Vutla · 7 years ago
  19. b866203 net/phy: micrel: configure intterupts after autoneg workaround by Zach Brown · 7 years ago
  20. afd6463 Merge tag 'wireless-drivers-for-davem-2017-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 7 years ago
  21. 05cf0d1 net: stmmac: free an skb first when there are no longer any descriptors using it by Niklas Cassel · 7 years ago
  22. 57f0c9c sfc: remove duplicate up_write on VF filter_sem by Edward Cree · 7 years ago
  23. fb52728 dpaa_eth: reuse the dma_ops provided by the FMan MAC device by Madalin Bucur · 7 years ago
  24. 5567e98 fsl/fman: propagate dma_ops by Madalin Bucur · 7 years ago
  25. 7fe5b91 net/hns:bugfix of ethtool -t phy self_test by Lin Yun Sheng · 7 years ago
  26. dec6b33 cxgb4: notify uP to route ctrlq compl to rdma rspq by Raju Rangoju · 7 years ago
  27. 35abcd4 brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2() by Arend Van Spriel · 7 years ago
  28. 31ac933 net/mlx5e: Avoid doing a cleanup call if the profile doesn't have it by Or Gerlitz · 7 years ago
  29. 9cfb4f7 net/mlx5e: Remove TC header re-write offloading of ip tos by Or Gerlitz · 7 years ago
  30. 9d1cef1 net/mlx5: Properly check applicability of devlink eswitch commands by Or Gerlitz · 7 years ago
  31. 5f195c2 net/mlx5e: Fix min inline value for VF rep SQs by Chris Mi · 8 years ago
  32. f0b3811 net/mlx5e: Fix timestamping capabilities reporting by Maor Dickman · 8 years ago
  33. 6c780a0 net/mlx5: Wait for FW readiness before initializing command interface by Eli Cohen · 7 years ago
  34. a2b7a62 brcmfmac: fix brcmf_fws_add_interface() for USB devices by Arend Van Spriel · 7 years ago
  35. 7a51461 brcmfmac: unbind all devices upon failure in firmware callback by Arend Van Spriel · 7 years ago
  36. 03fb0e8 brcmfmac: use firmware callback upon failure to load by Arend Van Spriel · 7 years ago
  37. 6d0507a brcmfmac: add parameter to pass error code in firmware callback by Arend Van Spriel · 7 years ago
  38. 640f93c i40e: Fix a sleep-in-atomic bug by Jia-Ju Bai · 7 years ago
  39. ace17c3 qed: fix dump of context data by Tayar, Tomer · 7 years ago
  40. 60cfe1e qmi_wwan: new Telewell and Sierra device IDs by Bjørn Mork · 7 years ago
  41. 665fff2 net: phy: Fix MDIO_THUNDER dependencies by Florian Fainelli · 7 years ago
  42. 4a6a97e netconsole: Remove duplicate "netconsole: " logging prefix by Joe Perches · 7 years ago
  43. eb3c28c r8152: give the device version by Oliver Neukum · 7 years ago
  44. 6964e53 i40e: fix handling of HW ATR eviction by Jacob Keller · 7 years ago
  45. 062bb99 Merge tag 'mlx5-fixes-2017-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  46. e7ff7ef net: ena: update ena driver to version 1.1.7 by Netanel Belgazal · 7 years ago
  47. 800c55c net: ena: bug fix in lost tx packets detection mechanism by Netanel Belgazal · 7 years ago
  48. a2cc519 net: ena: disable admin msix while working in polling mode by Netanel Belgazal · 7 years ago
  49. a3af7c1 net: ena: fix theoretical Rx hang on low memory systems by Netanel Belgazal · 7 years ago
  50. 0857d92 net: ena: add missing unmap bars on device removal by Netanel Belgazal · 7 years ago
  51. 661d2b0 net: ena: fix race condition between submit and completion admin command by Netanel Belgazal · 7 years ago
  52. 2d2c600 net: ena: add missing return when ena_com_get_io_handlers() fails by Netanel Belgazal · 7 years ago
  53. 418df30 net: ena: fix bug that might cause hang after consecutive open/close interface. by Netanel Belgazal · 7 years ago
  54. a77c1aa net: ena: fix rare uncompleted admin command false alarm by Netanel Belgazal · 7 years ago
  55. 91828bd net/mlx5: Enable 4K UAR only when page size is bigger than 4K by Majd Dibbiny · 7 years ago
  56. 53acd76 net/mlx5e: Fix wrong indications in DIM due to counter wraparound by Tal Gilboa · 7 years ago
  57. c3164d2 net/mlx5e: Added BW check for DIM decision mechanism by Tal Gilboa · 8 years ago
  58. f729860 net/mlx5: Remove several module events out of ethtool stats by Huy Nguyen · 8 years ago
  59. 3fece5d net/mlx5: Continue health polling until it is explicitly stopped by Mohamad Haj Yahia · 8 years ago
  60. 57f35c9 net/mlx5: Fix create vport flow table flow by Mohamad Haj Yahia · 7 years ago
  61. a704bb5 net: mvpp2: use {get, put}_cpu() instead of smp_processor_id() by Thomas Petazzoni · 7 years ago
  62. 56b8aae net: mvpp2: remove mvpp2_bm_cookie_{build,pool_get} by Thomas Petazzoni · 7 years ago
  63. 5aa32f5 Revert "net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272" by David S. Miller · 7 years ago
  64. bf292f1 net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272 by Fabio Estevam · 7 years ago
  65. d8dba51 net: aquantia: atlantic: remove declaration of hw_atl_utils_hw_set_power by Philippe Reynes · 7 years ago
  66. 3523882 bnx2x: Don't post statistics to malicious VFs by Mintz, Yuval · 7 years ago
  67. 92f85f0 bnx2x: Allow vfs to disable txvlan offload by Mintz, Yuval · 7 years ago
  68. f6d4c71 Merge tag 'linux-can-fixes-for-4.12-20170609' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 7 years ago
  69. 33d4c48 stmmac: fix for hw timestamp of GMAC3 unit by Mario Molitor · 7 years ago
  70. fd6720a stmmac: fix ptp header for GMAC3 hw timestamp by Mario Molitor · 7 years ago
  71. fc5b775d net: phy: add missing SPEED_14000 by Joe Perches · 7 years ago
  72. 97edec3 can: enable CAN FD for virtual CAN devices by default by Oliver Hartkopp · 7 years ago
  73. 5cda3ee can: gs_usb: fix memory leak in gs_cmd_reset() by Marc Kleine-Budde · 7 years ago
  74. dadcd39 can: peak_usb: fix product-id endianness in error message by Johan Hovold · 8 years ago
  75. f2a918b can: peak_canfd: fix uninitialized symbol warnings by Stephane Grosjean · 8 years ago
  76. ff3416f can: dev: make can_change_state() robust to be called with cf == NULL by Marc Kleine-Budde · 8 years ago
  77. 097d3c9 net: vrf: Make add_fib_rules per network namespace flag by David Ahern · 7 years ago
  78. 3fcd64c bonding: fix 802.3ad support for 14G speed by Nicolas Dichtel · 7 years ago
  79. c7c5506 bonding: fix 802.3ad support for 5G and 50G speeds by Thibaut Collet · 7 years ago
  80. 4f19c0d netvsc: move filter setting to rndis_device by stephen hemminger · 7 years ago
  81. a5ecd43 netvsc: fix net poll mode by stephen hemminger · 7 years ago
  82. fbd4c7e netvsc: fix rcu dereference warning from ethtool by stephen hemminger · 7 years ago
  83. 9065bc3 net: emac: fix and unify emac_mdio functions by Christian Lamparter · 7 years ago
  84. 19d90ec net: emac: fix reset timeout with AR8035 phy by Christian Lamparter · 7 years ago
  85. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  86. e173db3 net: mvpp2: do not bypass the mvpp22_port_mii_set function by Antoine Ténart · 7 years ago
  87. 3a807b7 ibmvnic: Return failure on attempted mtu change by John Allen · 7 years ago
  88. 996652c bnx2x: fix pf2vf bulletin DMA mapping leak by Michal Schmidt · 7 years ago
  89. 1d3028f net: stmmac: fix a broken u32 less than zero check by Colin Ian King · 7 years ago
  90. 426849e net: stmmac: fix completely hung TX when using TSO by Niklas Cassel · 7 years ago
  91. d220b94 net: ethoc: enable NAPI before poll may be scheduled by Max Filippov · 7 years ago
  92. 79514ef ravb: Fix use-after-free on `ifconfig eth0 down` by Eugeniu Rosca · 7 years ago
  93. 5942381 net: stmmac: ensure jumbo_frm error return is correctly checked for -ve value by Colin Ian King · 7 years ago
  94. 7b868fe Merge tag 'wireless-drivers-for-davem-2017-06-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 7 years ago
  95. 2aae918 i40e/i40evf: proper update of the page_offset field by Björn Töpel · 8 years ago
  96. 9e6c9c0 i40e: Fix state flags for bit set and clean operations of PF by Mauro S. M. Rodrigues · 8 years ago
  97. dc89481 Merge tag 'iwlwifi-for-kalle-2017-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes by Kalle Valo · 7 years ago
  98. dc1cd1d iwlwifi: fix host command memory leaks by Shahar S Matityahu · 8 years ago
  99. 1509880 iwlwifi: fix min API version for 7265D, 3168, 8000 and 8265 by Luca Coelho · 8 years ago
  100. 40cbeca iwlwifi: mvm: clear new beacon command template struct by Johannes Berg · 8 years ago