1. 2c2b2f0 fm10k: Add skb->xmit_more support by Alexander Duyck · 10 years ago
  2. 5bc2672 net: fec: Fix sparse warnings with different lock contexts for basic block by Nimrod Andy · 10 years ago
  3. 61b423a net: systemport: avoid unbalanced enable_irq_wake calls by Florian Fainelli · 10 years ago
  4. 083731a net: bcmgenet: avoid unbalanced enable_irq_wake calls by Florian Fainelli · 10 years ago
  5. cf377d8 net: bcmgenet: fix off-by-one in incrementing read pointer by Florian Fainelli · 10 years ago
  6. 9822620 mlx4: fix race accessing page->_count by Eric Dumazet · 10 years ago
  7. ec91698 ixgbe: fix race accessing page->_count by Eric Dumazet · 10 years ago
  8. 00cd5ad igb: fix race accessing page->_count by Eric Dumazet · 10 years ago
  9. 42b0270 fm10k: fix race accessing page->_count by Eric Dumazet · 10 years ago
  10. 41aace6 drivers: net: xgene: Add 10GbE ethtool support by Iyappan Subramanian · 10 years ago
  11. 0148d38 drivers: net: xgene: Add 10GbE support by Iyappan Subramanian · 10 years ago
  12. d0eb745 drivers: net: xgene: Preparing for adding 10GbE support by Iyappan Subramanian · 10 years ago
  13. 3dab99e stmmac: correct mc_filter local variable in set_filter and set_mac_addr call by Vince Bridgers · 10 years ago
  14. 3b3d136 net: pxa168_eth: PXA168_ETH should depend on HAS_DMA by Geert Uytterhoeven · 10 years ago
  15. b71b12d networking: fm10k: Fix build failure by Pranith Kumar · 10 years ago
  16. 7b4ecf3 net: fs_enet: error: 'SCCE_ENET_TXF' undeclared by LEROY Christophe · 10 years ago
  17. 8203b50 cxgb4: Wait for device to get ready before reading any register by Hariprasad Shenai · 10 years ago
  18. 897d55d cxgb4vf: Add 40G support for cxgb4vf driver by Hariprasad Shenai · 10 years ago
  19. 7207c0d cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5 by Hariprasad Shenai · 10 years ago
  20. d55398b gianfar: Replace eieio with wmb for non-PPC archs by Claudiu Manoil · 10 years ago
  21. a4feee8 gianfar: Replace spin_event_timeout() with arch independent by Claudiu Manoil · 10 years ago
  22. 83bfc3c gianfar: Make MAC addr setup endian safe, cleanup by Claudiu Manoil · 10 years ago
  23. d6ef0bc gianfar: Exclude PPC specific errata handling from ARM builds by Claudiu Manoil · 10 years ago
  24. fd31a95 gianfar: Include missing headers for ARM builds by Claudiu Manoil · 10 years ago
  25. e4b081f net/fsl_pq_mdio: Replace spin_event_timeout() with arch independent by Claudiu Manoil · 10 years ago
  26. f5bbd26 net/fsl_pq_mdio: Use ioread/iowrite32be() portable accessors by Claudiu Manoil · 10 years ago
  27. 9a4cbd5 net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARM by Claudiu Manoil · 10 years ago
  28. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  29. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  30. 5351145 net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpers by Eric Dumazet · 10 years ago
  31. fb5ac0d cxgb4: clean up a type issue by Dan Carpenter · 10 years ago
  32. 9fef847 cxgb4: potential shift wrapping bug by Dan Carpenter · 10 years ago
  33. 4567dc1 i40e: skb->xmit_more support by Eric Dumazet · 10 years ago
  34. d43a396 net: fs_enet: Add NAPI TX by LEROY Christophe · 10 years ago
  35. 583d4a6 net: fs_enet: Remove non NAPI RX by LEROY Christophe · 10 years ago
  36. 935e221 r8169:add support for RTL8168EP by Chun-Hao Lin · 10 years ago
  37. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  38. fe971b9 net/mlx4_en: remove NETDEV_TX_BUSY by Eric Dumazet · 10 years ago
  39. 88b09a6 3c59x: fix bad split of cpu_to_le32(pci_map_single()) by Sylvain "ythier" Hitier · 10 years ago
  40. 3774216 net: bcmgenet: fix Tx ring priority programming by Petri Gynther · 10 years ago
  41. 6654cf6 bna: allow transmit tagged frames by Ivan Vecera · 10 years ago
  42. 1556b87 net/mlx4_en: Use the new tx_copybreak to set inline threshold by Eric Dumazet · 10 years ago
  43. acea73d net/mlx4_en: Enable the compiler to make is_inline() inlined by Eric Dumazet · 10 years ago
  44. e70602a net/mlx4_en: tx_info->ts_requested was not cleared by Eric Dumazet · 10 years ago
  45. e533ac7 net/mlx4_en: Use local var for skb_headlen(skb) by Eric Dumazet · 10 years ago
  46. b9d8839 net/mlx4_en: Use local var in tx flow for skb_shinfo(skb) by Eric Dumazet · 10 years ago
  47. f905c79 net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid stalls by Eric Dumazet · 10 years ago
  48. fb1843e net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq() by Eric Dumazet · 10 years ago
  49. 29d40c9 net/mlx4_en: Use prefetch in tx path by Eric Dumazet · 10 years ago
  50. 3d03641 net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb's by Eric Dumazet · 10 years ago
  51. dc9b06d net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc() by Eric Dumazet · 10 years ago
  52. 6a4e812 net/mlx4_en: Avoid calling bswap in tx fast path by Eric Dumazet · 10 years ago
  53. 98b1634 net/mlx4_en: Align tx path structures to cache lines by Eric Dumazet · 10 years ago
  54. 7dfa4b4 net/mlx4_en: Code cleanups in tx path by Eric Dumazet · 10 years ago
  55. 681d242 fec: Fix fec_enet_alloc_buffers() error path by Fabio Estevam · 10 years ago
  56. c259c13 net: fec: fix build error at m68k platform by Frank Li · 10 years ago
  57. 5ad6e6c net: bcmgenet: improve bcmgenet_mii_setup() by Petri Gynther · 10 years ago
  58. 3354313 Altera TSE: Add support for no PHY by Walter Lozano · 10 years ago
  59. 004fa11 Altera TSE: Move PHY get addr and MDIO create by Walter Lozano · 10 years ago
  60. e885439 net: pxa168_eth: avoid using signed char for bitops by Antoine Ténart · 10 years ago
  61. 96aaced net: spider_net: avoid using signed char for bitops by Antoine Ténart · 10 years ago
  62. 0f6a670 net: spider_net: do not read mac address again after setting it by Antoine Ténart · 10 years ago
  63. e87474a net: systemport: fix bcm_sysport_insert_tsb() by Florian Fainelli · 10 years ago
  64. 9fab426 mlx4: add a new xmit_more counter by Eric Dumazet · 10 years ago
  65. 65cb29a drivers/net/ethernet/marvell/Kconfig: Let PXA168_ETH depend on HAS_IOMEM by Chen Gang · 10 years ago
  66. 579899a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  67. f832dc8 net/mlx5_core: Add ConnectX-4 to list of supported devices by Eli Cohen · 10 years ago
  68. 5903325 net/mlx5_core: Identify resources by their type by Eli Cohen · 10 years ago
  69. b775516 net/mlx5_core: use set/get macros in device caps by Eli Cohen · 10 years ago
  70. d29b796 net/mlx5_core: Use hardware registers description header file by Eli Cohen · 10 years ago
  71. c7a08ac net/mlx5_core: Update device capabilities handling by Eli Cohen · 10 years ago
  72. 6a05880 net: ethernet: Remove superfluous ether_setup after alloc_etherdev by Tobias Klauser · 10 years ago
  73. 38df649 et131x: Add PCIe gigabit ethernet driver et131x to drivers/net by Mark Einon · 10 years ago
  74. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  75. b5d130c igb: bump version to 5.2.15 by Todd Fujinaka · 10 years ago
  76. a81fb04 i40e/igb: Convert to dev_consume_skb_any() by Rick Jones · 10 years ago
  77. 7acf631 igb: remove blocking phy read from inside spinlock by Bernhard Kaindl · 10 years ago
  78. 3463de1 ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUES by Ethan Zhao · 10 years ago
  79. ffefa9f ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQL by Emil Tantilov · 10 years ago
  80. 340c520 ixgbe: remove wait loop on autoneg for copper devices by Emil Tantilov · 10 years ago
  81. fe1f2a9 ixgbe: Convert the normal transmit complete path to dev_consume_skb_any() by Rick Jones · 10 years ago
  82. c9d4994 fm10k: Correctly set the number of Tx queues by Alexander Duyck · 10 years ago
  83. fd33396 fm10k: Reduce buffer size when pages are larger than 4K by Alexander Duyck · 10 years ago
  84. bc23333 net: bcmgenet: fix bcmgenet_put_tx_csum() by Petri Gynther · 10 years ago
  85. 1b7bde6 net: fec: implement rx_copybreak to improve rx performance by Nimrod Andy · 10 years ago
  86. 1b0ecb2 bnx2: Correctly receive full sized 802.1ad fragmes by Vlad Yasevich · 10 years ago
  87. 7d3083e tg3: Allow for recieve of full-size 8021AD frames by Vlad Yasevich · 10 years ago
  88. 1e91887 r8169: add support for Byte Queue Limits by Florian Westphal · 10 years ago
  89. ee7a1be r8169:call "rtl8168_driver_start" "rtl8168_driver_stop" only when hardware dash function is enabled by Chun-Hao Lin · 10 years ago
  90. 2a9b4d9 r8169:modify the behavior of function "rtl8168_oob_notify" by Chun-Hao Lin · 10 years ago
  91. 2f8c040 r8169:change the name of function "r8168dp_check_dash" to "r8168_check_dash" by Chun-Hao Lin · 10 years ago
  92. 706123d r8169:change the name of function"rtl_w1w0_eri" by Chun-Hao Lin · 10 years ago
  93. 7656442 r8169:for function "rtl_w1w0_phy" change its name and behavior by Chun-Hao Lin · 10 years ago
  94. ac85bcd r8169:add more chips to support magic packet v2 by Chun-Hao Lin · 10 years ago
  95. 89cceb2 r8169:add support more chips to get mac address from backup mac address register by Chun-Hao Lin · 10 years ago
  96. 42fde73 r8169:add disable/enable RTL8411B pll function by Chun-Hao Lin · 10 years ago
  97. b8e5e6a r8169:add disable/enable RTL8168G pll function by Chun-Hao Lin · 10 years ago
  98. 05b9687 r8169:change uppercase number to lowercase number by Chun-Hao Lin · 10 years ago
  99. a29c9c4 sunvnet: fix potential NULL pointer dereference by David L Stevens · 10 years ago
  100. 3c87dcb net: ll_temac: Remove unnecessary ether_setup after alloc_etherdev by Subbaraya Sundeep Bhatta · 10 years ago