1. 6403eab drivers/net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  2. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  3. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 13 years ago
  4. 2ed28ba net: cxgb4{,vf}: convert to hw_features by Michał Mirosław · 13 years ago
  5. c5e0636 cxgb4: drop phys_id interface and implement the newer set_phys_id by Dimitris Michailidis · 13 years ago
  6. 8d13a2a9 net: Kill NETEVENT_PMTU_UPDATE. by David S. Miller · 13 years ago
  7. 6a3c869 cxgb4: fix reported state of interfaces without link by Dimitris Michailidis · 14 years ago
  8. 8f3a767 cxgb4: remove a bitmap by Dimitris Michailidis · 14 years ago
  9. b1a3c2b cxgb4: remove the name field from the adapter structure by Dimitris Michailidis · 14 years ago
  10. ba27816 cxgb4: correct formatting of MSI-X interrupt names by Dimitris Michailidis · 14 years ago
  11. 118969e cxgb4: print port information after registering each netdev by Dimitris Michailidis · 14 years ago
  12. 7d5e77a cxgb4: distinguish between 1-lane KR/KX and 4-lane KR/KX/KX4 ports by Dimitris Michailidis · 14 years ago
  13. a57cabe cxgb4: set the number of queues before device registration by Dimitris Michailidis · 14 years ago
  14. ef306b5 cxgb4: enable PCIe relaxed ordering by Dimitris Michailidis · 14 years ago
  15. 89bf67f drivers/net: use vzalloc() by Eric Dumazet · 14 years ago
  16. 0a4201f cxgb4: remove call to stop TX queues at load time. by Divy Le Ray · 14 years ago
  17. 19ecae2 cxgb4: update to utilize the newer VLAN infrastructure by Dimitris Michailidis · 14 years ago
  18. 8f6d9f4 cxgb4: fix crash due to manipulating queues before registration by Dimitris Michailidis · 14 years ago
  19. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  20. 31b9c19 cxgb4: function namespace cleanup (v3) by stephen hemminger · 14 years ago
  21. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  22. a069ec9 cxgb4: remove a bogus PCI function number check by Dimitris Michailidis · 14 years ago
  23. a020ed4 cxgb4: Use netif_set_real_num_{rx,tx}_queues() by Ben Hutchings · 14 years ago
  24. ccea790 cxgb4: update PCI ids by Dimitris Michailidis · 14 years ago
  25. 1478b3e cxgb4: support eeprom read/write on functions other than 0 by Dimitris Michailidis · 14 years ago
  26. e46dab4 cxgb4: handle Rx/Tx queue ranges not starting at 0 by Dimitris Michailidis · 14 years ago
  27. 99e6d06 cxgb4: update driver version by Dimitris Michailidis · 14 years ago
  28. ac50bed cxgb4: add new PCI IDs by Dimitris Michailidis · 14 years ago
  29. 060e0c7 cxgb4: support running the driver on PCI functions besides 0 by Dimitris Michailidis · 14 years ago
  30. 35d3568 cxgb4: advertise NETIF_F_TSO_ECN by Dimitris Michailidis · 14 years ago
  31. 1ae970e cxgb4: get on-chip queue info from FW and create a memory window for them by Dimitris Michailidis · 14 years ago
  32. 835bb60 cxgb4: exclude registers with read side effects from register dumps by Dimitris Michailidis · 14 years ago
  33. f796564 cxgb4: implement the ETHTOOL_GRXFH command by Dimitris Michailidis · 14 years ago
  34. 671b006 cxgb4: add user manipulation of the RSS table by Dimitris Michailidis · 14 years ago
  35. 0654639 cxgb4: avoid duplicating some resource freeing code by Dimitris Michailidis · 14 years ago
  36. f7cabcd cxgb4: move the choice of interrupt type before net_device registration by Dimitris Michailidis · 14 years ago
  37. f5152c9 cxgb4: fix for new ndo_get_stats64 signature by Dimitris Michailidis · 14 years ago
  38. 1437ce3 ethtool: Change ethtool_op_set_flags to validate flags by Ben Hutchings · 14 years ago
  39. 7ee9ff9 cxgb4vf: Add code to provision T4 PCI-E SR-IOV Virtual Functions with hardware resources by Casey Leedom · 14 years ago
  40. 20c0da6 cxgb4: minor cleanup by Dimitris Michailidis · 14 years ago
  41. a0881ca cxgb4: update FW definitions by Dimitris Michailidis · 14 years ago
  42. f68707b cxgb4: propagate link initialization errors to .ndo_open's callers by Dimitris Michailidis · 14 years ago
  43. 9be793b cxgb4: switch to 64 bit inteface statistics by Dimitris Michailidis · 14 years ago
  44. 204dc3c cxgb4: implement EEH by Dimitris Michailidis · 14 years ago
  45. 02b5fb8 cxgb4: rearrange initialization code in preparation for EEH by Dimitris Michailidis · 14 years ago
  46. e29f5db cxgb4: notify upper drivers if the device is already up when they load by Dimitris Michailidis · 14 years ago
  47. aaefae9 cxgb4: keep interrupts available when the ports are brought down by Dimitris Michailidis · 14 years ago
  48. b6bd29e cxgb4: fix initial addition of MAC address by Dimitris Michailidis · 14 years ago
  49. 4a6346d cxgb4: report GRO stats with ethtool -S by Dimitris Michailidis · 14 years ago
  50. f1a051b cxgb4: report the PCIe link speed by Dimitris Michailidis · 14 years ago
  51. f8f5aaf cxgb4: configure HW VLAN extraction through FW by Dimitris Michailidis · 14 years ago
  52. 87b6cf5 cxgb4: set skb->rxhash by Dimitris Michailidis · 14 years ago
  53. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  54. b8ff05a cxgb4: Add main driver file and driver Makefile by Dimitris Michailidis · 14 years ago