1. 41fc2e4 cxgb4vf: Adds SRIOV driver changes for T6 adapter by Hariprasad Shenai · 9 years ago
  2. b261272 cxgb4/cxgb4vf: function and argument name cleanup by Hariprasad Shenai · 9 years ago
  3. 1ecc7b7 cxgb4/cxgb4vf: Cleanup macros, add comments and add new MACROS by Hariprasad Shenai · 9 years ago
  4. 637d3e9 cxgb4: Discard the packet if the length is greater than mtu by Hariprasad Shenai · 9 years ago
  5. 1343299 cxgb4: Make sure that Freelist size is larger than Egress Congestion Threshold by Hariprasad Shenai · 9 years ago
  6. 019be1c cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriate by Alexander Duyck · 9 years ago
  7. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  8. 2ff2acf cxgb4vf: Fix sparse warnings by Hariprasad Shenai · 9 years ago
  9. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 9 years ago
  10. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 9 years ago
  11. bdc590b iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messages by Hariprasad Shenai · 9 years ago
  12. f612b81 RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register defines by Hariprasad Shenai · 9 years ago
  13. df64e4d cxgb4/cxgb4vf: Use new interfaces to calculate BAR2 SGE Queue Register addresses by Hariprasad Shenai · 10 years ago
  14. 6e4b51a cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to queues by Hariprasad Shenai · 10 years ago
  15. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  16. d7990b0 cxgb4i/cxgb4 : Refactor macros to conform to uniform standards by Anish Bhatt · 10 years ago
  17. aa9cd31 cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_page by Alexander Duyck · 10 years ago
  18. 50d21a6 cxgb4vf: FL Starvation Threshold needs to be larger than the SGE's Egress Congestion Threshold by Hariprasad Shenai · 10 years ago
  19. ce8f407 cxgb4/cxgb4vf: For T5 use Packing and Padding Boundaries for SGE DMA transfers by Hariprasad Shenai · 10 years ago
  20. 65f6ecc cxgb4vf: Move fl_starv_thres into adapter->sge data structure by Hariprasad Shenai · 10 years ago
  21. e2ac962 cxgb4: Cleanup macros so they follow the same style and look consistent, part 2 by Hariprasad Shenai · 10 years ago
  22. 7207c0d cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5 by Hariprasad Shenai · 10 years ago
  23. 08f1a1b cxgb4: Free completed tx skbs promptly by Hariprasad Shenai · 10 years ago
  24. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  25. c3136f5 cxgb4vf: Check if rx checksum offload is enabled, while reading hardware calculated checksum by Hariprasad Shenai · 10 years ago
  26. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  27. 42ffda5 cxfb4vf: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb. by Eric W. Biederman · 10 years ago
  28. 70ee366 cxgb4vf: added much cleaner implementation of is_t4() by Hariprasad Shenai · 11 years ago
  29. 8a67d1c net: cxgb4vf: Staticize local symbols by Sachin Kamat · 11 years ago
  30. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  31. 622c62b cxgb4vf: Add support for Chelsio T5 adapter by Santosh Rastapur · 11 years ago
  32. af32de0 cxgb4vf: Fix VLAN extraction counter increment by Vipul Pandya · 11 years ago
  33. 8b9a4d5 cxgb4vf: Fix extraction of cpl_rx_pkt from the response queue descriptor by Vipul Pandya · 11 years ago
  34. ce91a92 [SCSI] cxgb4/cxgb4vf: Chelsio FCoE offload driver submission (common header updates). by Naresh Kumar Inna · 12 years ago
  35. 52367a7 cxgb4/cxgb4vf: Code cleanup to enable T4 Configuration File support by Vipul Pandya · 12 years ago
  36. 0614002 netvm: propagate page->pfmemalloc from skb_alloc_page to skb by Mel Gorman · 12 years ago
  37. 6469933 ethernet: Remove casts to same type by Joe Perches · 12 years ago
  38. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  39. 90802ed treewide: Fix comment and string typo 'bufer' by Paul Bolle · 13 years ago
  40. 1f2149c net: remove netdev_alloc_page and use __GFP_COLD by Eric Dumazet · 13 years ago
  41. a0006a8 cxgb4vf: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  42. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  43. f7917c0 chelsio: Move the Chelsio drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/cxgb4vf/sge.c]
  44. 8773766 cxgb4vf: do vlan cleanup by Jiri Pirko · 13 years ago
  45. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  46. 2ed28ba net: cxgb4{,vf}: convert to hw_features by Michał Mirosław · 13 years ago
  47. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  48. caedda3 cxgb4vf: minor comment/symbolic name cleanup. by Casey Leedom · 14 years ago
  49. eb6c503 cxgb4vf: fix some errors in Gather List to skb conversion by Casey Leedom · 14 years ago
  50. b94e72e cxgb4vf: fix bug in Generic Receive Offload by Casey Leedom · 14 years ago
  51. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  52. 95f4b45 net: another last_rx round by Eric Dumazet · 14 years ago
  53. b97d13a cxgb4vf: fix SGE resource resource deallocation bug by Casey Leedom · 14 years ago
  54. 7f9dd2f cxgb4vf: fix TX Queue restart by Casey Leedom · 14 years ago
  55. 68dc9d3 cxgb4vf: Implement "Unhandled Interrupts" statistic by Casey Leedom · 14 years ago
  56. 57b2eaf cxgb4vf: remove obsolete DECLARE_PCI_UNMAP_ADDR usage by FUJITA Tomonori · 14 years ago
  57. b3003be cxgb4vf: Use correct shift factor for extracting the SGE DMA Ingress Padding Boundary by Casey Leedom · 14 years ago
  58. 64bb336 cxgb4vf: Remove obsolete comment about the lack of a TX Timer Callback by Casey Leedom · 14 years ago
  59. c6e0d91 cxgb4vf: Add T4 Virtual Function Scatter-Gather Engine DMA code by Casey Leedom · 14 years ago