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