1. 07923c1 ixgbe: reset interface on link loss with pending Tx work from the VF by Emil Tantilov · 11 years ago
  2. bcfd343 ixgbe: Cleanup FDB handling code by Alexander Duyck · 11 years ago
  3. c24817b i40e: use global pci_vfs_assigned() to replace local i40e_vfs_are_assigned() by Ethan Zhao · 11 years ago
  4. e966d5c i40e/i40evf: Bump i40e/i40evf versions by Catherine Sullivan · 11 years ago
  5. 32b5b81 i40e: fix panic due to too-early Tx queue enable by Jesse Brandeburg · 11 years ago
  6. a316f65 i40e: Fix an issue when PF reset fails by Anjali Singhai Jain · 11 years ago
  7. faf3297 i40e: make warning less verbose by Jesse Brandeburg · 11 years ago
  8. 9412851 i40e: Tell OS link is going down when calling set_phy_config by Catherine Sullivan · 11 years ago
  9. 356821a i40e: Remove unnecessary assignment by Serey Kong · 11 years ago
  10. e6d9004 i40e: Change wording to be more consistent by Serey Kong · 11 years ago
  11. c57e9f1 i40e: Allow user to change link settings if link is down by Catherine Sullivan · 11 years ago
  12. 124ed15 i40e: Add dual speed module support by Catherine Sullivan · 11 years ago
  13. b89df95 mlx4_en: Convert the normal skb free path to dev_consume_skb_any() by Rick Jones · 11 years ago
  14. 4a31498 ethernet: arc: remove unused dev by Jingoo Han · 11 years ago
  15. d46781b ethernet: nvidia: Remove extra parens by David Wood · 11 years ago
  16. a28277d be2net: query max_tx_qs for BE3 super-nic profile from FW by Suresh Reddy · 11 years ago
  17. a4906ea be2net: define macro for_all_tx_queues_on_eq() by Sathya Perla · 11 years ago
  18. c8f6461 be2net: get rid of TX budget by Sathya Perla · 11 years ago
  19. c5f156d be2net: make be_cmd_get_regs() return a status by Vasundhara Volam · 11 years ago
  20. 0d3f5cc be2net: define BE_MAX_MTU by Kalesh AP · 11 years ago
  21. 3fb8cb8 be2net: remove unncessary gotos by Kalesh AP · 11 years ago
  22. bb864e0 be2net: fix log messages in lancer FW download path by Kalesh AP · 11 years ago
  23. d3de154 be2net: Add a dma_mapping_error counter in ethtool by Vasundhara Volam · 11 years ago
  24. 512bb8a be2net: Add TX completion error statistics in ethtool by Kalesh AP · 11 years ago
  25. acbd6ff8 be2net: add a description for counter rx_input_fifo_overflow_drop by Sathya Perla · 11 years ago
  26. c3c18bc be2net: shorten AMAP_GET/SET_BITS() macro calls by Sathya Perla · 11 years ago
  27. acbafeb be2net: add a few log messages by Sathya Perla · 11 years ago
  28. c60c308 vxlan: Enable checksum unnecessary conversions for vxlan/UDP sockets by Tom Herbert · 11 years ago
  29. 52aec12 r8152: rename rx_buf_sz by hayeswang · 11 years ago
  30. 4559154 net: phy: mdio-bcm-unimac: NULL-terminate unimac_mdio_ids by Florian Fainelli · 11 years ago
  31. 0f23124a bonding: add slave_changelink support and use it for queue_id by Nikolay Aleksandrov · 11 years ago
  32. d09d303 net: systemport: tell RXCHK if we are using Broadcom tags by Florian Fainelli · 11 years ago
  33. 05f8461 bnx2x: fix tunneled GSO over IPv6 by Dmitry Kravkov · 11 years ago
  34. 55ef5c8 bnx2x: prevent incorrect byte-swap in BE by Dmitry Kravkov · 11 years ago
  35. 1764bcd r8152: reduce the number of Tx by hayeswang · 11 years ago
  36. fa2dbdc net: Pass a "more" indication down into netdev_start_xmit() code paths. by David S. Miller · 11 years ago
  37. 10b3ad8 net: Do txq_trans_update() in netdev_start_xmit() by David S. Miller · 11 years ago
  38. dace1b5 net: stmmac: fix warning from Sparse for socfpga by Ley Foon Tan · 11 years ago
  39. 71d7a27 qlcnic: Set skb->csum_level for encapsulated checksum by Tom Herbert · 11 years ago
  40. 9ca8600 mlx4: Set skb->csum_level for encapsulated checksum by Tom Herbert · 11 years ago
  41. 407fa08 i40evf: Set skb->csum_level for encapsulated checksum by Tom Herbert · 11 years ago
  42. fa4ba69 i40e: Set skb->csum_level for encapsulated checksum by Tom Herbert · 11 years ago
  43. b6c0e89 benet: Set skb->csum_level for encapsulated checksum by Tom Herbert · 11 years ago
  44. 77cffe2 net: Clarification of CHECKSUM_UNNECESSARY by Tom Herbert · 11 years ago
  45. 96d4922 be2net: Use dev_consume_skb_any() in the non-drop path by Rick Jones · 11 years ago
  46. 56daf66 bnx2x: Fix sparse warnings by Yuval Mintz · 11 years ago
  47. 574746d net: phy: properly report internal PHYs through sysfs by Florian Fainelli · 11 years ago
  48. 07fbc6b qlcnic: Update version to 5.3.62 by Shahed Shaikh · 11 years ago
  49. 3ced0a8 qlcnic: Add support to run firmware POST by Shahed Shaikh · 11 years ago
  50. c1b2037 qlcnic: Use usleep_range() instead of msleep() for sleep less than 20ms by Jitendra Kalsaria · 11 years ago
  51. 40e2b8e qlcnic: Add support for 0x8830 device ID by Shahed Shaikh · 11 years ago
  52. cd6e738 qlcnic: Update Link speed and port type info for 83xx adapter by Jitendra Kalsaria · 11 years ago
  53. a3bf5c4 r8169: add missing MODULE_FIRMWARE. by Francois Romieu · 11 years ago
  54. 3a5fc21 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  55. c89fcfd virtio_net: flush when in xmit_more mode and under descriptor pressure by David S. Miller · 11 years ago
  56. 6f19e12 igb: flush when in xmit_more mode and under descriptor pressure by David S. Miller · 11 years ago
  57. 2367a17 ixgbe: flush when in xmit_more mode and under descriptor pressure by Daniel Borkmann · 11 years ago
  58. 430ad68 net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entries by Florian Fainelli · 11 years ago
  59. 153df3c net: phy: bcm7xxx: introduce helper macro by Florian Fainelli · 11 years ago
  60. 0ce4866 Merge branch 'sf2' by David S. Miller · 11 years ago
  61. abc4da4 sungem: Fix global namespace pollution of phy accessors. by David S. Miller · 11 years ago
  62. 246d7f7 net: dsa: add Broadcom SF2 switch driver by Florian Fainelli · 11 years ago
  63. 2ba1b16 net: phy: add generic UniMAC MDIO bus driver by Florian Fainelli · 11 years ago
  64. 8663dc2 sungem: Fix global namespace pollution of phy accessors. by David S. Miller · 11 years ago
  65. 73852b2 tulip: dmfe: Fix global namespace pollution of phy accessors. by David S. Miller · 11 years ago
  66. 23d2d9a ethernet: arc: Add support for specific SoC layer device tree bindings by Romain Perier · 11 years ago
  67. 93e91b3 ethernet: arc: mdio changes for future SoC glue layer devtree support by Romain Perier · 11 years ago
  68. f15f44e ethernet: arc: remove use of 'struct platform_device' by Romain Perier · 11 years ago
  69. 1fc3de9 bnx2x: Fix static checker warning regarding `txdata_ptr' by Yuval Mintz · 11 years ago
  70. b0b46c7 r8152: replace strncpy with strlcpy by hayeswang · 11 years ago
  71. e8e724d i40e/i40evf: Bump i40e & i40evf version by Catherine Sullivan · 11 years ago
  72. 810b3ae i40e/i40evf: Ignore a driver perceived Tx hang if the number of desc pending < 4 by Anjali Singhai Jain · 11 years ago
  73. 30650cc i40e: quiet complaints when removing default MAC VLAN filter and make set_mac reversible by Shannon Nelson · 11 years ago
  74. f905dd6 i40e/i40evf: add max buf len to aq debug print helper by Shannon Nelson · 11 years ago
  75. 7b592f6 i40e: Add checks and message for Qualified Module info by Carolyn Wyborny · 11 years ago
  76. 5f5e33b i40e: set num_queue_pairs to num configured by VF by Ashish Shah · 11 years ago
  77. c1d11ce i40e: Enable l2tsel bit for VLAN tag control by Shannon Nelson · 11 years ago
  78. 60793f4a i40e: Add a FD flush counter to ethtool by Anjali Singhai Jain · 11 years ago
  79. 1e1be8f i40e: ATR policy change to flush the table to clean stale ATR rules by Anjali Singhai Jain · 11 years ago
  80. f7233c5 i40e: Some FD message fixes by Anjali Singhai Jain · 11 years ago
  81. e99bdd3 i40e: Update flow director error messages to reduce user confusion by Carolyn Wyborny · 11 years ago
  82. f79918a net: bnx2x: fix build error with ptp by Randy Dunlap · 11 years ago
  83. d7d3c05 team: set IFF_TEAM_PORT priv_flag after rx_handler is registered by Jiri Pirko · 11 years ago
  84. 8f15c61 bnx2x: Fix timesync endianity by Michal Kalderon · 11 years ago
  85. aebf624 bnx2x: Be more forgiving toward SW GRO by Dmitry Kravkov · 11 years ago
  86. 14f806a bnx2x: VF clean statistics by Yuval Mintz · 11 years ago
  87. ea36475a bnx2x: Fix stop-on-error by Yuval Mintz · 11 years ago
  88. b3befae bnx2x: ethtool -d might cause timeout in log by Dmitry Kravkov · 11 years ago
  89. 9c938cd ixgbe: support skb->xmit_more in netdev_ops->ndo_start_xmit() by Daniel Borkmann · 11 years ago
  90. 0b725a2 net: Remove ndo_xmit_flush netdev operation, use signalling instead. by David S. Miller · 11 years ago
  91. c993189 net/bnx2x: Use is_kdump_kernel() to detect kdump kernel by Amir Vadai · 11 years ago
  92. a77e4ac stmmac: simple cleanups by Pavel Machek · 11 years ago
  93. b209af9 r8152: check code with checkpatch.pl by hayeswang · 11 years ago
  94. c223a07 virtio_net: Support netdev_ops->ndo_xmit_flush() by David S. Miller · 11 years ago
  95. c1ebf46 igb: Support netdev_ops->ndo_xmit_flush() by David S. Miller · 11 years ago
  96. 4798248 net: Add ops->ndo_xmit_flush() by David S. Miller · 11 years ago
  97. a9b0b2f net: ec_bhf: remove excessive debug messages by Darek Marcinkiewicz · 11 years ago
  98. b8f9a02 net: phy: bcm7xxx: enable EEE at the PHY level by Florian Fainelli · 11 years ago
  99. a9f6309 net: phy: allow phy_init_eee() to work with internal PHYs by Florian Fainelli · 11 years ago
  100. 66ce7fb net: phy: export phy_{read,write}_mmd_indirect by Florian Fainelli · 11 years ago