1. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  2. ec7e97e ixgb: convert to set_phys_id by Jeff Kirsher · 13 years ago
  3. 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 13 years ago
  4. 25db033 ethtool: Use full 32 bit speed range in ethtool's set_settings by David Decotigny · 13 years ago
  5. e2444d9 ixgb: convert to new VLAN model by Emil Tantilov · 13 years ago
  6. 0d0b167 net: Fix drivers advertising HW_CSUM feature to use csum_start by Michał Mirosław · 14 years ago
  7. 23f333a drivers/net: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  8. ae54496 ixgb: Don't check for vlan group on transmit by Emil Tantilov · 14 years ago
  9. 6674450 Intel Wired LAN drivers: Use static const by Jeff Kirsher · 14 years ago
  10. 89bf67f drivers/net: use vzalloc() by Eric Dumazet · 14 years ago
  11. ec43a81 ixgb: call pci_disable_device in ixgb_remove by Emil Tantilov · 14 years ago
  12. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  13. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  14. 7b872a5 e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags by Yi Zou · 14 years ago
  15. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  16. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  17. 2d0bb1c e100/e1000*/igb*/ixgb*: Add missing read memory barrier by Jeff Kirsher · 14 years ago
  18. 57bf6ee ixgb and e1000: Use new function for copybreak tests by Joe Perches · 14 years ago
  19. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  20. 47631f8 ixgb: use DMA API instead of PCI DMA functions by Nick Nunley · 14 years ago
  21. d328bc8 ixgb: Use pr_<level> and netdev_<level> by Joe Perches · 14 years ago
  22. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  23. 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 14 years ago
  24. 6909c66 drivers/net/ixgb: Use netif_printk macros by Joe Perches · 14 years ago
  25. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 14 years ago
  26. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  27. c1fa347 e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map() by Roel Kluin · 14 years ago
  28. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  29. adeaa90 ixgb: remove use of skb_dma_map from ixgb by Alexander Duyck · 15 years ago
  30. a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
  31. d189a7e ixgb: Fix erroneous display of stats by ethtool -S by Ajit Khaparde · 15 years ago
  32. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  33. 0cdc036 ixgb: Use the instance of net_device_stats from net_device. by Ajit Khaparde · 15 years ago
  34. 3b29a56 intel: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  35. d6a1f83 ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failure by Dean Nelson · 15 years ago
  36. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  37. 042a53a net: skb_shared_info optimization by Eric Dumazet · 15 years ago
  38. 2867975 net: dont update dev->trans_start in 10GB drivers by Eric Dumazet · 15 years ago
  39. c2d5ab4 e1000/e1000e/igb/ixgb: don't txhang after link down by Jesse Brandeburg · 15 years ago
  40. cdbf0eb ixgb: Use generic MDIO definitions by Ben Hutchings · 15 years ago
  41. 4cb9be7 e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily by Jesse Brandeburg · 15 years ago
  42. 3a6d1bc ixgb: fix link down initial state by Jesse Brandeburg · 15 years ago
  43. 0ee904c drivers/net: replace BUG() with BUG_ON() if possible by Alexander Beregalov · 15 years ago
  44. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  45. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  46. fe52eeb ixgb: refactor tx path to use skb_dma_map/unmap by Alexander Duyck · 15 years ago
  47. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 15 years ago
  48. 2d5451d net: Fix warning fallout from recent NAPI interface changes. by David S. Miller · 16 years ago
  49. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  50. d276016 ixgb: cleanup link up/down messages by Jeff Kirsher · 16 years ago
  51. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  52. 0edc352 ixgb: convert to net_device_ops by Stephen Hemminger · 16 years ago
  53. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  54. 275f165 pci: use pci_ioremap_bar() in drivers/net by Arjan van de Ven · 16 years ago
  55. 23e55a3 ixgb: fix bug when freeing resources by Brandeburg, Jesse · 16 years ago
  56. b39d66a drivers/net: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  57. 78ed11a netdrv intel: always enable VLAN filtering except in promiscous mode by Patrick McHardy · 16 years ago
  58. 746b9f0 netdrv intel: disable VLAN filtering in promiscous mode by Patrick McHardy · 16 years ago
  59. f731a9e ixgb: update copyright dates and versions by Jesse Brandeburg · 16 years ago
  60. 6d37ab2 ixgb: make NAPI the only option and the default by Jesse Brandeburg · 16 years ago
  61. 2c21fc6 ixgb: cleanup header by Jesse Brandeburg · 16 years ago
  62. c219934 ixgb: audit use of dev_kfree_skb_any by Jesse Brandeburg · 16 years ago
  63. 9e7bd33 ixgb: clean up assignments inside if statements by Jesse Brandeburg · 16 years ago
  64. fc2d14e ixgb: rx cleanup performance improvements by Jesse Brandeburg · 16 years ago
  65. 8441dab ixgb: cleanup checkpatch suggestions that are relevant by Jesse Brandeburg · 16 years ago
  66. 1459336 ixgb: trivial fix space after for by Jesse Brandeburg · 16 years ago
  67. 52035bd ixgb: fix spelling errors by Jesse Brandeburg · 16 years ago
  68. 0060c07 ixgb: whitespace fixups by Jesse Brandeburg · 16 years ago
  69. 9a43299 ixgb: cleanup space after while by Jesse Brandeburg · 16 years ago
  70. 03f8304 ixgb: format all if( to be if ( by Jesse Brandeburg · 16 years ago
  71. 7490d71 ixgb: clean up un-necessary declarations by Jesse Brandeburg · 16 years ago
  72. d9fed18 ixgb: add copybreak parameter by Jesse Brandeburg · 16 years ago
  73. db58294 ixgb: remove lltx support and update tx routine by Jesse Brandeburg · 16 years ago
  74. 1257969 ixgb: fix unload race with timers by Jesse Brandeburg · 16 years ago
  75. b5ca88e ixgb: fix race on rx_buffer_len in mtu change by Jesse Brandeburg · 16 years ago
  76. 3433663 ixgb: move time stamp set before setting dma pointer by Jesse Brandeburg · 16 years ago
  77. a65a604 ixgb: don't allow too small MTU by Jesse Brandeburg · 16 years ago
  78. 72ab519 ixgb: check down state before enable irq by Jesse Brandeburg · 16 years ago
  79. a3dc3da ixgb: leave room for extra hardware memory usage by Jesse Brandeburg · 16 years ago
  80. 4360386 ixgb: fix bug in descriptor ring due to prefetch corruption by Jesse Brandeburg · 16 years ago
  81. e539e46 ixgb: repeat 32 bit ioremap cleanup by Jesse Brandeburg · 16 years ago
  82. 0f8ecba ixgb: maybe stop tx port missed a piece by Jesse Brandeburg · 16 years ago
  83. 38b2219 netdrv: don't truncate VLAN TCI with VLAN stripping by Patrick McHardy · 16 years ago
  84. 222441a ixgb: convert uint16_t style integers to u16 by Joe Perches · 16 years ago
  85. 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
  86. 9c61a9d ixgb: remove irq_sem by Jesse Brandeburg · 16 years ago
  87. a9340b8 ixgb: move externs out of .c files by Auke Kok · 16 years ago
  88. 446490c ixgb: convert boolean_t to bool by Joe Perches · 16 years ago
  89. bab2bce ixgb: add explicit state checking by Jesse Brandeburg · 16 years ago
  90. c7793ac ixgb: remove unused variable by Julia Lawall · 16 years ago
  91. ac0b350 ixgb: add RNBC counter - no buffer count - to ethtool stats by Auke Kok · 16 years ago
  92. 030ed68 replace code with FIELD_SIZEOF by Julia Lawall · 16 years ago
  93. 8b32e63 ixgb: enable sun hardware support for broadcom phy by Matheos Worku · 17 years ago
  94. a7df90a ixgb endianness annotations by Al Viro · 17 years ago
  95. 49d85c5 [NET]: Fix interrupt semaphore corruption in Intel drivers. by David S. Miller · 16 years ago
  96. 53e52c7 [NET]: Make ->poll() breakout consistent in Intel ethernet drivers. by David S. Miller · 17 years ago
  97. 4ec2411 [NET]: Do not check netif_running() and carrier state in ->poll() by David S. Miller · 17 years ago
  98. 3fd7131 ixgb: make sure jumbos stay enabled after reset by Matheos Worku · 17 years ago
  99. 19abe86 ixgb: fix TX hangs under heavy load by Auke Kok · 17 years ago
  100. 273dc74 ixgb: fix sparse warnings by Stephen Hemminger · 17 years ago