1. 104eb27 net: sun4i-emac: Properly free resources on probe failure and remove by Hans de Goede · 9 years ago
  2. 7a4264a net: cavium: change NET_VENDOR_CAVIUM to bool by Andreas Schwab · 9 years ago
  3. 968200f net: mv643xx_eth: Defer writing the first TX descriptor when using TSO by Philipp Kirchhofer · 9 years ago
  4. 91986fd net: mv643xx_eth: Ensure proper data alignment in TSO TX path by Philipp Kirchhofer · 9 years ago
  5. 9e42f71 drivers: net: cpsw: add phy-handle parsing by Heiko Schocher · 9 years ago
  6. aebd994 bcm63xx_enet: check 1000BASE-T advertisement configuration by Simon Arlott · 9 years ago
  7. 37850e3 net: bcmgenet: Fix early link interrupt enabling by Florian Fainelli · 9 years ago
  8. 5f715c0 via-rhine: fix VLAN receive handling regression. by Andrej Ota · 9 years ago
  9. 53ca376 mlxsw: core: Fix race condition in __mlxsw_emad_transmit by Ido Schimmel · 9 years ago
  10. 196e373 be2net: remove vlan promisc capability from VF's profile descriptors by Kalesh AP · 9 years ago
  11. 72ef3a8 be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmd by Somnath Kotur · 9 years ago
  12. 8227e99 be2net: pad skb to meet minimum TX pkt size in BE3 by Suresh Reddy · 9 years ago
  13. 0c88456 be2net: release mcc-lock in a failure case in be_cmd_notify_wait() by Suresh Reddy · 9 years ago
  14. ae4a9d6 be2net: fix BE3-R FW download compatibility check by Kalesh AP · 9 years ago
  15. 3bb35ac net/fsl_pq_mdio: fix computed address for the TBI register by Gerlando Falauto · 9 years ago
  16. 3dd03e5 net/fsl_pq_mdio: check TBI address for consistency with mapped range by Gerlando Falauto · 9 years ago
  17. f9468e8 bnx2x: Prevent UDP 4-tuple configurations on older adapters by Yuval Mintz · 9 years ago
  18. bee1f75 mlxsw: Fix bug in __mlxsw_item_bit_array_offset by Ido Schimmel · 9 years ago
  19. 4b0c254 mlxsw: switchx2: changing order of exit fallbacks by Elad Raz · 9 years ago
  20. c075434 net/mlx5e: Disable VLAN filter in promiscuous mode by Achiad Shochat · 9 years ago
  21. 13b7938 net/mlx5: Fix typo in mlx5_query_port_pvlc by Jiri Pirko · 9 years ago
  22. 820d39f net/mlx4_core: Avoid failing the interrupts test by Carol L Soto · 9 years ago
  23. 85121d6 net/mlx4: Remove shared_ports variable at mlx4_enable_msi_x by Carol L Soto · 9 years ago
  24. bcb9db4 mlxsw: fix warnings for big-endian 32-bit dma_addr_t by Arnd Bergmann · 9 years ago
  25. 90d2c05 i40e/i40evf: set AQ count after memory allocation by Mitch Williams · 9 years ago
  26. 855591d amd-xgbe: Check for successful buffer allocation before use by Tom Lendacky · 9 years ago
  27. fec31ff i40e: fix offload of GRE tunnels by Jesse Brandeburg · 9 years ago
  28. 33a8316 net: lpc_eth: fix warnings caused by enabling unprepared clock by Vladimir Zapolskiy · 9 years ago
  29. 9dc80a7 amd-xgbe: fix potential memory leak in xgbe-debugfs by Geliang Tang · 9 years ago
  30. 3deaa4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  31. 46c8217 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  32. 23860f1 net/mlx4: Handle return codes in mlx4_qp_attach_common by Robb Manes · 9 years ago
  33. 4c52b1d bna: fix error handling by Andrzej Hajda · 9 years ago
  34. 661dfc6 net/ibm/emac: bump version numbers for correct work with ethtool by Ivan Mikhaylov · 9 years ago
  35. 43ae93a i40e/i40evf: check for stopped admin queue by Mitch Williams · 9 years ago
  36. c4bbac3 i40e: fix VLAN inside VXLAN by Jesse Brandeburg · 9 years ago
  37. 72521ea r8169: fix handling rtl_readphy result by Andrzej Hajda · 9 years ago
  38. f26bf06 net: hisilicon: fix handling platform_get_irq result by Andrzej Hajda · 9 years ago
  39. 518a7cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  40. 21343ac net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selected by Sudip Mukherjee · 9 years ago
  41. c6790aa IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEY by Sagi Grimberg · 9 years ago
  42. 38737e4 phy: add phy_device_remove() by Russell King · 9 years ago
  43. 04d53b2 net: fix phy refcounting in a bunch of drivers by Russell King · 9 years ago
  44. d682d2b bnx2x: byte swap rss_key to comply to Toeplitz specs by Eric Dumazet · 9 years ago
  45. d5b8d64 net: gianfar: remove misuse of IRQF_NO_SUSPEND flag by Sudeep Holla · 9 years ago
  46. 41b9764 8139cp: Dump contents of descriptor ring on TX timeout by David Woodhouse · 9 years ago
  47. 7f4c685 8139cp: Fix DMA unmapping of transmitted buffers by David Woodhouse · 9 years ago
  48. 0a5aeee 8139cp: Reduce duplicate csum/tso code in cp_start_xmit() by David Woodhouse · 9 years ago
  49. a3b8040 8139cp: Fix TSO/scatter-gather descriptor setup by David Woodhouse · 9 years ago
  50. 26b0bad 8139cp: Fix tx_queued debug message to print correct slot numbers by David Woodhouse · 9 years ago
  51. aaa0062 8139cp: Do not re-enable RX interrupts in cp_tx_timeout() by David Woodhouse · 9 years ago
  52. 8ceaf36 net: netcp: fix deadlock reported by lockup detector by Karicheri, Muralidharan · 9 years ago
  53. 99f8ef5 net: netcp: allocate buffers to desc before re-enable interrupt by Karicheri, Muralidharan · 9 years ago
  54. 915c585 net: netcp: check for interface handle in netcp_module_probe() by Karicheri, Muralidharan · 9 years ago
  55. e558b1f net: netcp: add error check to netcp_allocate_rx_buf() by Karicheri, Muralidharan · 9 years ago
  56. 736532a net: netcp: move netcp_register_interface() to after attach module by Karicheri, Muralidharan · 9 years ago
  57. 156e3c21 net: netcp: remove dead code from the driver by Karicheri, Muralidharan · 9 years ago
  58. 8c85151 net: netcp: ethss: fix error in calling sgmii api with incorrect offset by WingMan Kwok · 9 years ago
  59. 4c5d283 sunvnet: Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new() by Sowmini Varadhan · 9 years ago
  60. ebd8ebf net: moxa: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  61. 23860063 net: gianfar_ptp: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  62. e8048e5 net: bcmgenet: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  63. 46d5a34 net: systemport: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  64. c7d778f net: arc: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  65. 7a8a8e7 8139cp: Call __cp_set_rx_mode() from cp_tx_timeout() by David Woodhouse · 9 years ago
  66. fc27bd1 8139cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings() by David Woodhouse · 9 years ago
  67. ba5ca78 bna: check for dma mapping errors by Ivan Vecera · 9 years ago
  68. ac7eccd bnx2x: track vxlan port count by Jiri Benc · 9 years ago
  69. 1e5b311 be2net: allow offloading with the same port for IPv4 and IPv6 by Jiri Benc · 9 years ago
  70. 378fddc qlcnic: track vxlan port count by Jiri Benc · 9 years ago
  71. 88c7966 net: ks8851: Export OF module alias information by Javier Martinez Canillas · 9 years ago
  72. 4671fc6 net/mlx4_en: really allow to change RSS key by Eric Dumazet · 9 years ago
  73. d828755 cxgb4: add device ID for few T5 adapters by Hariprasad Shenai · 9 years ago
  74. 892aa01 net: stmmac: Use msleep rather then udelay for reset delay by Sjoerd Simons · 9 years ago
  75. daf158d net: mvneta: fix DMA buffer unmapping in mvneta_rx() by Simon Guinot · 9 years ago
  76. dc2ec62 net/mlx4_en: Use access helper irq_data_get_affinity_mask() by Thomas Gleixner · 9 years ago
  77. a19a19d bnx2x: use ktime_get_seconds() for timestamp by Arnd Bergmann · 9 years ago
  78. 65c61bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  79. 4202032 r8169: Fix sleeping function called during get_stats64, v2 by Corinna Vinschen · 9 years ago
  80. f2be053 cxgb4: changes for new firmware 1.14.4.0 by Hariprasad Shenai · 9 years ago
  81. 9638d19 net: fec: add netif status check before set mac address by Nimrod Andy · 9 years ago
  82. dfc50fc stmmac: fix check for phydev being open by Alexey Brodkin · 9 years ago
  83. 1f0ca208 net: qlcnic: delete redundant memsets by Rasmus Villemoes · 9 years ago
  84. b66a608 net: mv643xx_eth: use kzalloc by Rasmus Villemoes · 9 years ago
  85. e9b5ac2 net: jme: use kzalloc() instead of kmalloc+memset by Rasmus Villemoes · 9 years ago
  86. ce8e5c7 net: cavium: liquidio: use kzalloc in setup_glist() by Rasmus Villemoes · 9 years ago
  87. 444c5f9 net: ethoc: Remove unnecessary #ifdef CONFIG_OF by Tobias Klauser · 9 years ago
  88. 2a485cf cxgb4: Fix for write-combining stats configuration by Hariprasad Shenai · 9 years ago
  89. fd1754f cxgb4: Fix tx flit calculation by Hariprasad Shenai · 9 years ago
  90. d43cefc net: eth: altera: Fix the initial device operstate by Atsushi Nemoto · 9 years ago
  91. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  92. 7b90187 dm9000: fix a typo by Barry Song · 9 years ago
  93. 46cdc9b cxgb4: fix usage of uninitialized variable by françois romieu · 9 years ago
  94. e5a5837 ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMA by Geert Uytterhoeven · 9 years ago
  95. 42ea445 net: fec: normalize return value of pm_runtime_get_sync() in MDIO write by Maciej S. Szmigiero · 9 years ago
  96. b658887 be2net: Revert "make the RX_FILTER command asynchronous" commit by Sathya Perla · 9 years ago
  97. 807249d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  98. 4548a69 net: eth: altera: fix napi poll_list corruption by Atsushi Nemoto · 9 years ago
  99. dd5cdb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  100. 832f5da MIPS: Remove all the uses of custom gpio.h by Alban Bedel · 9 years ago