1. c8ea5a2 net: macb: Fix race between HW and driver by Soren Brinkmann · 11 years ago
  2. 504ad98 net: macb: Remove 'unlikely' optimization by Soren Brinkmann · 11 years ago
  3. 02f7a34 net: macb: Re-enable RX interrupt only when RX is done by Soren Brinkmann · 11 years ago
  4. 6a027b7 net: macb: Clear interrupt flags by Soren Brinkmann · 11 years ago
  5. ccd6d0a net: macb: Pass same size to DMA_UNMAP as used for DMA_MAP by Soren Brinkmann · 11 years ago
  6. 780ce3a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net by David S. Miller · 11 years ago
  7. 2c98262 e1000e: Restrict MDIO Slow Mode workaround to relevant parts by David Ertman · 11 years ago
  8. 7142a55 e1000e: Fix issue with link flap on 82579 by David Ertman · 11 years ago
  9. fbb9ab1 e1000e: Expand workaround for 10Mb HD throughput bug by David Ertman · 11 years ago
  10. 77e6114 e1000e: Workaround for dropped packets in Gig/100 speeds on 82579 by David Ertman · 11 years ago
  11. 83d3459 net/mlx4_core: Don't issue PCIe speed/width checks for VFs by Eyal Perry · 11 years ago
  12. f24f790 net/mlx4_core: Load the Eth driver first by Or Gerlitz · 11 years ago
  13. 0254bc8 net/mlx4_core: Fix slave id computation for single port VF by Matan Barak · 11 years ago
  14. 531d901 net/mlx4_core: Adjust port number in qp_attach wrapper when detaching by Jack Morgenstein · 11 years ago
  15. 9d4619c Altera TSE: ALTERA_TSE should depend on HAS_DMA by Geert Uytterhoeven · 11 years ago
  16. 39076b0 net: mvmdio: Check for a valid interrupt instead of an error by Ezequiel Garcia · 11 years ago
  17. 6ce29b0 gianfar: Avoid unnecessary reg accesses in adjust_link() by Claudiu Manoil · 11 years ago
  18. 3dc638d net: sxgbe: Added set function for interrupt on complete by Byungho An · 11 years ago
  19. 325b94f net: sxgbe: Added rxqueue enable function by Byungho An · 11 years ago
  20. 0a0347b net: sxgbe: sw reset moved to probe function by Byungho An · 11 years ago
  21. d2e752d cxgb4: Decode PCIe Gen3 link speed by Roland Dreier · 11 years ago
  22. 652f99e Altera TSE: Add missing include to silence sparse warnings by Tobias Klauser · 11 years ago
  23. 1b44488 Altera TSE: Fix DMA secriptor length initialization by Tobias Klauser · 11 years ago
  24. 88154c9 arc_emac: add clock handling by Heiko Stübner · 11 years ago
  25. 796bec1 arc_emac: fix probe error path by Heiko Stübner · 11 years ago
  26. 535cdf3 cxgb4: Update Kconfig to include Chelsio T5 adapter by Hariprasad Shenai · 11 years ago
  27. cafa1fc i40e: fix Timesync Tx interrupt handler code by Jacob Keller · 11 years ago
  28. 99514e1 Altera TSE: Change driver name used by Ethtool by Vince Bridgers · 11 years ago
  29. a764200 Altera TSE: Fix Panic in probe routine when phy probe fails by Vince Bridgers · 11 years ago
  30. 5aec4ee Altera TSE: Set the Pause Quanta value to the IEEE default value by Vince Bridgers · 11 years ago
  31. 37c0ffa Altera TSE: Work around unaligned DMA receive packet issue with Altera SGDMA by Vince Bridgers · 11 years ago
  32. ab15f86 bnx2x: Fix failure to configure VF multicast filters by Narender Kumar · 11 years ago
  33. 1a3d942 bnx2x: Fix vlan credit issues for VFs by Yuval Mintz · 11 years ago
  34. e2a367f bnx2x: Memory leak during VF removal by Yuval Mintz · 11 years ago
  35. 98a46d4 gianfar: Check if phydev present on ethtool -A by Claudiu Manoil · 11 years ago
  36. ab0648e qlcnic: Fix memory leak. by Rajesh Borundia · 11 years ago
  37. 2c97e9e qlcnic: Reset firmware API lock at driver load time by Sony Chacko · 11 years ago
  38. 8ea2b17 net: cadence: Fix architecture dependencies by Jean Delvare · 11 years ago
  39. a450a68 smc91x: improve definition of debug macros by Zi Shen Lim · 11 years ago
  40. 702b346 smc91x: fix compile error when SMC_DEBUG >= 2 by Zi Shen Lim · 11 years ago
  41. 7b07bd4 net: sxgbe: Added phy_found error path by Byungho An · 11 years ago
  42. 3ee2b7c net: sxgbe: rearrange dma descriptor by Byungho An · 11 years ago
  43. 235a251 arc_emac: write initial MAC address from devicetree to hw by Max Schwarz · 11 years ago
  44. c5ffe7e e1000e/igb/ixgbe/i40e: fix message terminations by Jakub Kicinski · 11 years ago
  45. eda183c ixgbe: clean up Rx time stamping code by Jakub Kicinski · 11 years ago
  46. e66c083 igb: fix stats for i210 rx_fifo_errors by Todd Fujinaka · 11 years ago
  47. 3e7986f e1000e: Enclose e1000e_pm_thaw() with CONFIG_PM_SLEEP by Hiroaki SHIMODA · 11 years ago
  48. c751a3d e1000e: Correctly include VLAN_HLEN when changing interface MTU by Vlad Yasevich · 11 years ago
  49. 059dab6 i40e: fix TCP flag replication for hardware offload by Jesse Brandeburg · 11 years ago
  50. dd225bc i40e: remove open-coded skb_cow_head by Francois Romieu · 11 years ago
  51. ba67b51 tg3: update rx_jumbo_pending ring param only when jumbo frames are enabled by Ivan Vecera · 11 years ago
  52. c98235c mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll by Chris Mason · 11 years ago
  53. 3f1dd4b net: mvneta: properly configure the MAC <-> PHY connection in all situations by Thomas Petazzoni · 11 years ago
  54. e283546 sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast) by Edward Cree · 11 years ago
  55. 6f1d721 cxgb4: use the correct max size for firmware flash by Steve Wise · 11 years ago
  56. 8564ae0 qlcnic: Fix MSI-X initialization code by Alexander Gordeev · 11 years ago
  57. ea05df4 net: cadence: Add architecture dependencies by Jean Delvare · 11 years ago
  58. bfae232 cxgb4: Save the correct mac addr for hw-loopback connections in the L2T by Steve Wise · 11 years ago
  59. 696f194 qlcnic: Do not disable SR-IOV when VFs are assigned to VMs by Manish Chopra · 11 years ago
  60. 4f03022 qlcnic: Fix QLogic application/driver interface for virtual NIC configuration by Jitendra Kalsaria · 11 years ago
  61. a78b6da qlcnic: Fix PVID configuration on eSwitch port. by Jitendra Kalsaria · 11 years ago
  62. 7b54684 qlcnic: Fix max ring count calculation by Shahed Shaikh · 11 years ago
  63. 4d52e1e qlcnic: Fix to send INIT_NIC_FUNC as first mailbox. by Sucheta Chakraborty · 11 years ago
  64. 463518a qlcnic: Fix panic due to uninitialzed delayed_work struct in use. by Sucheta Chakraborty · 11 years ago
  65. e1ad8e3 be2net: Fix invocation of be_close() after be_clear() by Kalesh AP · 11 years ago
  66. 1a3d071 be2net: Fix to reap TX compls till HW doesn't respond for some time by Vasundhara Volam · 11 years ago
  67. e1a5ddc net/mlx4_core: Defer VF initialization till PF is fully initialized by Amir Vadai · 11 years ago
  68. 77d149c bnx2: Don't build unused suspend/resume functions not enabled by Daniel J Blueman · 11 years ago
  69. cc6ca30 Revert "net: mvneta: fix usage as a module on RGMII configurations" by Thomas Petazzoni · 11 years ago
  70. befdf89 net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one() by Wei Yang · 11 years ago
  71. dcfba94 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net by David S. Miller · 11 years ago
  72. cec9ae5 net: sun4i-emac: add promiscuous support by Marc Zyngier · 11 years ago
  73. 0af764e net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 11 years ago
  74. f63a975 drivers: net: cpsw: enable interrupts after napi enable and clearing previous interrupts by Mugunthan V N · 11 years ago
  75. 16e5c57 drivers: net: cpsw: discard all packets received when interface is down by Mugunthan V N · 11 years ago
  76. 5b7af02 i40evf: program RSS LUT correctly by Mitch A Williams · 11 years ago
  77. fe6d4aa i40evf: remove open-coded skb_cow_head by Francois Romieu · 11 years ago
  78. a173f04 ixgb: remove open-coded skb_cow_head by Francois Romieu · 11 years ago
  79. 6b8f07b igbvf: remove open-coded skb_cow_head by Francois Romieu · 11 years ago
  80. 5499a96 igb: fix last_rx_timestamp usage by Jakub Kicinski · 11 years ago
  81. 06c14e5 igb: remove open-coded skb_cow_head by Francois Romieu · 11 years ago
  82. bcf1f57 e1000e: remove open-coded skb_cow_head by Francois Romieu · 11 years ago
  83. 4a54b1e e1000: remove open-coded skb_cow_head by Francois Romieu · 11 years ago
  84. 7dc8660 e1000: remove debug messages with function names by Jakub Kicinski · 11 years ago
  85. 8f12c03 ixgbevf: remove open-coded skb_cow_head by Francois Romieu · 11 years ago
  86. ea69956 ixgbevf: Add bit to mark work queue initialization by Mark Rustad · 11 years ago
  87. 2049e1f ixgbe: remove open-coded skb_cow_head by Francois Romieu · 11 years ago
  88. 58cf663 ixgbe: Add bit to mark service task initialization by Mark Rustad · 11 years ago
  89. 629c9a8 drivers: net: cpsw: Add default vlan for dual emac case also by Mugunthan V N · 11 years ago
  90. ce7613d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  91. ce816fa Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP by Uwe Kleine-König · 11 years ago
  92. c293fb7 net/at91_ether: avoid NULL pointer dereference by Gilles Chanteperdrix · 11 years ago
  93. c28c7a6 sxgbe: fix duplicate #include headers by Jean Sacren · 11 years ago
  94. 65e71ff net: bcmgenet: Remove unnecessary version.h inclusion by Sachin Kamat · 11 years ago
  95. a50988a1 net: smc911x: Remove unused local variable by Laurent Pinchart · 11 years ago
  96. 877f075 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  97. d9bd6461 sxgbe: fix driver probe error path and driver removal leaks by françois romieu · 11 years ago
  98. 56c8b19 sxgbe: use common NET_VENDOR_FOO style. by françois romieu · 11 years ago
  99. acdd32b net: qlcnic: include irq.h for irq definitions by Josh Boyer · 11 years ago
  100. fef1f07 net: enic: include irq.h for irqreturn_t definitions by Josh Boyer · 11 years ago