1. 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 14 years ago
  2. 6909c66 drivers/net/ixgb: Use netif_printk macros by Joe Perches · 14 years ago
  3. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  4. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  5. c1fa347 e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map() by Roel Kluin · 15 years ago
  6. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  7. adeaa90 ixgb: remove use of skb_dma_map from ixgb by Alexander Duyck · 15 years ago
  8. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  9. d189a7e ixgb: Fix erroneous display of stats by ethtool -S by Ajit Khaparde · 15 years ago
  10. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  11. 0cdc036 ixgb: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  12. 3b29a56 intel: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  13. d6a1f83 ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  14. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  15. 042a53a net: skb_shared_info optimization by Eric Dumazet · 15 years ago
  16. 2867975 net: dont update dev->trans_start in 10GB drivers by Eric Dumazet · 15 years ago
  17. c2d5ab4 e1000/e1000e/igb/ixgb: don't txhang after link down by Jesse Brandeburg · 15 years ago
  18. cdbf0eb ixgb: Use generic MDIO definitions by Ben Hutchings · 15 years ago
  19. 4cb9be7 e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily by Jesse Brandeburg · 15 years ago
  20. 3a6d1bc ixgb: fix link down initial state by Jesse Brandeburg · 15 years ago
  21. 0ee904c drivers/net: replace BUG() with BUG_ON() if possible by Alexander Beregalov · 15 years ago
  22. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  23. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  24. fe52eeb ixgb: refactor tx path to use skb_dma_map/unmap by Alexander Duyck · 15 years ago
  25. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  26. 2d5451d net: Fix warning fallout from recent NAPI interface changes. by David S. Miller · 16 years ago
  27. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  28. d276016 ixgb: cleanup link up/down messages by Jeff Kirsher · 16 years ago
  29. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  30. 0edc352 ixgb: convert to net_device_ops by Stephen Hemminger · 16 years ago
  31. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  32. 275f165 pci: use pci_ioremap_bar() in drivers/net by Arjan van de Ven · 16 years ago
  33. 23e55a3 ixgb: fix bug when freeing resources by Brandeburg, Jesse · 16 years ago
  34. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  35. 78ed11a netdrv intel: always enable VLAN filtering except in promiscous mode by Patrick McHardy · 16 years ago
  36. 746b9f0 netdrv intel: disable VLAN filtering in promiscous mode by Patrick McHardy · 16 years ago
  37. f731a9e ixgb: update copyright dates and versions by Jesse Brandeburg · 16 years ago
  38. 6d37ab2 ixgb: make NAPI the only option and the default by Jesse Brandeburg · 16 years ago
  39. 2c21fc6 ixgb: cleanup header by Jesse Brandeburg · 16 years ago
  40. c219934 ixgb: audit use of dev_kfree_skb_any by Jesse Brandeburg · 16 years ago
  41. 9e7bd33 ixgb: clean up assignments inside if statements by Jesse Brandeburg · 16 years ago
  42. fc2d14e ixgb: rx cleanup performance improvements by Jesse Brandeburg · 16 years ago
  43. 8441dab ixgb: cleanup checkpatch suggestions that are relevant by Jesse Brandeburg · 16 years ago
  44. 1459336 ixgb: trivial fix space after for by Jesse Brandeburg · 16 years ago
  45. 52035bd ixgb: fix spelling errors by Jesse Brandeburg · 16 years ago
  46. 0060c07 ixgb: whitespace fixups by Jesse Brandeburg · 16 years ago
  47. 9a43299 ixgb: cleanup space after while by Jesse Brandeburg · 16 years ago
  48. 03f8304 ixgb: format all if( to be if ( by Jesse Brandeburg · 16 years ago
  49. 7490d71 ixgb: clean up un-necessary declarations by Jesse Brandeburg · 16 years ago
  50. d9fed18 ixgb: add copybreak parameter by Jesse Brandeburg · 16 years ago
  51. db58294 ixgb: remove lltx support and update tx routine by Jesse Brandeburg · 16 years ago
  52. 1257969 ixgb: fix unload race with timers by Jesse Brandeburg · 16 years ago
  53. b5ca88e ixgb: fix race on rx_buffer_len in mtu change by Jesse Brandeburg · 16 years ago
  54. 3433663 ixgb: move time stamp set before setting dma pointer by Jesse Brandeburg · 16 years ago
  55. a65a604 ixgb: don't allow too small MTU by Jesse Brandeburg · 16 years ago
  56. 72ab519 ixgb: check down state before enable irq by Jesse Brandeburg · 16 years ago
  57. a3dc3da ixgb: leave room for extra hardware memory usage by Jesse Brandeburg · 16 years ago
  58. 4360386 ixgb: fix bug in descriptor ring due to prefetch corruption by Jesse Brandeburg · 16 years ago
  59. e539e46 ixgb: repeat 32 bit ioremap cleanup by Jesse Brandeburg · 16 years ago
  60. 0f8ecba ixgb: maybe stop tx port missed a piece by Jesse Brandeburg · 16 years ago
  61. 38b2219 netdrv: don't truncate VLAN TCI with VLAN stripping by Patrick McHardy · 16 years ago
  62. 222441a ixgb: convert uint16_t style integers to u16 by Joe Perches · 16 years ago
  63. 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
  64. 9c61a9d ixgb: remove irq_sem by Jesse Brandeburg · 16 years ago
  65. a9340b8 ixgb: move externs out of .c files by Auke Kok · 16 years ago
  66. 446490c ixgb: convert boolean_t to bool by Joe Perches · 16 years ago
  67. bab2bce ixgb: add explicit state checking by Jesse Brandeburg · 16 years ago
  68. c7793ac ixgb: remove unused variable by Julia Lawall · 16 years ago
  69. ac0b350 ixgb: add RNBC counter - no buffer count - to ethtool stats by Auke Kok · 16 years ago
  70. 030ed68 replace code with FIELD_SIZEOF by Julia Lawall · 17 years ago
  71. 8b32e63 ixgb: enable sun hardware support for broadcom phy by Matheos Worku · 17 years ago
  72. a7df90a ixgb endianness annotations by Al Viro · 17 years ago
  73. 49d85c5 [NET]: Fix interrupt semaphore corruption in Intel drivers. by David S. Miller · 17 years ago
  74. 53e52c7 [NET]: Make ->poll() breakout consistent in Intel ethernet drivers. by David S. Miller · 17 years ago
  75. 4ec2411 [NET]: Do not check netif_running() and carrier state in ->poll() by David S. Miller · 17 years ago
  76. 3fd7131 ixgb: make sure jumbos stay enabled after reset by Matheos Worku · 17 years ago
  77. 19abe86 ixgb: fix TX hangs under heavy load by Auke Kok · 17 years ago
  78. 273dc74 ixgb: fix sparse warnings by Stephen Hemminger · 17 years ago
  79. c676504 ixgb: endianness by Al Viro · 17 years ago
  80. b9f2c04 [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count by Jeff Garzik · 17 years ago
  81. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  82. ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  83. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  84. bea3348 [NET]: Make NAPI polling independent of struct net_device objects. by Stephen Hemminger · 17 years ago
  85. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
  86. fb136c0 ixgb: don't print error if pci_enable_msi() fails, cleanup minor leak by Auke Kok · 17 years ago
  87. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  88. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  89. 55e924c ixgb: ROUND_UP macro cleanup in drivers/net/ixgb by Milind Arun Choudhary · 17 years ago
  90. 1c8816c ixgb: Use ARRAY_SIZE macro when appropriate. by Ahmed S. Darwish · 17 years ago
  91. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  92. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 17 years ago
  93. ab6a5bb [TCP]: Introduce tcp_hdrlen() and tcp_optlen() by Arnaldo Carvalho de Melo · 17 years ago
  94. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  95. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  96. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 17 years ago
  97. 5c15bde [VLAN]: Avoid a 4-order allocation. by Dan Aloni · 17 years ago
  98. 78149df Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  99. 81b1955 PCI: Use newly defined PCI channel offline routine by Linas Vepstas · 18 years ago
  100. 1d39ed5 remove NETIF_F_TSO ifdefery by Arjan van de Ven · 18 years ago