1. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 13 years ago
  2. a1e785e bnx2x: allow all functions to display the phy FW version by Mintz Yuval · 13 years ago
  3. 04f2d51 bnx2x: removed code re-checking memory base after device open by Mintz Yuval · 13 years ago
  4. 10bd1f2 bnx2x: allow BCM84833 phy to advertise 100Base-T speeds by Mintz Yuval · 13 years ago
  5. 82fa848 bnx2x: notify cnic of address of info-to-the-mcp by Mintz Yuval · 13 years ago
  6. d760fc3 bnx2x: allocate smaller Rx rings for 1G functions by Mintz Yuval · 13 years ago
  7. afa13b4 bnx2x: allocate memory dynamically in ethtool self-test. by Mintz Yuval · 13 years ago
  8. 817a8aa bnx2x: force 10G on 84833 phy should be autoneg with only 10G advertised by Mintz Yuval · 13 years ago
  9. 1b85ae5 bnx2x: added autoneg-restart after link advertisement changes by Mintz Yuval · 13 years ago
  10. 9e7e839 bnx2x: ethtool publishes link partners speed and FC by Mintz Yuval · 13 years ago
  11. e18c56b bnx2x: half duplex support added for several boards by Mintz Yuval · 13 years ago
  12. 1355b70 bnx2x: consistent statistics after internal driver reload by Mintz Yuval · 13 years ago
  13. eb40d89 mlx4: add unicast steering entries to resource_tracker by Eugenia Emantayev · 13 years ago
  14. f1f75f0 mlx4: attach multicast with correct flag by Eugenia Emantayev · 13 years ago
  15. de9b43d mlx4: remove redundant adding of steering type to gid by Eugenia Emantayev · 13 years ago
  16. deb8b3e mlx4: remove unnecessary variables and arguments by Eugenia Emantayev · 13 years ago
  17. 45b5136 mlx4: remove unused field high_prios by Eugenia Emantayev · 13 years ago
  18. 0ee9f1d mlx4: fix QP tree trashing by Eugenia Emantayev · 13 years ago
  19. 58a30d6 mlx4_core: fix buffer overrun by Eugenia Emantayev · 13 years ago
  20. 9e056c0 tg3: Update copyright by Matt Carlson · 13 years ago
  21. e740522 tg3: Use *_UNKNOWN ethtool definitions by Matt Carlson · 13 years ago
  22. c6700ce tg3: Remove unneeded link_config.orig_... members by Matt Carlson · 13 years ago
  23. 2855b9f tg3: Remove unused link config code by Matt Carlson · 13 years ago
  24. 42b123b tg3: Consolidate ASIC rev detection code by Matt Carlson · 13 years ago
  25. b28f389 tg3: Reduce UMP event collision window by Matt Carlson · 13 years ago
  26. 4227822 tg3: Fix NVRAM page writes on newer devices by Matt Carlson · 13 years ago
  27. 3198e07 tg3: Fix copper autoneg adv checks by Matt Carlson · 13 years ago
  28. b546e46 tg3: Fix stats while interface is down by Matt Carlson · 13 years ago
  29. 3906969 tg3: Disable new DMA engine for 57766 by Matt Carlson · 13 years ago
  30. 16dc459 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  31. 5015e53 e1000e: cleanup goto statements to exit points without common work by Bruce Allan · 13 years ago
  32. 2a31b37 e1000e: potentially incorrect return for e1000e_setup_fiber_serdes_link by Bruce Allan · 13 years ago
  33. e561a70 e1000e: potentially incorrect return for e1000_init_hw_ich8lan by Bruce Allan · 13 years ago
  34. 3fa8293 e1000e: cleanup: minor whitespace addition (insert blank line separator) by Bruce Allan · 13 years ago
  35. f71dde6 e1000e: cleanup: remove unnecessary variable initializations by Bruce Allan · 13 years ago
  36. f764956 e1000e: cleanup: remove unnecessary test and return by Bruce Allan · 13 years ago
  37. 55920b5 e1000e: cleanup: remove unnecessary variable ret_val by Bruce Allan · 13 years ago
  38. f1a3fe1 e1000e: cleanup: remove unreachable statement by Bruce Allan · 13 years ago
  39. d7eb338 e1000e: potentially incorrect return for e1000_set_d3_lplu_state_ich8lan by Bruce Allan · 13 years ago
  40. 19c6c8f ppp: fix truesize underestimation by Eric Dumazet · 13 years ago
  41. c5665a5 tg3: Move transmit comment to a better location by Matt Carlson · 13 years ago
  42. 4b40952 tg3: Eliminate unneeded prototype by Matt Carlson · 13 years ago
  43. 16c7fa7 tg3: Relocate tg3_find_peer by Matt Carlson · 13 years ago
  44. dbe9b92 tg3: Move tg3_nvram_write_block functions by Matt Carlson · 13 years ago
  45. ccd5ba9 tg3: Move tg3_set_rx_mode by Matt Carlson · 13 years ago
  46. faf1627 tg3: Move tg3_change_mtu to a better location by Matt Carlson · 13 years ago
  47. 9a21fb8 tg3: Relocate tg3_reset_task by Matt Carlson · 13 years ago
  48. ebf3312 tg3: Move tg3_restart_hw to a better location by Matt Carlson · 13 years ago
  49. 58472a7 virtio: net: remove sparse errors by Eric Dumazet · 13 years ago
  50. 8260725 e1000e: cleanup: always return 0 by Bruce Allan · 13 years ago
  51. 7eb61d8 e1000e: cleanup: remove unnecessary assignments just before returning by Bruce Allan · 13 years ago
  52. 8649f43 e1000e: potential incorrect return for e1000_setup_copper_link_80003es2lan by Bruce Allan · 13 years ago
  53. 520d6f2 e1000e: potentially incorrect return for e1000_cfg_kmrn_10_100_80003es2lan by Bruce Allan · 13 years ago
  54. 75ce153 e1000e: cleanup: rename goto labels to be more meaningful by Bruce Allan · 13 years ago
  55. ffacd47 e1000e: cleanup: use goto for common work needed by multiple exit points by Bruce Allan · 13 years ago
  56. fafdbf8 trivial: typo hnalder -> handler by Uwe Kleine-König · 13 years ago
  57. 0f09a34 stmicro: Fix typo in stmmac_pci.c and stmmac_platform.c by Masanari Iida · 13 years ago
  58. 4807f64 mISDN: Fix typo in dsp_core.c by Masanari Iida · 13 years ago
  59. 73c2ae7 enic: remove assignment of random mac on enic vf by Roopa Prabhu · 13 years ago
  60. 9f1de88d enic: Fix address deregistration for sriov vf during port profile disassociate by Roopa Prabhu · 13 years ago
  61. ee556fe isdn: Fix typo in isdn_ppp.c by Masanari Iida · 13 years ago
  62. 670d608 mISDN/hfcsusb: remove unused variable hfcsusb_rev by Danny Kukawka · 13 years ago
  63. 67da820 isdn: Fix typo in callc.c and tei.c by Masanari Iida · 13 years ago
  64. 10ef9ab be2net: event queue re-design by Sathya Perla · 13 years ago
  65. 23677ce drivers/net: Remove boolean comparisons to true/false by Joe Perches · 13 years ago
  66. 1a0d6ae rename dev_hw_addr_random and remove redundant second by Danny Kukawka · 13 years ago
  67. 72e6027 aeroflex: Fix typo in greth.c by Masanari Iida · 13 years ago
  68. 3cc26e3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 13 years ago
  69. d5ef8a4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  70. 8a0da21 ixgbe: Combine post-DMA processing of sk_buff fields into single function by Alexander Duyck · 13 years ago
  71. e4f7402 ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADV by Alexander Duyck · 13 years ago
  72. f56e0cb ixgbe: Add function for testing status bits in Rx descriptor by Alexander Duyck · 13 years ago
  73. f990b79 ixgbe: Let the Rx buffer allocation clear status bits instead of cleanup by Alexander Duyck · 13 years ago
  74. 1d2024f ixgbe: Address fact that RSC was not setting GSO size for incoming frames by Alexander Duyck · 13 years ago
  75. 4c1975d ixgbe: Minor refactor of RSC by Alexander Duyck · 13 years ago
  76. 8df54d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  77. 612b850 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  78. 1282ab3 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 13 years ago
  79. 28a4d56 Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux into drm-fixes by Dave Airlie · 13 years ago
  80. d9dd966 igb: fix warning about unused function by Emil Tantilov · 13 years ago
  81. f92518d e1000e: replace '1' with 'true' for boolean get_link_status by Bruce Allan · 13 years ago
  82. ec34c17 e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX() by Bruce Allan · 13 years ago
  83. 07914ee e1000e: use true/false for bool autoneg_false by Bruce Allan · 13 years ago
  84. 668018d e1000e: remove unnecessary parentheses by Bruce Allan · 13 years ago
  85. fe1e980 e1000e: remove unnecessary returns from void functions by Bruce Allan · 13 years ago
  86. 4bcf053 e1000e: remove test that is always false by Bruce Allan · 13 years ago
  87. 19e00f2 Merge tag 'tty-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  88. b05ee6b Merge tag 'staging-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  89. b0286db Merge tag 'driver-core-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  90. ae5cdd4 Merge tag 'char-misc-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 13 years ago
  91. fe25092 Merge tag 'usb-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  92. 027a3b6 bna: fix error handling of bnad_get_flash_partition_by_offset() by Dan Carpenter · 13 years ago
  93. 5a46e0f isdn: type bug in isdn_net_header() by Dan Carpenter · 13 years ago
  94. a1c1baf hwmon: (f75375s) Let f75375_update_device treat pwmX as a measured value by Nikolaus Schulz · 13 years ago
  95. 4cbbb04 cnic: Update VLAN ID during ISCSI_UEVENT_PATH_UPDATE by Eddie Wai · 13 years ago
  96. 0cb1f4b cnic: set error flag when iSCSI connection fails by Jeffrey Huang · 13 years ago
  97. 1972345 tty: serial: omap-serial: wakeup latency constraint is in microseconds, not milliseconds by Paul Walmsley · 13 years ago
  98. be4b028 tty: serial: OMAP: block idle while the UART is transferring data in PIO mode by Paul Walmsley · 13 years ago
  99. 0ba5f66 tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO mode by Paul Walmsley · 13 years ago
  100. 9cc00b5 ixgbe: ethtool: stats user buffer overrun by John Fastabend · 13 years ago