summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe
AgeCommit message (Expand)Author
2010-11-16ixgbe: Disable RSC when ITR setting is too high to allow RSCAlexander Duyck
2010-11-16ixgbe: cleanup race conditions in link setupAlexander Duyck
2010-11-16ixgbe: add a state flags to ringAlexander Duyck
2010-11-16ixgbe: move CPU variable from ring into q_vector, add ring->q_vectorAlexander Duyck
2010-11-16ixgbe: move adapter into pci_dev driver data instead of netdevAlexander Duyck
2010-11-16ixgbe: remove residual code left over from earlier combining of TXDCTLAlexander Duyck
2010-11-16ixgbe: move ixgbe_clear_interrupt_scheme to before pci_save_stateAlexander Duyck
2010-11-16ixgbe: add a netdev pointer to the ring structureAlexander Duyck
2010-11-16ixgbe: combine some stats into a union to allow for Tx/Rx stats overlapAlexander Duyck
2010-11-16ixgbe: move device pointer into the ring structureAlexander Duyck
2010-11-16ixgbe: drop ring->head, make ring->tail a pointer instead of offsetAlexander Duyck
2010-11-16ixgbe: cleanup ixgbe_alloc_rx_buffersAlexander Duyck
2010-11-16ixgbe: move GSO segments and byte count processing into ixgbe_tx_mapAlexander Duyck
2010-11-16ixgbe: remove unnecessary re-init of adapter on Rx-csum changeAlexander Duyck
2010-11-16ixgbe: DCB: credit max only needs to be gt TSO size for 82598John Fastabend
2010-11-16ixgbe: DCB set PFC high and low water marks per data sheet specsJohn Fastabend
2010-11-16ixgbe: delay rx_ring freeingEric Dumazet
2010-11-15drivers/net/ixgbe: Remove unnecessary semicolonsJoe Perches
2010-11-12ixgbe: Look inside vlan when determining offload protocol.Hao Zheng
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-28ixgbe: DCB, fix TX hang occurring in stress condition with PFCJohn Fastabend
2010-10-21ixgbe: add a refcnt when turning on/off FCoE offload capabilityYi Zou
2010-10-21ixgbe: fix stats handlingEric Dumazet
2010-10-21ixgbe: update copyright infoEmil Tantilov
2010-10-21ixgbe: Update ixgbe to use new vlan accleration.Jesse Gross
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross
2010-10-15ixgbe: DCB: remove DCB check configJohn Fastabend
2010-10-14ixgbe: declare functions as staticEmil Tantilov
2010-10-14ixgbe: remove unused functionsEmil Tantilov
2010-10-06ixgbe: Use affinity_hint when Flow Director is enabledPeter Waskiewicz
2010-09-30ixgbe: fix link issues and panic with shared interrupts for 82598Emil Tantilov
2010-09-27ixgbe: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-09-22e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou
2010-09-17ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings
2010-09-08drivers/net/ixgbe/ixgbe_main.c: Add ixgbe_psumJoe Perches
2010-09-08drivers/net/ixgbe/ixgbe_main.c: Use pr_<level>Joe Perches
2010-09-08drivers/net/ixgbe/ixgbe_main.c: Checkpatch cleanupsJoe Perches
2010-09-08ixgbe: fix TX ring enable issues seen when VMDQ is enabledAlexander Duyck
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches
2010-08-19ixgbe: rewrite ethtool test to use standard config functionsAlexander Duyck
2010-08-19ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck
2010-08-19ixgbe: combine Rx into into ixgbe_configure_rxAlexander Duyck
2010-08-19ixgbe: pull all Tx init into ixgbe_configure_txAlexander Duyck
2010-08-19ixgbe: move all GPIE register config into a single functionAlexander Duyck
2010-08-19ixgbe: Move virtualization config into a separate functionAlexander Duyck
2010-08-19ixgbe: move all Rx DMA control register writes to one central locationAlexander Duyck
2010-08-19ixgbe: Move max frame size and Rx buffer length configuration into a functionAlexander Duyck