1. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 11 years ago
  2. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  3. 4ea85e8 net: Check for presence of IFLA_AF_SPEC by Thomas Graf · 11 years ago
  4. b7c1a31 net: Validate IFLA_BRIDGE_MODE attribute length by Thomas Graf · 11 years ago
  5. 799d2ff sky2: Fix crash inside sky2_rx_clean by Mirko Lindner · 11 years ago
  6. 6b0c540 net: bcmgenet: support restarting auto-negotiation by Florian Fainelli · 11 years ago
  7. 6ef398e net: bcmgenet: add EEE support by Florian Fainelli · 11 years ago
  8. d0a6db8 net: bcmgenet: add register definitions for EEE by Florian Fainelli · 11 years ago
  9. 571dcfd stmmac: platform: fix default values of the filter bins setting by Huacai Chen · 11 years ago
  10. 2d5c57d net/mlx4_core: Limit count field to 24 bits in qp_alloc_res by Jack Morgenstein · 11 years ago
  11. a620a6b tg3: fix ring init when there are more TX than RX channels by Thadeu Lima de Souza Cascardo · 11 years ago
  12. 3fedeab cxgb4/cxgb4vf/csiostor: Add T4/T5 PCI ID Table by Hariprasad Shenai · 11 years ago
  13. 3a611e2 net/smsc911x: Add minimal runtime PM support by Geert Uytterhoeven · 11 years ago
  14. 2bbea0a 8139too: The maximum MTU should allow for VLAN headers by Alban Bedel · 11 years ago
  15. d543a76 net: fec: init maximum receive buffer size for ring1 and ring2 by Nimrod Andy · 11 years ago
  16. c33d23c enic: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  17. 78e2045 enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock) by Govindarajulu Varadarajan · 11 years ago
  18. db40b3f enic: use napi_schedule_irqoff() by Govindarajulu Varadarajan · 11 years ago
  19. 17a402a igb: Fixes needed for surprise removal support by Carolyn Wyborny · 11 years ago
  20. b5b2ffc ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probe by Daniel Borkmann · 11 years ago
  21. 4556dc5 ixgbe: Correctly disable VLAN filter in promiscuous mode by Vlad Yasevich · 11 years ago
  22. bd635c3 mlx4: fix mlx4_en_set_rxfh() by Eric Dumazet · 11 years ago
  23. b2e1a3f RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE, RSS and FW by Hariprasad Shenai · 11 years ago
  24. 2b5fb1f cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to port and VI by Hariprasad Shenai · 11 years ago
  25. 6e4b51a cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queues by Hariprasad Shenai · 11 years ago
  26. 5167865 RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF and LDST by Hariprasad Shenai · 11 years ago
  27. 77a80e2 RDMA/cxgb4: Cleanup Filter related macros/register defines by Hariprasad Shenai · 11 years ago
  28. 2f90ade i40e: enable fdb add code, remove unused code by Jesse Brandeburg · 11 years ago
  29. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  30. cd91a88 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 11 years ago
  31. 16958a2 amd-xgbe: Add support for the skb->xmit_more flag by Lendacky, Thomas · 11 years ago
  32. eb79e64 amd-xgbe: Perform Tx coalescing on a packet basis by Lendacky, Thomas · 11 years ago
  33. 16978eb amd-xgbe: Remove unused variable by Lendacky, Thomas · 11 years ago
  34. 5fb4b86 amd-xgbe: Add BQL support by Lendacky, Thomas · 11 years ago
  35. c9f140e amd-xgbe: Separate Tx/Rx ring data fields into new structs by Lendacky, Thomas · 11 years ago
  36. 7bba35b amd-xgbe: Incorporate Smatch coding suggestion by Lendacky, Thomas · 11 years ago
  37. 16edd34 amd-xgbe: Tx engine must not be active before stopping it by Lendacky, Thomas · 11 years ago
  38. 5449e27 amd-xgbe: Add a read memory barrier to Tx/Rx path by Lendacky, Thomas · 11 years ago
  39. 38a90e7 net: Xilinx: Deletion of unnecessary checks before two function calls by Markus Elfring · 11 years ago
  40. 5ac0fd0 IBM-EMAC: Deletion of unnecessary checks before the function call "of_dev_put" by Markus Elfring · 11 years ago
  41. 312df74 net/mlx4_en: mlx4_en_set_settings() always fails when autoneg is set by Saeed Mahameed · 11 years ago
  42. 914efb0 mlx4: don't duplicate kvfree() by Al Viro · 11 years ago
  43. 479163f mlx5: don't duplicate kvfree() by Al Viro · 11 years ago
  44. 44c8bc3 net: bcmgenet: log RX buffer allocation and RX/TX dma failures by Florian Fainelli · 11 years ago
  45. 60b4ea1 net: systemport: log RX buffer allocation and RX/TX DMA failures by Florian Fainelli · 11 years ago
  46. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 11 years ago
  47. 2e95b2a sky2: use new netdev_rss_key_fill() helper by Ian Morris · 11 years ago
  48. f8e34d2 enic: support skb->xmit_more by Govindarajulu Varadarajan · 11 years ago
  49. 17544e2 cxgb4 : Fix DCB priority groups being returned in wrong order by Anish Bhatt · 11 years ago
  50. 5d1ff106 i40e: trigger SW INT with no ITR wait by Shannon Nelson · 11 years ago
  51. c88e38c i40evf: remove unnecessary else by Mitch Williams · 11 years ago
  52. 348d499 i40evf: make comparisons consistent by Mitch Williams · 11 years ago
  53. 75a6443 i40evf: make checkpatch happy by Mitch Williams · 11 years ago
  54. 2cda3f3 i40evf: update header comments by Mitch Williams · 11 years ago
  55. 1001dc3 i40e: don't overload fields by Mitch Williams · 11 years ago
  56. 688ff32 ixgbevf: add netpoll support by Emil Tantilov · 11 years ago
  57. 6622402 ixgbevf: compare total_rx_packets and budget in ixgbevf_clean_rx_irq by Emil Tantilov · 11 years ago
  58. bad1723 ixgbevf: Change receive model to use double buffered page based receives by Emil Tantilov · 11 years ago
  59. 4b95fe3 ixgbevf: Update Rx next to clean in real time by Emil Tantilov · 11 years ago
  60. 0579eef ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continue by Emil Tantilov · 11 years ago
  61. b97fe3b ixgbevf: Cleanup variable usage, improve stack performance by Emil Tantilov · 11 years ago
  62. dff8052 ixgbevf: Combine the logic for post Rx processing into single function by Emil Tantilov · 11 years ago
  63. ec62fe2 ixgbevf: Test Rx status bits directly out of the descriptor by Emil Tantilov · 11 years ago
  64. bafa578 ixgbevf: Update ixgbevf_alloc_rx_buffers to handle clearing of status bits by Emil Tantilov · 11 years ago
  65. 9737c6a net/mlx4_en: Add VXLAN ndo calls to the PF net device ops too by Or Gerlitz · 11 years ago
  66. 732fdf0 stmmac: review driver when run kernel-doc by Giuseppe CAVALLARO · 11 years ago
  67. 915c199 stmmac: document common header file by Giuseppe CAVALLARO · 11 years ago
  68. c20e599 net: fec: remove unused return value from swap_buffer() by Lothar Waßmann · 11 years ago
  69. 7b487d0 net: fec: simplify loop counter handling in swap_buffer() by Lothar Waßmann · 11 years ago
  70. e453789 net: fec: use swab32s() instead of cpu_to_be32() by Lothar Waßmann · 11 years ago
  71. 6b7e400 net: fec: improve access to quirk flags by copying them into fec_enet_private struct by Lothar Waßmann · 11 years ago
  72. 217b584 net: fec: change type of 'bufdesc_ex' to bool by Lothar Waßmann · 11 years ago
  73. df406bc net: fec: properly parenthesize macro args by Lothar Waßmann · 11 years ago
  74. 745f42b net: fec: consistently use lower case chars as hex digits by Lothar Waßmann · 11 years ago
  75. ea209de net: fec: indentation cleanup by Lothar Waßmann · 11 years ago
  76. 3ffa037 i40e: Set XPS bit mask to zero in DCB mode by Neerav Parikh · 11 years ago
  77. 4b7698c i40e: Prevent link flow control settings when PFC is enabled by Neerav Parikh · 11 years ago
  78. d341b7a i40e: Do not disable/enable FCoE VSI with DCB reconfig by Neerav Parikh · 11 years ago
  79. 69129dc i40e: Modify Tx disable wait flow in case of DCB reconfiguration by Neerav Parikh · 11 years ago
  80. 23cd1f0 i40e: Update VEB's enabled_tc after reconfiguration by Neerav Parikh · 11 years ago
  81. e1c4751 i40e: Check for LLDP AdminStatus before querying DCBX by Neerav Parikh · 11 years ago
  82. 9fa61dd i40e: Add support to firmware CEE DCBX mode by Neerav Parikh · 11 years ago
  83. 2fd75f3 i40e: Resume Port Tx after DCB event by Neerav Parikh · 11 years ago
  84. 7bda87c i40e: Bump version to 1.1.23 by Catherine Sullivan · 11 years ago
  85. c5c2f7c i40e: re-enable VFLR interrupt sooner by Mitch Williams · 11 years ago
  86. e684fa3 i40e: only warn once of PTP nonsupport in 100Mbit speed by Shannon Nelson · 11 years ago
  87. 7a20db3 sfc: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  88. b9d1ab7 mlx4: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  89. 9913c61 ixgbe: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  90. eb31f84 igb: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  91. 22f258a i40e: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  92. c41a4fb fm10k: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  93. 5c8d19d e100e: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  94. 1dcf7b1 be2net:use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  95. 0fa6aa4 bna: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  96. 3964835 tg3: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  97. e3ec69c bnx2x: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  98. b230630 amd-xgbe: use netdev_rss_key_fill() helper by Eric Dumazet · 11 years ago
  99. 35717d8 drivers: net: cpsw: Fix TX_IN_SEL offset by John Ogness · 11 years ago
  100. 795a05c qlcnic: Implement ndo_gso_check() by Joe Stringer · 11 years ago