1. 331bcf4 ixgbe: fix reading of the buffer returned by the firmware by Emil Tantilov · 13 years ago
  2. 79488c5 ixgbe: fix endianess when writing driver version to firmware by Emil Tantilov · 13 years ago
  3. 837617a ixgbe: do not disable flow control in ixgbe_check_mac_link by Emil Tantilov · 13 years ago
  4. 9da712d ixgbe: update {P}FC thresholds to account for X540 and loopback by John Fastabend · 13 years ago
  5. ff9d1a5 ixgbe: avoid HW lockup when adapter is reset with Tx work pending by Emil Tantilov · 13 years ago
  6. f3116f6 ixgbe: clear RNBC only for 82598 by Emil Tantilov · 13 years ago
  7. 53f096d ixgbe: fix ixgbe_fc_autoneg_fiber bug by Don Skidmore · 13 years ago
  8. dee1ad4 intel: Move the Intel wired LAN drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/ixgbe/ixgbe_common.c]
  9. 945a515 intel drivers: repair missing flush operations by Jesse Brandeburg · 13 years ago
  10. 9612de9 ixgbe: add support for Dell CEM by Emil Tantilov · 13 years ago
  11. 80605c65 ixgbe: consolidate packet buffer allocation by John Fastabend · 13 years ago
  12. 6403eab drivers/net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  13. 51275d3 ixgbe: force unlock on timeout by Emil Tantilov · 13 years ago
  14. 68c7005 ixgbe: improve EEPROM read/write operations by Emil Tantilov · 13 years ago
  15. b776d10 ixgbe: make device_caps() generic by Emil Tantilov · 14 years ago
  16. eb9c3e3 ixgbe: fix semaphores in eeprom routines for x540 by Emil Tantilov · 14 years ago
  17. 032b432 ixgbe: cleanup short msleep's (<20ms) to use usleep_range by Don Skidmore · 14 years ago
  18. 3d5c520 ixgbe: move disabling of relaxed ordering in start_hw() by Emil Tantilov · 14 years ago
  19. 7184b7c ixgbe: refactor common start_hw code for 82599 and x540 by Emil Tantilov · 14 years ago
  20. da74cd4 ixgbe: fix spelling errors by Emil Tantilov · 14 years ago
  21. 0b0c2b3 ixgbe: Enable flow control pause parameter auto-negotiation support by Emil Tantilov · 14 years ago
  22. a3aeea0 ixgbe: Add x540 statistic counter definitions by Emil Tantilov · 14 years ago
  23. 667c756 ixgbe: clear correct counters for flow control on 82599 by Emil Tantilov · 14 years ago
  24. 9082799 ixgbe: fix missing function pointer conversion by Don Skidmore · 14 years ago
  25. a52055e ixgbe: cleanup copyright string for 2011 by Don Skidmore · 14 years ago
  26. 5e65510 ixgbe: add function pointer for semaphore function by Don Skidmore · 14 years ago
  27. 8c7bea3 ixgbe: Numerous whitespace / formatting cleanups by Emil Tantilov · 14 years ago
  28. 63d778d ixgbe: Specific check for 100 Full link speed by Emil Tantilov · 14 years ago
  29. 79d5892 ixgbe: Drop unused code for setting up unicast addresses by Emil Tantilov · 14 years ago
  30. 80960ab ixgbe: rework ixgbe MTA handling to not drop packets by Emil Tantilov · 14 years ago
  31. c700f4e ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdq by Emil Tantilov · 14 years ago
  32. 48de36c ixgbe: Check link wants report current link state by Emil Tantilov · 14 years ago
  33. a4297dc ixgbe: Add ability to double reset on failure to clear master enable by Emil Tantilov · 14 years ago
  34. dbf893e ixgbe: cleanup logic related to HW semaphores by Emil Tantilov · 14 years ago
  35. 96cc637 ixgbe: limit VF access to network traffic by Alexander Duyck · 14 years ago
  36. a985b6c3 ixgbe: Add anti-spoofing feature support by Greg Rose · 14 years ago
  37. 289700db ixgbe: add support for new format of PBA numbers by Don Skidmore · 14 years ago
  38. a391f1d ixgbe: make silicon specific functions generic by Don Skidmore · 14 years ago
  39. 16b61be ixgbe: DCB set PFC high and low water marks per data sheet specs by John Fastabend · 14 years ago
  40. 5d5b7c3 ixgbe: declare functions as static by Emil Tantilov · 14 years ago
  41. f32f837 ixgbe: remove unused functions by Emil Tantilov · 14 years ago
  42. a1868dc ixgbe: return IXGBE_ERR_RAR_INDEX when out of range by Jeff Kirsher · 14 years ago
  43. 21ce849 ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardware by Mallikarjuna R Chilakala · 14 years ago
  44. e433ea1 ixgbe: fix setting of promisc mode when using mac-vlans by Emil Tantilov · 14 years ago
  45. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  46. 2853eb8 ixgbe: convert to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
  47. 32e7bfc net: use helpers to access uc list V2 by Jiri Pirko · 15 years ago
  48. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  49. 8c47eaa ixgbe: update copyright dates by Shannon Nelson · 15 years ago
  50. ce7194d drivers/net/ixgbe/ixgbe_common.c: use %pM to show MAC address by hartleys · 15 years ago
  51. 91152c3 ixgbe: Fix Receive Address Register (RAR) cleaning and accounting by Shannon Nelson · 15 years ago
  52. 000c486 ixgbe: LINKS2 is not a valid register for 82598 by Don Skidmore · 15 years ago
  53. 9bbe3a5 ixgbe: Disable Flow Control for certain devices by PJ Waskiewicz · 15 years ago
  54. a00d210 ixgbe: correct the parameter description by Jiri Pirko · 15 years ago
  55. 539e5f0 ixgbe: Fix backplane flow control autoneg by Peter P Waskiewicz Jr · 15 years ago
  56. 7b25cdb ixgbe: cleanup functions that should have been defined static by Don Skidmore · 15 years ago
  57. 794caeb ixgbe: Add FW detection and warning for 82599 SFP+ adapters by Peter P Waskiewicz Jr · 15 years ago
  58. 620fa03 ixgbe: Fix 82599 adapter link flickering issues by Mallikarjuna R Chilakala · 15 years ago
  59. 50ac58b ixgbe: Harden the 82599 multispeed fiber autotry mechanism by Peter P Waskiewicz Jr · 15 years ago
  60. ccffad25 net: convert unicast addr list by Jiri Pirko · 15 years ago
  61. 264857b ixgbe: Allow link flow control in DCB mode for 82599 adapters by Peter P Waskiewicz Jr · 15 years ago
  62. 70b7762 ixgbe: Set Priority Flow Control low water threshhold for DCB by Peter P Waskiewicz Jr · 15 years ago
  63. aca6bee ixgbe: Add SAN MAC address to the RAR, return the address to DCB by Waskiewicz Jr, Peter P · 15 years ago
  64. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  65. 495dce1 ixgbe: Fix WoL functionality for 82599 KX4 devices by Waskiewicz Jr, Peter P · 15 years ago
  66. a54bfa4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  67. d3e9c56 ixgbe: Don't return error in flow control configuration if FC is off by PJ Waskiewicz · 15 years ago
  68. 2132d38 ixgbe: Enable another bit for flow control operation by PJ Waskiewicz · 15 years ago
  69. 87c1201 ixgbe: Move the LED blink code to common, since 82599 also uses it by PJ Waskiewicz · 15 years ago
  70. 71fd570 ixgbe: fix ethtool -A|a behavior by Don Skidmore · 16 years ago
  71. bb3daa4 ixgbe: Allow Priority Flow Control settings to survive a device reset by PJ Waskiewicz · 16 years ago
  72. fc1f209 ixgbe: Fix some compiler warnings. by David S. Miller · 16 years ago
  73. 11afc1b ixgbe: Add hardware specific initialization code for 82599 devices by PJ Waskiewicz · 16 years ago
  74. 0ecc061 ixgbe: Update flow control state machine in link setup by Peter P Waskiewicz Jr · 16 years ago
  75. 3201d31 ixgbe: Update link setup code to better support autonegotiation of speed by Peter P Waskiewicz Jr · 16 years ago
  76. 3efac5a ixgbe: Update copyright dates, bump the driver version number by Peter P Waskiewicz Jr · 16 years ago
  77. b461724 ixgbe: Whitespace, copyright update and version number change patch by Peter P Waskiewicz · 16 years ago
  78. c44ade9 ixgbe: update to latest common code module by Jesse Brandeburg · 16 years ago
  79. ce94bf4 ixgbe: fix multicast address update by Jesse Brandeburg · 16 years ago
  80. 2b9ade9 ixgbe: disable flow control by default by Jesse Brandeburg · 16 years ago
  81. 2c5645c ixgbe: Implement HAVE_SET_RX_MODE by Christopher Leech · 16 years ago
  82. 8c5863a drivers/net/ixgb: Add missing "space" by Joe Perches · 17 years ago
  83. 3957d63 ixgbe: Fix copper PHY initialization code by Auke Kok · 17 years ago
  84. 9a799d7 ixgbe: driver for Intel(R) 82598 PCI-Express 10GbE adapters (v4) by Auke Kok · 17 years ago