1. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 15 years ago
  2. 2d5451d net: Fix warning fallout from recent NAPI interface changes. by David S. Miller · 16 years ago
  3. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  4. 5b9ab2e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  5. 5147d14 drivers/net/chelsio/sge.c: remove redundant argument comments by Qinghuang Feng · 16 years ago
  6. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  7. 80ff32b cxgb2: convert to net_device_ops by Stephen Hemminger · 16 years ago
  8. c3ccc12 netdevice chelsio: Convert directly reference of netdev->priv by Wang Chen · 16 years ago
  9. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  10. 4422b00 cxgb: delete non NAPI code from the driver. by Francois Romieu · 16 years ago
  11. ac390c60 annotate chelsio by Al Viro · 17 years ago
  12. 68d579f drivers/net/chelsio/: #if 0 unused functions by Adrian Bunk · 17 years ago
  13. 3106752 drivers/net/chelsio: Add missing "space" by Joe Perches · 17 years ago
  14. 4c14fe9 cxgb - revert file mode changes. by Divy Le Ray · 17 years ago
  15. e0348b9 cxgb - fix stats by Divy Le Ray · 17 years ago
  16. 445cf80 cxgb - fix NAPI by Divy Le Ray · 17 years ago
  17. 7832ee0 cxgb - fix T2 GSO by Divy Le Ray · 17 years ago
  18. 7de6af0 [CHELSIO]: Fix skb->dev setting. by Divy Le Ray · 17 years ago
  19. 33a85aa chelsio: sparse warning fixes (old cxgb2) by Stephen Hemminger · 17 years ago
  20. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  21. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  22. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  23. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  24. 25805dc network drivers: eliminate unneeded kill_vid code by Stephen Hemminger · 17 years ago
  25. 294cf1b chelsio parenthesis fix by Mariusz Kozlowski · 17 years ago
  26. 459e536 chelsio: use const for virtual functions by Stephen Hemminger · 17 years ago
  27. 4c247db chelsio: use C99 style initialization by Stephen Hemminger · 17 years ago
  28. 4d2b8f6 chelsio: remove unused code for 1G boards by Stephen Hemminger · 17 years ago
  29. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  30. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  31. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  32. d0a92be [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph by Arnaldo Carvalho de Melo · 17 years ago
  33. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  34. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 17 years ago
  35. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  36. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 17 years ago
  37. 54d3e56 chelsio: Fix non-NAPI compile by Roland Dreier · 17 years ago
  38. b9662d0 git-netdev-all: chelsio fix by Andrew Morton · 17 years ago
  39. 24a427c chelsio: more rx speedup by Stephen Hemminger · 18 years ago
  40. 3de00b8 chelsio: NAPI speed improvement by Stephen Hemminger · 18 years ago
  41. 8343246 chelsio: tabulate the update of the statistic counters by Francois Romieu · 18 years ago
  42. 3e0f75b chelsio: misc cleanups in sge by Francois Romieu · 18 years ago
  43. 47cbe6f chelsio: useless test in cxgb2::remove_one by Francois Romieu · 18 years ago
  44. d748742 chelsio: useless curly braces by Francois Romieu · 18 years ago
  45. 356bd14 chelsio: spaces, tabs and friends by Francois Romieu · 18 years ago
  46. b7d5839 chelsio: the return statement is not a function by Francois Romieu · 18 years ago
  47. c697f83 chelsio: move return, break and continue statements on their own line by Francois Romieu · 18 years ago
  48. ab3b1c7 chelsio: error path fix by Stephen Hemminger · 18 years ago
  49. 7fe26a6 [PATCH] chelsio: working NAPI by Stephen Hemminger · 18 years ago
  50. 6d5aefb WorkQueue: Fix up arch-specific work items where possible by David Howells · 18 years ago
  51. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  52. cabdfb3 [PATCH] chelesio: transmit locking (plus bug fix). by Stephen Hemminger · 18 years ago
  53. 56f643c [PATCH] chelsio: statistics improvement by Stephen Hemminger · 18 years ago
  54. 325dde4 [PATCH] chelsio: add MSI support by Stephen Hemminger · 18 years ago
  55. 57834ca [PATCH] chelsio: use standard CRC routines by Stephen Hemminger · 18 years ago
  56. a7377a5 [PATCH] chelsio: cleanup pm3393 code by Stephen Hemminger · 18 years ago
  57. 352c417 [PATCH] chelsio: add 1G swcixw aupport by Stephen Hemminger · 18 years ago
  58. f1d3d38 [PATCH] chelsio: add support for other 10G boards by Stephen Hemminger · 18 years ago
  59. 415294e [PATCH] chelsio: remove unused mutex by Stephen Hemminger · 18 years ago
  60. 1270266 [PATCH] chelsio: use kzalloc by Stephen Hemminger · 18 years ago
  61. 11e5a20 [PATCH] chelsio: whitespace fixes by Stephen Hemminger · 18 years ago
  62. cbee9f9 [PATCH] chelsio: use kzalloc by Stephen Hemminger · 18 years ago
  63. 86c27d2 [PATCH] chelsio: use __netif_rx_schedule_prep by Stephen Hemminger · 18 years ago
  64. e487647 [PATCH] chelsio: free_netdev by Stephen Hemminger · 18 years ago
  65. bac7e87 [PATCH] chelsio: procectomy by Stephen Hemminger · 18 years ago
  66. 2057815 [PATCH] chelsio: whitespace cleanup by Stephen Hemminger · 18 years ago
  67. 9300abd [PATCH] chelsio: remove leftover code by Stephen Hemminger · 18 years ago
  68. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  69. 7359bbf [PATCH] chelsio: add endian annotations by Alexey Dobriyan · 19 years ago
  70. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  71. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  72. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  73. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  74. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  75. 89114af [NET] gso: Add skb_is_gso by Herbert Xu · 18 years ago
  76. 1fb9df5 [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  77. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  78. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  79. 1417ae0869 kbuild: fix unneeded rebuilds in drivers/net/chelsio after moving source tree by Carl-Daniel Hailfinger · 18 years ago
  80. 5d9428d BUG_ON() Conversion in drivers/net/ by Eric Sesterhenn · 18 years ago
  81. 8d3b33f [PATCH] Remove MODULE_PARM by Rusty Russell · 18 years ago
  82. abc71c4 Merge branch 'upstream-fixes' by Jeff Garzik · 18 years ago
  83. 232a347 [netdrvr] fix array overflows in Chelsio driver by Scott Bardone · 18 years ago
  84. ded78e5 [PATCH] chelsio/espi.c:tricn_init(): remove dead code by Adrian Bunk · 18 years ago
  85. 74f5ec2 Merge branch 'upstream-fixes' by Jeff Garzik · 18 years ago
  86. 2d66806 [PATCH] chelsio: fix kmalloc failure in t1_espi_create by Eric Sesterhenn · 18 years ago
  87. f71e130 Massive net driver const-ification. by Arjan van de Ven · 18 years ago
  88. aa84505 [PATCH] chelsio: transmit routine return values by Stephen Hemminger · 19 years ago
  89. 91fb4c9 [PATCH] (1/7) chelsio sparse annotations by viro@ftp.linux.org.uk · 19 years ago
  90. 559fb51 Update Chelsio gige net driver. by Scott Bardone · 19 years ago
  91. 8199d3a [PATCH] A new 10GB Ethernet Driver by Chelsio Communications by Christoph Lameter · 19 years ago