1. 8773766 cxgb4vf: do vlan cleanup by Jiri Pirko · 13 years ago
  2. e2270ea netdevice: Kill 'feature' test macros. by David S. Miller · 13 years ago
  3. 95cb365 net: Remove unneeded version.h includes from drivers/net/ by Jesper Juhl · 13 years ago
  4. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  5. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  6. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  7. 2ed28ba net: cxgb4{,vf}: convert to hw_features by Michał Mirosław · 13 years ago
  8. 1c01a80 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  9. 857a3d0 cxgb4vf: drop phys_id interface and implement the newer set_phys_id by Dimitris Michailidis · 13 years ago
  10. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  11. 0550769 cxgb4vf: Use defined Mailbox Timeout by Casey Leedom · 13 years ago
  12. 7e9c262 cxgb4vf: Quiesce Virtual Interfaces on shutdown ... by Casey Leedom · 13 years ago
  13. 843635e cxgb4vf: Behave properly when CONFIG_DEBUG_FS isn't defined ... by Casey Leedom · 13 years ago
  14. bb14a1a cxgb4vf: Check driver parameters in the right place ... by Casey Leedom · 13 years ago
  15. 343a8d1 cxgb4vf: recover from failure in cxgb4vf_open() by Casey Leedom · 14 years ago
  16. 80ce3f6 cxgb4vf: fix mailbox data/control coherency domain race by Casey Leedom · 14 years ago
  17. 215faf9 drivers/net/*/: Use static const by Joe Perches · 14 years ago
  18. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  19. c710245 cxgb4vf: Ingress Queue Entry Size needs to be 64 bytes by Casey Leedom · 14 years ago
  20. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  21. 42eb59d cxgb4vf: fix setting unicast/multicast addresses ... by Casey Leedom · 14 years ago
  22. 410989f cxgb4vf: Advertise NETIF_F_TSO_ECN. by Casey Leedom · 14 years ago
  23. 4204875 cxgb4vf: fix up "Section Mismatch" compiler warning. by Casey Leedom · 14 years ago
  24. f12fe35 cxgb4vf: add ethtool statistics for GRO. by Casey Leedom · 14 years ago
  25. caedda3 cxgb4vf: minor comment/symbolic name cleanup. by Casey Leedom · 14 years ago
  26. e68e613 cxgb4vf: add call to Firmware to reset VF State. by Casey Leedom · 14 years ago
  27. e7a3795 cxgb4vf: Fail open if link_start() fails. by Casey Leedom · 14 years ago
  28. 8b6edf8 cxgb4vf: flesh out PCI Device ID Table ... by Casey Leedom · 14 years ago
  29. eb6c503 cxgb4vf: fix some errors in Gather List to skb conversion by Casey Leedom · 14 years ago
  30. b94e72e cxgb4vf: fix bug in Generic Receive Offload by Casey Leedom · 14 years ago
  31. 53c7886 cxgb4vf: don't implement trivial (and incorrect) ndo_select_queue() by Casey Leedom · 14 years ago
  32. 6c6cf42 cxgb4vf: remove call to stop TX queues at load time. by Divy Le Ray · 14 years ago
  33. 6549574 cxgb4vf: make single bit signed bitfields unsigned by Harvey Harrison · 14 years ago
  34. 003ab67 cxgb4vf: Use netif_set_real_num_{rx, tx}_queues() by Ben Hutchings · 14 years ago
  35. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  36. 95f4b45 net: another last_rx round by Eric Dumazet · 14 years ago
  37. 7a0c202 cxgb4vf: do not use PCI resources before pci_enable_device() by Kulikov Vasiliy · 14 years ago
  38. c8639a8 cxgb4vf: Fix bug where we were only allocating one queue in MSI mode by Casey Leedom · 14 years ago
  39. 024e629 cxgb4vf: Fix off-by-one error checking for the end of the mailbox delay array by Casey Leedom · 14 years ago
  40. b97d13a cxgb4vf: fix SGE resource resource deallocation bug by Casey Leedom · 14 years ago
  41. 7f9dd2f cxgb4vf: fix TX Queue restart by Casey Leedom · 14 years ago
  42. 68dc9d3 cxgb4vf: Implement "Unhandled Interrupts" statistic by Casey Leedom · 14 years ago
  43. 57b2eaf cxgb4vf: remove obsolete DECLARE_PCI_UNMAP_ADDR usage by FUJITA Tomonori · 14 years ago
  44. b3003be cxgb4vf: Use correct shift factor for extracting the SGE DMA Ingress Padding Boundary by Casey Leedom · 14 years ago
  45. 64bb336 cxgb4vf: Remove obsolete comment about the lack of a TX Timer Callback by Casey Leedom · 14 years ago
  46. 84c6ade cxgb4vf: Add new Makefile for T4 PCI-E SR-IOV Virtual Function driver cxgb4vf by Casey Leedom · 14 years ago
  47. be839e3 cxgb4vf: Add main T4 PCI-E SR-IOV Virtual Function driver for cxgb4vf by Casey Leedom · 14 years ago
  48. c6e0d91 cxgb4vf: Add T4 Virtual Function Scatter-Gather Engine DMA code by Casey Leedom · 14 years ago
  49. 16f8bd4 cxgb4vf: Add core T4 PCI-E SR-IOV Virtual Function hardware definitions and device communication code by Casey Leedom · 14 years ago