1. 518a7cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  2. 21343ac net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selected by Sudip Mukherjee · 9 years ago
  3. 38737e4 phy: add phy_device_remove() by Russell King · 9 years ago
  4. 04d53b2 net: fix phy refcounting in a bunch of drivers by Russell King · 9 years ago
  5. d682d2b bnx2x: byte swap rss_key to comply to Toeplitz specs by Eric Dumazet · 9 years ago
  6. d5b8d64 net: gianfar: remove misuse of IRQF_NO_SUSPEND flag by Sudeep Holla · 9 years ago
  7. 41b9764 8139cp: Dump contents of descriptor ring on TX timeout by David Woodhouse · 9 years ago
  8. 7f4c685 8139cp: Fix DMA unmapping of transmitted buffers by David Woodhouse · 9 years ago
  9. 0a5aeee 8139cp: Reduce duplicate csum/tso code in cp_start_xmit() by David Woodhouse · 9 years ago
  10. a3b8040 8139cp: Fix TSO/scatter-gather descriptor setup by David Woodhouse · 9 years ago
  11. 26b0bad 8139cp: Fix tx_queued debug message to print correct slot numbers by David Woodhouse · 9 years ago
  12. aaa0062 8139cp: Do not re-enable RX interrupts in cp_tx_timeout() by David Woodhouse · 9 years ago
  13. 8ceaf36 net: netcp: fix deadlock reported by lockup detector by Karicheri, Muralidharan · 9 years ago
  14. 99f8ef5 net: netcp: allocate buffers to desc before re-enable interrupt by Karicheri, Muralidharan · 9 years ago
  15. 915c585 net: netcp: check for interface handle in netcp_module_probe() by Karicheri, Muralidharan · 9 years ago
  16. e558b1f net: netcp: add error check to netcp_allocate_rx_buf() by Karicheri, Muralidharan · 9 years ago
  17. 736532a net: netcp: move netcp_register_interface() to after attach module by Karicheri, Muralidharan · 9 years ago
  18. 156e3c21 net: netcp: remove dead code from the driver by Karicheri, Muralidharan · 9 years ago
  19. 8c85151 net: netcp: ethss: fix error in calling sgmii api with incorrect offset by WingMan Kwok · 9 years ago
  20. 4c5d283 sunvnet: Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new() by Sowmini Varadhan · 9 years ago
  21. ebd8ebf net: moxa: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  22. 23860063 net: gianfar_ptp: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  23. e8048e5 net: bcmgenet: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  24. 46d5a34 net: systemport: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  25. c7d778f net: arc: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  26. 7a8a8e7 8139cp: Call __cp_set_rx_mode() from cp_tx_timeout() by David Woodhouse · 9 years ago
  27. fc27bd1 8139cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings() by David Woodhouse · 9 years ago
  28. ba5ca78 bna: check for dma mapping errors by Ivan Vecera · 9 years ago
  29. ac7eccd bnx2x: track vxlan port count by Jiri Benc · 9 years ago
  30. 1e5b311 be2net: allow offloading with the same port for IPv4 and IPv6 by Jiri Benc · 9 years ago
  31. 378fddc2 qlcnic: track vxlan port count by Jiri Benc · 9 years ago
  32. 88c7966 net: ks8851: Export OF module alias information by Javier Martinez Canillas · 9 years ago
  33. 4671fc6 net/mlx4_en: really allow to change RSS key by Eric Dumazet · 9 years ago
  34. d828755 cxgb4: add device ID for few T5 adapters by Hariprasad Shenai · 9 years ago
  35. 892aa01 net: stmmac: Use msleep rather then udelay for reset delay by Sjoerd Simons · 9 years ago
  36. daf158d net: mvneta: fix DMA buffer unmapping in mvneta_rx() by Simon Guinot · 9 years ago
  37. dc2ec62 net/mlx4_en: Use access helper irq_data_get_affinity_mask() by Thomas Gleixner · 9 years ago
  38. a19a19d bnx2x: use ktime_get_seconds() for timestamp by Arnd Bergmann · 9 years ago
  39. 65c61bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  40. 4202032 r8169: Fix sleeping function called during get_stats64, v2 by Corinna Vinschen · 9 years ago
  41. f2be053 cxgb4: changes for new firmware 1.14.4.0 by Hariprasad Shenai · 9 years ago
  42. 9638d19 net: fec: add netif status check before set mac address by Nimrod Andy · 9 years ago
  43. dfc50fc stmmac: fix check for phydev being open by Alexey Brodkin · 9 years ago
  44. 1f0ca208 net: qlcnic: delete redundant memsets by Rasmus Villemoes · 9 years ago
  45. b66a608 net: mv643xx_eth: use kzalloc by Rasmus Villemoes · 9 years ago
  46. e9b5ac2 net: jme: use kzalloc() instead of kmalloc+memset by Rasmus Villemoes · 9 years ago
  47. ce8e5c7 net: cavium: liquidio: use kzalloc in setup_glist() by Rasmus Villemoes · 9 years ago
  48. 444c5f9 net: ethoc: Remove unnecessary #ifdef CONFIG_OF by Tobias Klauser · 9 years ago
  49. 2a485cf cxgb4: Fix for write-combining stats configuration by Hariprasad Shenai · 9 years ago
  50. fd1754f cxgb4: Fix tx flit calculation by Hariprasad Shenai · 9 years ago
  51. d43cefc net: eth: altera: Fix the initial device operstate by Atsushi Nemoto · 9 years ago
  52. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  53. 7b90187 dm9000: fix a typo by Barry Song · 9 years ago
  54. 46cdc9b cxgb4: fix usage of uninitialized variable by françois romieu · 9 years ago
  55. e5a5837 ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMA by Geert Uytterhoeven · 9 years ago
  56. 42ea445 net: fec: normalize return value of pm_runtime_get_sync() in MDIO write by Maciej S. Szmigiero · 9 years ago
  57. b658887 be2net: Revert "make the RX_FILTER command asynchronous" commit by Sathya Perla · 9 years ago
  58. 807249d Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  59. 4548a69 net: eth: altera: fix napi poll_list corruption by Atsushi Nemoto · 9 years ago
  60. dd5cdb4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  61. 832f5da MIPS: Remove all the uses of custom gpio.h by Alban Bedel · 9 years ago
  62. ed63f1d net: fec: clear receive interrupts before processing a packet by Russell King · 9 years ago
  63. 4db78d3 bgmac: Update fixed_phy_register() by Fabio Estevam · 9 years ago
  64. 1bd4054 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  65. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  66. 990a2d6 ixgbe: Resolve "initialized field overwritten" warnings by Mark Rustad · 9 years ago
  67. 7837e28 ixgbe: Remove bimodal SR-IOV disabling by Alex Williamson · 9 years ago
  68. 454adb0 ixgbe: Add support for reporting 2.5G link speed by Mark Rustad · 9 years ago
  69. 7e3f5c8 ixgbe: fix bounds checking in ixgbe_setup_tc for 82598 by Emil Tantilov · 9 years ago
  70. 1c7cf07 ixgbe: support for ethtool set_rxfh by Tom Barbette · 9 years ago
  71. ae8140a ixgbe: Avoid needless PHY access on copper phys by Mark Rustad · 9 years ago
  72. 897b934 ixgbe: cleanup to use cached mask value by Don Skidmore · 9 years ago
  73. d5702de ixgbe: Remove second instance of lan_id variable by Don Skidmore · 9 years ago
  74. bc52f95 ixgbe: use kzalloc for allocating one thing by Maninder Singh · 9 years ago
  75. fa888b8 ixgbe: Remove unused PCI bus types by Don Skidmore · 9 years ago
  76. f9328bc ixgbe: add new bus type for intergrated I/O interface (IOSF) by Don Skidmore · 9 years ago
  77. 454c65d ixgbe: add get_bus_info method for X550 by Don Skidmore · 9 years ago
  78. 6ac7439 ixgbe: Add support for entering low power link up state by Don Skidmore · 9 years ago
  79. 67359c3 ixgbe: Add support for VXLAN RX offloads by Mark Rustad · 9 years ago
  80. f467bc0 ixgbe: Add support for UDP-encapsulated tx checksum offload by Mark Rustad · 9 years ago
  81. d490d15 ixgbe: Check whether FDIRCMD writes actually complete by Mark Rustad · 9 years ago
  82. b5529ef ixgbe: Assign set_phy_power dynamically where needed by Don Skidmore · 9 years ago
  83. bd8069a ixgbe: add new function to check for management presence by Don Skidmore · 9 years ago
  84. 92faef8 i40e: Set defport behavior for the Main VSI when in promiscuous mode by Anjali Singhai Jain · 9 years ago
  85. cd79a23 flow_dissector: Add flags argument to skb_flow_dissector functions by Tom Herbert · 9 years ago
  86. d3d11fe tg3: Fix temperature reporting by Jean Delvare · 9 years ago
  87. 65a9959 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  88. a559700 phy: fixed_phy: Add gpio to determine link up/down. by Andrew Lunn · 9 years ago
  89. d77a238 net: thunderx: Support for internal loopback mode by Sunil Goutham · 9 years ago
  90. 92dc876 net: thunderx: Support for upto 96 queues for a VF by Sunil Goutham · 9 years ago
  91. 39ad6ee net: thunderx: Rework interrupt handling by Sunil Goutham · 9 years ago
  92. aa2e259 net: thunderx: Support for HW VLAN stripping by Sunil Goutham · 9 years ago
  93. 38bb5d4 net: thunderx: Receive hashing HW offload support by Sunil Goutham · 9 years ago
  94. 6051cba net: thunderx: mailboxes: remove code duplication by Sunil Goutham · 9 years ago
  95. a2dc5de net: thunderx: Add receive error stats reporting via ethtool by Sunil Goutham · 9 years ago
  96. 06fb4e7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  97. 79857cd3 net/mlx4: Postpone the registration of net_device by Moni Shoua · 9 years ago
  98. f892a84 net/smsc911x: Fix deferred probe for interrupt by Tony Lindgren · 9 years ago
  99. 7a468ac sh_eth: propagate platform_get_irq() error upstream by Sergei Shtylyov · 9 years ago
  100. f375339 ravb: propagate platform_get_irq() error upstream by Sergei Shtylyov · 9 years ago