1. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  2. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  3. 4c07c13 net/mlx4_en: Refactor mlx4_en_free_tx_desc by Tariq Toukan · 8 years ago
  4. 9573e0d net/mlx4_en: Replace TXBB_SIZE multiplications with shift operations by Tariq Toukan · 8 years ago
  5. 77788b5b net/mlx4_en: Increase default TX ring size by Tariq Toukan · 8 years ago
  6. 6c78511 net/mlx4_en: Poll XDP TX completion queue in RX NAPI by Tariq Toukan · 8 years ago
  7. 36ea796 net/mlx4_en: Improve XDP xmit function by Tariq Toukan · 8 years ago
  8. f28186d net/mlx4_en: Improve stack xmit function by Tariq Toukan · 8 years ago
  9. cc26a49 net/mlx4_en: Improve transmit CQ polling by Tariq Toukan · 8 years ago
  10. 9bcee89 net/mlx4_en: Improve receive data-path by Tariq Toukan · 8 years ago
  11. 4931c6e net/mlx4_en: Optimized single ring steering by Saeed Mahameed · 8 years ago
  12. cf97050 net/mlx4_en: Remove unused argument in TX datapath function by Tariq Toukan · 8 years ago
  13. 21ecba6 ibmvnic: Exit polling routine correctly during adapter reset by Thomas Falcon · 8 years ago
  14. 1cf9cc7 ibmvnic: Remove VNIC_CLOSING check from pending_scrq by Thomas Falcon · 8 years ago
  15. c8b2ad0 ibmvnic: Sanitize entire SCRQ buffer on reset by Thomas Falcon · 8 years ago
  16. 4c2687a ibmvnic: Ensure that TX queues are disabled in __ibmvnic_close by Thomas Falcon · 8 years ago
  17. c3e53b9 ibmvnic: Activate disabled RX buffer pools on reset by Thomas Falcon · 8 years ago
  18. 7e9191c sunvnet: restrict advertized checksum offloads to just IP by Shannon Nelson · 8 years ago
  19. 9d7cded net: s2io: remove useless variable in fill_rx_buffers by Gustavo A. R. Silva · 8 years ago
  20. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  21. 640f93c i40e: Fix a sleep-in-atomic bug by Jia-Ju Bai · 8 years ago
  22. 0430a26 liquidio: fix VF driver off-by-one bug when setting ethtool -C ethX rx-frames by Weilin Chang · 8 years ago
  23. f5165a5 net/mlxfw: fix a NULL dereference by Dan Carpenter · 8 years ago
  24. 0331402 qed: Fix an off by one bug by Dan Carpenter · 8 years ago
  25. 2ea1090 mlxsw: spectrum: Add support for access cable info via ethtool by Arkadi Sharshevsky · 8 years ago
  26. 7ca3699 mlxsw: reg: Add MCIA register for cable info access by Arkadi Sharshevsky · 8 years ago
  27. a09c0fc ixgbe: pci_set_drvdata must be called before register_netdev by Jeff Mahoney · 8 years ago
  28. 4ebdf8a ixgbe: Resolve cppcheck format string warning by Tony Nguyen · 8 years ago
  29. d28b194 ixgbe: fix writes to PFQDE by Emil Tantilov · 8 years ago
  30. adc2c83 ixgbevf: Bump version number by Tony Nguyen · 8 years ago
  31. 01ec552 ixgbe: Bump version number by Tony Nguyen · 8 years ago
  32. 622a2ef ixgbe: check for Tx timestamp timeouts during watchdog by Jacob Keller · 8 years ago
  33. 4cc74c0 ixgbe: add statistic indicating number of skipped Tx timestamps by Jacob Keller · 8 years ago
  34. 5fef124 ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESS by Jacob Keller · 8 years ago
  35. aaebaf5 ixgbe: fix race condition with PTP_TX_IN_PROGRESS bits by Jacob Keller · 8 years ago
  36. 38b6ec5 cxgb4: handle serial flash interrupt by Ganesh Goudar · 8 years ago
  37. aa9f979 networking: use skb_put_zero() by Johannes Berg · 8 years ago
  38. ace17c3 qed: fix dump of context data by Tayar, Tomer · 8 years ago
  39. 5514174 net: phy: Make phy_ethtool_ksettings_get return void by yuval.shaia@oracle.com · 8 years ago
  40. 61d3e1d ibmvnic: Remove netdev notify for failover resets by Nathan Fontenot · 8 years ago
  41. 40c9db8 ibmvnic: Client-initiated failover by Thomas Falcon · 8 years ago
  42. 725757a net: mvpp2: enable basic 10G support by Antoine Ténart · 8 years ago
  43. 6964e53 i40e: fix handling of HW ATR eviction by Jacob Keller · 8 years ago
  44. 78d6102 sh_eth: add support for changing MTU by Niklas Söderlund · 8 years ago
  45. 66e037c Merge tag 'mlx5-updates-2017-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 8 years ago
  46. 062bb99 Merge tag 'mlx5-fixes-2017-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 8 years ago
  47. e7ff7ef net: ena: update ena driver to version 1.1.7 by Netanel Belgazal · 8 years ago
  48. 800c55c net: ena: bug fix in lost tx packets detection mechanism by Netanel Belgazal · 8 years ago
  49. a2cc519 net: ena: disable admin msix while working in polling mode by Netanel Belgazal · 8 years ago
  50. a3af7c1 net: ena: fix theoretical Rx hang on low memory systems by Netanel Belgazal · 8 years ago
  51. 0857d92 net: ena: add missing unmap bars on device removal by Netanel Belgazal · 8 years ago
  52. 661d2b0 net: ena: fix race condition between submit and completion admin command by Netanel Belgazal · 8 years ago
  53. 2d2c600 net: ena: add missing return when ena_com_get_io_handlers() fails by Netanel Belgazal · 8 years ago
  54. 418df30 net: ena: fix bug that might cause hang after consecutive open/close interface. by Netanel Belgazal · 8 years ago
  55. a77c1aa net: ena: fix rare uncompleted admin command false alarm by Netanel Belgazal · 8 years ago
  56. 91828bd net/mlx5: Enable 4K UAR only when page size is bigger than 4K by Majd Dibbiny · 8 years ago
  57. 53acd76 net/mlx5e: Fix wrong indications in DIM due to counter wraparound by Tal Gilboa · 8 years ago
  58. c3164d2 net/mlx5e: Added BW check for DIM decision mechanism by Tal Gilboa · 8 years ago
  59. f729860 net/mlx5: Remove several module events out of ethtool stats by Huy Nguyen · 8 years ago
  60. 3fece5d net/mlx5: Continue health polling until it is explicitly stopped by Mohamad Haj Yahia · 8 years ago
  61. 57f35c9 net/mlx5: Fix create vport flow table flow by Mohamad Haj Yahia · 8 years ago
  62. 6d307f6 net: ethernet: ti: cpdma: do not enable host error misc irq by Grygorii Strashko · 8 years ago
  63. e9523a5 net: ethernet: ti: cpsw: enable HWTSTAMP_FILTER_PTP_V1_L4_EVENT filter by Grygorii Strashko · 8 years ago
  64. a704bb5 net: mvpp2: use {get, put}_cpu() instead of smp_processor_id() by Thomas Petazzoni · 8 years ago
  65. 56b8aae net: mvpp2: remove mvpp2_bm_cookie_{build,pool_get} by Thomas Petazzoni · 8 years ago
  66. 41e8e40 net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272 by Fabio Estevam · 8 years ago
  67. 5aa32f5 Revert "net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272" by David S. Miller · 8 years ago
  68. bf292f1 net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272 by Fabio Estevam · 8 years ago
  69. d8dba51 net: aquantia: atlantic: remove declaration of hw_atl_utils_hw_set_power by Philippe Reynes · 8 years ago
  70. 3523882 bnx2x: Don't post statistics to malicious VFs by Mintz, Yuval · 8 years ago
  71. 92f85f0 bnx2x: Allow vfs to disable txvlan offload by Mintz, Yuval · 8 years ago
  72. d041784 cxgb4: fix memory leak in init_one() by Ganesh Goudar · 8 years ago
  73. 2f3ca44 qed: add qed_int_sb_init() stub function by Arnd Bergmann · 8 years ago
  74. fef1c3f qed: collect GSI port statistics by Mintz, Yuval · 8 years ago
  75. 54f19f0 qed: Call rx_release_cb() when flushing LL2 by Mintz, Yuval · 8 years ago
  76. d2201a2 qed: No need for LL2 frags indication by Mintz, Yuval · 8 years ago
  77. 0518c12 qed*: LL2 callback operations by Michal Kalderon · 8 years ago
  78. 58de289 qed: LL2 code relocations by Mintz, Yuval · 8 years ago
  79. 13c54771 qed: Cleaner seperation of LL2 inputs by Mintz, Yuval · 8 years ago
  80. 68be910 qed: Revise ll2 Rx completion by Mintz, Yuval · 8 years ago
  81. 7c7973b qed: LL2 to use packed information for tx by Mintz, Yuval · 8 years ago
  82. d86cc04 cxgb4: handle interrupt raised when FW crashes by Rahul Lakkireddy · 8 years ago
  83. 76abc0f nfp: report application FW build name in ethtool -i by Jakub Kicinski · 8 years ago
  84. 0be40e6 nfp: keep MIP object around by Jakub Kicinski · 8 years ago
  85. 9baa488 nfp: remove automatic caching of HWInfo by Jakub Kicinski · 8 years ago
  86. af4fa7e nfp: remove automatic caching of RTsym table by Jakub Kicinski · 8 years ago
  87. ab832b8 nfp: make sure to cancel port refresh on the error path by Jakub Kicinski · 8 years ago
  88. 7fa1365 liquidio: disallow enabling firmware debug from a VF by Derek Chickles · 8 years ago
  89. 33d4c48 stmmac: fix for hw timestamp of GMAC3 unit by Mario Molitor · 8 years ago
  90. fd6720a stmmac: fix ptp header for GMAC3 hw timestamp by Mario Molitor · 8 years ago
  91. d193d53 drivers: net: emac: add const to mii_phy_ops structures by Bhumika Goyal · 8 years ago
  92. 3948b57 Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  93. b3fd822 cxgb4: fix to bring link down after adapter crash by Rahul Lakkireddy · 8 years ago
  94. 2e915e0 mlxsw: spectrum: Pass port argument to module mapping functions by Ido Schimmel · 8 years ago
  95. 5b15385 mlxsw: spectrum: Simplify port split flow by Ido Schimmel · 8 years ago
  96. d7a6030 mlxsw: spectrum_router: Mark only first LPM tree as reserved by Ido Schimmel · 8 years ago
  97. abfbf8a rocker: Remove support bridge bypass FDB by Arkadi Sharshevsky · 8 years ago
  98. 403caa7 rocker: Remove support for bypass bridge port attributes/vlan set by Arkadi Sharshevsky · 8 years ago
  99. 726fd42 rocker: Add support for learning FDB through notification by Arkadi Sharshevsky · 8 years ago
  100. 00fc0c5 rocker: Change world_ops API and implementation to be switchdev independant by Arkadi Sharshevsky · 8 years ago