1. 8ad494b ixgbe: move GSO segments and byte count processing into ixgbe_tx_map by Alexander Duyck · 14 years ago
  2. 4c0ec65 ixgbe: remove unnecessary re-init of adapter on Rx-csum change by Alexander Duyck · 14 years ago
  3. 80ab193 ixgbe: DCB: credit max only needs to be gt TSO size for 82598 by John Fastabend · 14 years ago
  4. 16b61be ixgbe: DCB set PFC high and low water marks per data sheet specs by John Fastabend · 14 years ago
  5. 1a51502 ixgbe: delay rx_ring freeing by Eric Dumazet · 14 years ago
  6. e81a1ba drivers/net/ixgbe: Remove unnecessary semicolons by Joe Perches · 14 years ago
  7. 5e09a10 ixgbe: Look inside vlan when determining offload protocol. by Hao Zheng · 14 years ago
  8. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  9. 9806307 ixgbe: DCB, fix TX hang occurring in stress condition with PFC by John Fastabend · 14 years ago
  10. 27ab760 ixgbe: add a refcnt when turning on/off FCoE offload capability by Yi Zou · 14 years ago
  11. de1036b ixgbe: fix stats handling by Eric Dumazet · 14 years ago
  12. 3a338cb ixgbe: update copyright info by Emil Tantilov · 14 years ago
  13. f62bbb5 ixgbe: Update ixgbe to use new vlan accleration. by Jesse Gross · 14 years ago
  14. eab6d18 vlan: Don't check for vlan group before vlan_tx_tag_present. by Jesse Gross · 14 years ago
  15. b738127 vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. by Jesse Gross · 14 years ago
  16. 7662ff4 ixgbe: DCB: remove DCB check config by John Fastabend · 14 years ago
  17. 5d5b7c3 ixgbe: declare functions as static by Emil Tantilov · 14 years ago
  18. f32f837 ixgbe: remove unused functions by Emil Tantilov · 14 years ago
  19. b25ebfd ixgbe: Use affinity_hint when Flow Director is enabled by Peter Waskiewicz · 14 years ago
  20. 6af3b9e ixgbe: fix link issues and panic with shared interrupts for 82598 by Emil Tantilov · 14 years ago
  21. 847f53f ixgbe: Use netif_set_real_num_{rx,tx}_queues() by Ben Hutchings · 14 years ago
  22. 807540b drivers/net: return operator cleanup by Eric Dumazet · 14 years ago
  23. 7b872a5 e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags by Yi Zou · 14 years ago
  24. be2902d ethtool, ixgbe: Move RX n-tuple mask fixup to ethtool by Ben Hutchings · 14 years ago
  25. 7ca647b drivers/net/ixgbe/ixgbe_main.c: Add ixgbe_psum by Joe Perches · 14 years ago
  26. c768957 drivers/net/ixgbe/ixgbe_main.c: Use pr_<level> by Joe Perches · 14 years ago
  27. e8e9f69 drivers/net/ixgbe/ixgbe_main.c: Checkpatch cleanups by Joe Perches · 14 years ago
  28. 933d41f ixgbe: fix TX ring enable issues seen when VMDQ is enabled by Alexander Duyck · 14 years ago
  29. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  30. c061b18 drivers/net: Remove address use from assignments of function pointers by Joe Perches · 14 years ago
  31. 84418e3 ixgbe: rewrite ethtool test to use standard config functions by Alexander Duyck · 14 years ago
  32. 31f05a2 ixgbe: update all DESC_ADV macros to accept a ring pointer by Alexander Duyck · 14 years ago
  33. 9e10e04 ixgbe: combine Rx into into ixgbe_configure_rx by Alexander Duyck · 14 years ago
  34. 2f1860b ixgbe: pull all Tx init into ixgbe_configure_tx by Alexander Duyck · 14 years ago
  35. a34bcff ixgbe: move all GPIE register config into a single function by Alexander Duyck · 14 years ago
  36. f5b4a52 ixgbe: Move virtualization config into a separate function by Alexander Duyck · 14 years ago
  37. 7367096 ixgbe: move all Rx DMA control register writes to one central location by Alexander Duyck · 14 years ago
  38. 477de6e ixgbe: Move max frame size and Rx buffer length configuration into a function by Alexander Duyck · 14 years ago
  39. 826437d ixgbe: remove redundant configuration of vmolr, rename generic variable by Alexander Duyck · 14 years ago
  40. 1395807 ixgbe: bump PS header size to 512 bytes by Alexander Duyck · 14 years ago
  41. f5dc442 ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_mode by Alexander Duyck · 14 years ago
  42. 4865452 ixgbe: pull PSRTYPE configuration into a separate function by Alexander Duyck · 14 years ago
  43. acd3717 ixgbe: pull ring configuration into it's own function by Alexander Duyck · 14 years ago
  44. 05abb12 ixgbe: consolidate all setting of MRQC into one function by Alexander Duyck · 14 years ago
  45. 43e69bf ixgbe: move Tx ring configuration into a separate function by Alexander Duyck · 14 years ago
  46. 120ff94 ixgbe: move configuration of the MTQC register into it's own function by Alexander Duyck · 14 years ago
  47. 179b409 ixgbe: combine two modifications of TXDCTL into one by Alexander Duyck · 14 years ago
  48. 67ebd79 ixgbe: move setting of GSO size for 82598 into ixgbe_configure_dcb by Alexander Duyck · 14 years ago
  49. d716a7d ixgbe: remove redundant DMA alignment code by Alexander Duyck · 14 years ago
  50. 083fc58 ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundaries by Don Skidmore · 14 years ago
  51. 2d0bb1c e100/e1000*/igb*/ixgb*: Add missing read memory barrier by Jeff Kirsher · 14 years ago
  52. 4bc091d ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIG by John Fastabend · 14 years ago
  53. bb7e95c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  54. b8bc042 ixgbe: potential null dereference by Dan Carpenter · 14 years ago
  55. 56075a9 ixgbe: priority tagging FCoE frames without FCoE offload by John Fastabend · 14 years ago
  56. 55bad82 ixgbe: fix ethtool stats by Eric Dumazet · 14 years ago
  57. bded64a ixgbe/igb: catch invalid VF settings by Andy Gospodarek · 14 years ago
  58. 99faf68 ixgbe: fix version string for ixgbe by Don Skidmore · 14 years ago
  59. 5575044 ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma pool by Yi Zou · 14 years ago
  60. 5e09d7f ixgbe: properly toggling netdev feature flags when disabling FCoE by Yi Zou · 14 years ago
  61. d6ea7c9 ixgbe: drop support for UDP in RSS hash generation by Alexander Duyck · 14 years ago
  62. fca562a ixgbe: dcb, set DPF bit when PFC is enabled by John Fastabend · 14 years ago
  63. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  64. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  65. 396e799 ixgbe: use netif_<level> instead of netdev_<level> by Emil Tantilov · 14 years ago
  66. f0796d5 net: decreasing real_num_tx_queues needs to flush qdisc by John Fastabend · 14 years ago
  67. 0a17d8c ixgbe: use NETIF_F_LRO by Stanislaw Gruszka · 14 years ago
  68. cb836a9 ixgbe: add 1g PHY support for 82599 by Don Skidmore · 14 years ago
  69. 1437ce3 ethtool: Change ethtool_op_set_flags to validate flags by Ben Hutchings · 14 years ago
  70. d3ead24 ixgbe: skip non IPv4 packets in ATR filter by Guillaume Gaudonville · 14 years ago
  71. 9f756f0 ixgbe: disable tx engine before disabling tx laser by John Fastabend · 14 years ago
  72. fa37813 ixgbe: fix panic when shutting down system with WoL enabled by Andy Gospodarek · 14 years ago
  73. 8244132 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  74. 7567250 ixgbe: add comment on SFP+ ID for Active DA by Don Skidmore · 14 years ago
  75. 2850062 ixgbe: update set_rx_mode to fix issues w/ macvlan by Alexander Duyck · 14 years ago
  76. 6b08f51 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  77. 28c8e47 ixgbe: fix automatic LRO/RSC settings for low latency by Andy Gospodarek · 14 years ago
  78. d08935c ixgbe: fix for race with 8259(8|9) during shutdown by Don Skidmore · 14 years ago
  79. eedc765 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  80. ca73948 ixgbe: only check pfc bits in hang logic if pfc is enabled by John Fastabend · 14 years ago
  81. 849c454 ixgbe: Use netdev_<level>, dev_<level>, pr_<level> by Emil Tantilov · 14 years ago
  82. a1868dc ixgbe: return IXGBE_ERR_RAR_INDEX when out of range by Jeff Kirsher · 14 years ago
  83. 119fc60 ixgbe:add support for a new 82599 10G Base-T device by Mallikarjuna R Chilakala · 14 years ago
  84. ea0a04d ixgbe: add support for active DA cables by Don Skidmore · 14 years ago
  85. 33c66bd ixgbe: dcb, do not tag tc_prio_control frames by John Fastabend · 14 years ago
  86. 7483d9d ixgbe: fix ixgbe_tx_is_paused logic by John Fastabend · 14 years ago
  87. 38e0bd9 ixgbe: always enable vlan strip/insert when DCB is enabled by Yi Zou · 14 years ago
  88. 497f683 ixgbe: remove some redundant code in setting FCoE FIP filter by Yi Zou · 14 years ago
  89. be5d507 ixgbe: fix wrong offset to fc_frame_header in ixgbe_fcoe_ddp by Yi Zou · 14 years ago
  90. 0b746e0 ixgbe: fix header len when unsplit packet overflows to data buffer by Shannon Nelson · 14 years ago
  91. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  92. 21ce849 ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardware by Mallikarjuna R Chilakala · 14 years ago
  93. e8171aa ixgbe: Use bool flag to see if the packet unmapping is delayed in HWRSC by Mallikarjuna R Chilakala · 14 years ago
  94. e433ea1 ixgbe: fix setting of promisc mode when using mac-vlans by Emil Tantilov · 14 years ago
  95. 8a07a22 ixgbe: Streamline MC filter setup for VFs by Greg Rose · 14 years ago
  96. 7342291 ixgbe: Remove unneeded register writes in VF VLAN setup by Greg Rose · 14 years ago
  97. 7f01648 ixgbe: Add support for VF MAC and VLAN configuration by Greg Rose · 14 years ago
  98. f041277 ixgbe: Add boolean parameter to ixgbe_set_vmolr by Greg Rose · 14 years ago
  99. 26d2784 Revert "ixgbe: disable MSI-X by default on certain Cisco adapters" by David S. Miller · 14 years ago
  100. d5ffd75 ixgbe: disable MSI-X by default on certain Cisco adapters by Nicholas Nunley · 14 years ago