1. ec079a0 qlcnic: create file qlcnic_sysfs.c for sysfs routines by Sony Chacko · 12 years ago
  2. d17dd0d qlcnic: fix coding style issues in qlcnic_io.c by Sony Chacko · 12 years ago
  3. c70001a qlcnic: create file qlcnic_io.c for datapath routines by Sony Chacko · 12 years ago
  4. 3a858a8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  5. fd5dfca bnx2x: Change duplex setting in EEE function by Yaniv Rosner · 12 years ago
  6. 52160da bnx2x: Add warning message in case of non-10G SFP module by Yaniv Rosner · 12 years ago
  7. 503976e bnx2x: Cosmetic changes by Yaniv Rosner · 12 years ago
  8. 8203c4b bnx2x: Always take PHY lock by Yaniv Rosner · 12 years ago
  9. 0f6bb03 bnx2x: Add support for BCM84834 by Yaniv Rosner · 12 years ago
  10. 5a1fbf4 bnx2x: Fix SFP+ current leakage by Yaniv Rosner · 12 years ago
  11. 55386fe8 bnx2x: Change MDIO clock settings by Yaniv Rosner · 12 years ago
  12. 4e7b499 bnx2x: Add support for 20G-KR2 by Yaniv Rosner · 12 years ago
  13. b884d95 bnx2x: Activate LFA by Yaniv Rosner · 12 years ago
  14. 14a8d4bb ixgbe: bump version number by Don Skidmore · 12 years ago
  15. 9b73598 ixgbe: Make the bridge mode setting sticky by Greg Rose · 12 years ago
  16. 2afaa00 ixgbe: Fix incorrect disabling of Tx hang check in case of PFC by Parikh, Neerav · 12 years ago
  17. 9de0c8e ixgbe: Drop RLPML configuration from x540 RXDCTL register configuration by Alexander Duyck · 12 years ago
  18. d48507f igb: Use a 32-bit mask when calculating the flow control watermarks by Matthew Vick · 12 years ago
  19. 76f640f igbvf: update version number by Mitch A Williams · 12 years ago
  20. 2c1a101 igbvf: work around i350 erratum by Mitch A Williams · 12 years ago
  21. 513777b cpts: add missing kconfig dependency by Richard Cochran · 12 years ago
  22. cfd1979 stmmac: update the driver version to Nov_2012 by Giuseppe CAVALLARO · 12 years ago
  23. 48f44da stmmac: get/set coalesce parameters via ethtool by Giuseppe CAVALLARO · 12 years ago
  24. 62a2ab9 stmmac: add Rx watchdog support to mitigate the DMA irqs by Giuseppe CAVALLARO · 12 years ago
  25. 9125cdd stmmac: add the initial tx coalesce schema by Giuseppe CAVALLARO · 12 years ago
  26. 7284a3f stmmac: remove dead code for STMMAC_TIMER support by Giuseppe CAVALLARO · 12 years ago
  27. 3872baf tun: put correct method name in a debug message. by Rami Rosen · 12 years ago
  28. 36fe8c09 vtun: fix typos. by Rami Rosen · 12 years ago
  29. b3422a3 dsa: Hide core config options; make drivers select what they need by Ben Hutchings · 12 years ago
  30. 1e1d741 smsc: Add logging message newlines by Joe Perches · 12 years ago
  31. 6350759 qlcnic: fix sparse check endian warnings by Shahed Shaikh · 12 years ago
  32. 82167cb net: dsa/slave: Fix compilation warnings by viresh kumar · 12 years ago
  33. 01ffc0a 8139cp: re-enable interrupts after tx timeout by David Woodhouse · 12 years ago
  34. 871f0d4 8139cp: enable bql by David Woodhouse · 12 years ago
  35. a9dbe40 8139cp: set ring address after enabling C+ mode by David Woodhouse · 12 years ago
  36. 071e3ef Revert "8139cp: revert "set ring address before enabling receiver"" by David S. Miller · 12 years ago
  37. 24bc518 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  38. b3e3bd71 net/macb: GEM DMA configuration register update by Nicolas Ferre · 12 years ago
  39. 452b5ec asix: use ramdom hw addr if the one read is not valid by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  40. 93272e0 net: add micrel KSZ8873MLL switch support by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  41. 0b545a6 be2net: fix a possible events_get() race on BE2 by Sathya Perla · 12 years ago
  42. 9ce99cf tun: change tun_get_iff() prototype. by Rami Rosen · 12 years ago
  43. 4a25417 bnx2x: remove redundant warning log by Ariel Elior · 12 years ago
  44. 319b95b smsc95xx: refactor entering suspend modes by Steve Glendinning · 12 years ago
  45. e5e3af8 smsc95xx: support PHY wakeup source by Steve Glendinning · 12 years ago
  46. 9ebca50 smsc95xx: detect chip revision specific features by Steve Glendinning · 12 years ago
  47. af3d7c1 smsc95xx: fix error checking of usbnet_resume by Steve Glendinning · 12 years ago
  48. b26623d 8139cp: revert "set ring address before enabling receiver" by françois romieu · 12 years ago
  49. f2fb4ab igb: Do not parse past IP header on fragments beyond the first by Alexander Duyck · 12 years ago
  50. 63d4a8f igb: No longer rely on APME to determine WoL settings by Matthew Vick · 12 years ago
  51. 3e961a0 igb: Update PTP Rx filters by Matthew Vick · 12 years ago
  52. b1ac1ef ixgbe: fdb: only allow NUD_PERM fdb entries by John Fastabend · 12 years ago
  53. db2adc2 ixgbe: ethtool correctly identify autoneg setting by Jacob Keller · 12 years ago
  54. f3444d8 ixgbe: remove needless queuing for L4 ptp packets by Jacob Keller · 12 years ago
  55. 6ccf7a5 ixgbe: use ETQF filter name instead of magic number by Jacob Keller · 12 years ago
  56. 21cc57f ixgbe: convert to use simple_open() by Wei Yongjun · 12 years ago
  57. 8ad88e3 ixgbe: Reformat output of ixgbe_dump by Josh Hay · 12 years ago
  58. 403f43c team: bcast: convert return value of team_dev_queue_xmit() to bool correctly by Jiri Pirko · 12 years ago
  59. 0e376bd bonding: Bonding driver does not consider the gso_max_size/gso_max_segs setting of slave devices. by Sarveshwar Bandi · 12 years ago
  60. f36c374 xen/netfront: handle compound page fragments on transmit by Ian Campbell · 12 years ago
  61. f30a944 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  62. aecb55b net: fix build failure in xilinx by Jeff Mahoney · 12 years ago
  63. 2355a62 irda: sir_dev: Fix copy/paste typo by Alexander Shiyan · 12 years ago
  64. 3e2f61c ixp4xx_hss: avoid calling dma_pool_create() with NULL dev by Xi Wang · 12 years ago
  65. 1a49011 ixp4xx_eth: avoid calling dma_pool_create() with NULL dev by Xi Wang · 12 years ago
  66. da9da01 ne2000: add the right platform device by Alan Cox · 12 years ago
  67. 4babfb9 bnx2x: Remove duplicate inclusion of bnx2x_hsi.h by Sachin Kamat · 12 years ago
  68. e4f67ad add DOVE extensions for VXLAN by David Stevens · 12 years ago
  69. ff33c0e net: Remove bogus dependencies on INET by Ben Hutchings · 12 years ago
  70. 3865fe1 ehea: Remove remnants of LRO support by Ben Hutchings · 12 years ago
  71. f1d29a3 mlx4_en: Remove remnants of LRO support by Ben Hutchings · 12 years ago
  72. c867b55 net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open by Joachim Eastwood · 12 years ago
  73. 3272dd9 of/net/mdio-gpio: Fix pdev->id issue when using devicetrees. by Srinivas Kandagatla · 12 years ago
  74. 6521094 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes by John W. Linville · 12 years ago
  75. 909a858 net/macb: move to circ_buf macros and fix initial condition by Nicolas Ferre · 12 years ago
  76. c260b77 net: Allow userns root to control tun and tap devices by Eric W. Biederman · 12 years ago
  77. da8fb12 ath9k_hw: Fix regression in device reset by Sujith Manoharan · 12 years ago
  78. 8495c0d sis900: fix sis900_set_mode call parameters. by Francois Romieu · 12 years ago
  79. e1b69fd iwlwifi: don't WARN when a non empty queue is disabled by Emmanuel Grumbach · 12 years ago
  80. 6d973cb qlcnic: fix sparse warnings by Sony Chacko · 12 years ago
  81. 5ad6ff9 qlcnic: fix compiler warnings by Sony Chacko · 12 years ago
  82. 18d359ce pch_gbe, ptp_pch: Fix the dependency direction between these drivers by Ben Hutchings · 12 years ago
  83. e8e55d9 vxlan: remove unused variable. by Rami Rosen · 12 years ago
  84. 67f4efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  85. dd321ac mwifiex: report error to MMC core if we cannot suspend by Bing Zhao · 12 years ago
  86. b1a47aa mwifiex: fix system hang issue in cmd timeout error case by Bing Zhao · 12 years ago
  87. a485e82 rtlwifi: rtl8192cu: Add new USB ID by Albert Pool · 12 years ago
  88. 26c6e80 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  89. 6fc4adc tilegx: request_irq with a non-null device name by Simon Marchi · 12 years ago
  90. 7213dde Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next by David S. Miller · 12 years ago
  91. 4223dbf net: phy: smsc: Re-enable EDPD mode for LAN87xx by Patrick Trantham · 12 years ago
  92. 6cec9b0 can: grcan: Add device driver for GRCAN and GRHCAN cores by Andreas Larsson · 12 years ago
  93. c70edb9 can: janz-ican3: Fix the usage of wait_for_completion_timeout by Chuansheng Liu · 12 years ago
  94. 7653ebd can: usb: esd_usb2: Add support for CAN-USB/Micro by Matthias Fuchs · 12 years ago
  95. a5f8f0e can: usb: esd_usb2: Add support for listen-only mode by Matthias Fuchs · 12 years ago
  96. e4bc6c0 can: sja1000: plx_pci: add support for Connect Tech Inc's Canpro/104-Plus Opto CAN board by Muhammad Ghias · 12 years ago
  97. 55fb277 ixgbevf: Add checksum statistics counters to rings by Greg Rose · 12 years ago
  98. 3938d3c ixgbevf: Remove unneeded and obsolete comment by Greg Rose · 12 years ago
  99. dee847f ixgbevf: White space and comments clean up by Greg Rose · 12 years ago
  100. 3157175 ixgbevf: Remove mailbox spinlock from the reset function by Greg Rose · 12 years ago