1. 23e55a3 ixgb: fix bug when freeing resources by Brandeburg, Jesse · 16 years ago
  2. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  3. 78ed11a netdrv intel: always enable VLAN filtering except in promiscous mode by Patrick McHardy · 16 years ago
  4. 746b9f0 netdrv intel: disable VLAN filtering in promiscous mode by Patrick McHardy · 16 years ago
  5. f731a9e ixgb: update copyright dates and versions by Jesse Brandeburg · 16 years ago
  6. 6d37ab2 ixgb: make NAPI the only option and the default by Jesse Brandeburg · 16 years ago
  7. 2c21fc6 ixgb: cleanup header by Jesse Brandeburg · 16 years ago
  8. c219934 ixgb: audit use of dev_kfree_skb_any by Jesse Brandeburg · 16 years ago
  9. 9e7bd33 ixgb: clean up assignments inside if statements by Jesse Brandeburg · 16 years ago
  10. fc2d14e ixgb: rx cleanup performance improvements by Jesse Brandeburg · 16 years ago
  11. 8441dab ixgb: cleanup checkpatch suggestions that are relevant by Jesse Brandeburg · 16 years ago
  12. 1459336 ixgb: trivial fix space after for by Jesse Brandeburg · 16 years ago
  13. 52035bd ixgb: fix spelling errors by Jesse Brandeburg · 16 years ago
  14. 0060c07 ixgb: whitespace fixups by Jesse Brandeburg · 16 years ago
  15. 9a43299 ixgb: cleanup space after while by Jesse Brandeburg · 16 years ago
  16. 03f8304 ixgb: format all if( to be if ( by Jesse Brandeburg · 16 years ago
  17. 7490d71 ixgb: clean up un-necessary declarations by Jesse Brandeburg · 16 years ago
  18. d9fed18 ixgb: add copybreak parameter by Jesse Brandeburg · 16 years ago
  19. db58294 ixgb: remove lltx support and update tx routine by Jesse Brandeburg · 16 years ago
  20. 1257969 ixgb: fix unload race with timers by Jesse Brandeburg · 16 years ago
  21. b5ca88e ixgb: fix race on rx_buffer_len in mtu change by Jesse Brandeburg · 16 years ago
  22. 3433663 ixgb: move time stamp set before setting dma pointer by Jesse Brandeburg · 16 years ago
  23. a65a604 ixgb: don't allow too small MTU by Jesse Brandeburg · 16 years ago
  24. 72ab519 ixgb: check down state before enable irq by Jesse Brandeburg · 16 years ago
  25. a3dc3da ixgb: leave room for extra hardware memory usage by Jesse Brandeburg · 16 years ago
  26. 4360386 ixgb: fix bug in descriptor ring due to prefetch corruption by Jesse Brandeburg · 16 years ago
  27. e539e46 ixgb: repeat 32 bit ioremap cleanup by Jesse Brandeburg · 16 years ago
  28. 0f8ecba ixgb: maybe stop tx port missed a piece by Jesse Brandeburg · 16 years ago
  29. 38b2219 netdrv: don't truncate VLAN TCI with VLAN stripping by Patrick McHardy · 16 years ago
  30. 222441a ixgb: convert uint16_t style integers to u16 by Joe Perches · 16 years ago
  31. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  32. 9c61a9d ixgb: remove irq_sem by Jesse Brandeburg · 16 years ago
  33. a9340b8 ixgb: move externs out of .c files by Auke Kok · 16 years ago
  34. 446490c ixgb: convert boolean_t to bool by Joe Perches · 16 years ago
  35. bab2bce ixgb: add explicit state checking by Jesse Brandeburg · 16 years ago
  36. c7793ac ixgb: remove unused variable by Julia Lawall · 16 years ago
  37. ac0b350 ixgb: add RNBC counter - no buffer count - to ethtool stats by Auke Kok · 16 years ago
  38. 030ed68 replace code with FIELD_SIZEOF by Julia Lawall · 17 years ago
  39. 8b32e63 ixgb: enable sun hardware support for broadcom phy by Matheos Worku · 17 years ago
  40. a7df90a ixgb endianness annotations by Al Viro · 17 years ago
  41. 49d85c5 [NET]: Fix interrupt semaphore corruption in Intel drivers. by David S. Miller · 17 years ago
  42. 53e52c7 [NET]: Make ->poll() breakout consistent in Intel ethernet drivers. by David S. Miller · 17 years ago
  43. 4ec2411 [NET]: Do not check netif_running() and carrier state in ->poll() by David S. Miller · 17 years ago
  44. 3fd7131 ixgb: make sure jumbos stay enabled after reset by Matheos Worku · 17 years ago
  45. 19abe86 ixgb: fix TX hangs under heavy load by Auke Kok · 17 years ago
  46. 273dc74 ixgb: fix sparse warnings by Stephen Hemminger · 17 years ago
  47. c676504 ixgb: endianness by Al Viro · 17 years ago
  48. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  49. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  50. ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  51. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  52. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  53. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
  54. fb136c0 ixgb: don't print error if pci_enable_msi() fails, cleanup minor leak by Auke Kok · 17 years ago
  55. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  56. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  57. 55e924c ixgb: ROUND_UP macro cleanup in drivers/net/ixgb by Milind Arun Choudhary · 17 years ago
  58. 1c8816c ixgb: Use ARRAY_SIZE macro when appropriate. by Ahmed S. Darwish · 17 years ago
  59. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  60. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  61. ab6a5bb [TCP]: Introduce tcp_hdrlen() and tcp_optlen() by Arnaldo Carvalho de Melo · 17 years ago
  62. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  63. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  64. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 17 years ago
  65. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 17 years ago
  66. 78149df Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  67. 81b1955 PCI: Use newly defined PCI channel offline routine by Linas Vepstas · 18 years ago
  68. 1d39ed5 remove NETIF_F_TSO ifdefery by Arjan van de Ven · 18 years ago
  69. a3ffab8 ixgb: Write RA register high word first, increment version by Aaron Salter · 18 years ago
  70. dfd341e ixgb: Maybe stop TX if not enough free descriptors by Jesse Brandeburg · 18 years ago
  71. 5d92785 ixgb: Fix early TSO completion by Jesse Brandeburg · 18 years ago
  72. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  73. ff1dcad [NET]: Split skb->csum by Al Viro · 18 years ago
  74. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  75. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  76. 76ddb3f e100, e1000, ixgb: increment version numbers by Auke Kok · 18 years ago
  77. f7d4fa0 ixgb: convert to netdev_priv(netdev) by Auke Kok · 18 years ago
  78. a4d3c54 ixgb: combine more rx descriptors to improve performance by Jesse Brandeburg · 18 years ago
  79. 0eb5a34 e100, e1000, ixgb: Fix an impossible memory overwrite bug by Auke Kok · 18 years ago
  80. 0abb6eb e100, e1000, ixgb: update copyright header and remove LICENSE by Auke Kok · 18 years ago
  81. a319a27 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 18 years ago
  82. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  83. f8ec473 e1000, ixgb: Remove pointless wrappers by Jeff Garzik · 18 years ago
  84. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  85. 9ee093f ixgb: Increment version to 1.0.112-k2 by Auke Kok · 18 years ago
  86. 69c7a940 ixgb: remove skb->dev assignment by Auke Kok · 18 years ago
  87. 01748fb ixgb: Add PCI Error recovery callbacks by Linas Vepstas · 18 years ago
  88. adc5413 ixgb: Add buffer_info and test like e1000 has. by Jesse Brandeburg · 18 years ago
  89. 7a0eec3 ixgb: Cache-align all TX components of the adapter struct. by Jesse Brandeburg · 18 years ago
  90. ab8ced2 ixgb: recalculate after how many descriptors to wake the queue by Auke Kok · 18 years ago
  91. a91bb6a ixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off) by Jesse Brandeburg · 18 years ago
  92. f990b42 ixgb: convert dev->priv to netdev_priv(dev). by Auke Kok · 18 years ago
  93. 5791704 ixgb: Convert dev_alloc_skb to netdev_alloc_skb. by Auke Kok · 18 years ago
  94. 699a712 Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 into tmp by Jeff Garzik · 18 years ago
  95. 2991762 drivers/net: Remove deprecated use of pci_module_init() by Jeff Garzik · 18 years ago
  96. 891b11f ixgb: Increment version to 1.0.109-k4 by Auke Kok · 18 years ago
  97. 3ae84d9 ixgb: fix cache miss due to miscalculation by Jesse Brandeburg · 18 years ago
  98. 0fe198a ixgb: Add CX4 PHY type detection and subdevice ID. by Manasi Deval · 18 years ago
  99. 709cf01 [PATCH] ixgb: fix tx unit hang - properly calculate desciptor count by Auke Kok · 18 years ago
  100. 89114af [NET] gso: Add skb_is_gso by Herbert Xu · 18 years ago