summaryrefslogtreecommitdiff
path: root/drivers/net/ixgbe
AgeCommit message (Expand)Author
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
2010-08-19ixgbe: remove redundant configuration of vmolr, rename generic variableAlexander Duyck
2010-08-19ixgbe: bump PS header size to 512 bytesAlexander Duyck
2010-08-19ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_modeAlexander Duyck
2010-08-19ixgbe: pull PSRTYPE configuration into a separate functionAlexander Duyck
2010-08-19ixgbe: pull ring configuration into it's own functionAlexander Duyck
2010-08-19ixgbe: consolidate all setting of MRQC into one functionAlexander Duyck
2010-08-19ixgbe: move Tx ring configuration into a separate functionAlexander Duyck
2010-08-19ixgbe: move configuration of the MTQC register into it's own functionAlexander Duyck
2010-08-19ixgbe: combine two modifications of TXDCTL into oneAlexander Duyck
2010-08-19ixgbe: move setting of GSO size for 82598 into ixgbe_configure_dcbAlexander Duyck
2010-08-19ixgbe: remove redundant DMA alignment codeAlexander Duyck
2010-08-19ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundariesDon Skidmore
2010-08-09e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher
2010-08-09ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIGJohn Fastabend
2010-07-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-28ixgbe: potential null dereferenceDan Carpenter
2010-07-27ixgbe: priority tagging FCoE frames without FCoE offloadJohn Fastabend
2010-07-25ixgbe: fix ethtool statsEric Dumazet
2010-07-21ixgbe/igb: catch invalid VF settingsAndy Gospodarek
2010-07-20ixgbe: fix version string for ixgbeDon Skidmore
2010-07-20ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma poolYi Zou
2010-07-20ixgbe: properly toggling netdev feature flags when disabling FCoEYi Zou
2010-07-20ixgbe: drop support for UDP in RSS hash generationAlexander Duyck
2010-07-20ixgbe: dcb, set DPF bit when PFC is enabledJohn Fastabend
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-07-06ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov
2010-07-03net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend
2010-07-02ixgbe: use NETIF_F_LROStanislaw Gruszka
2010-06-30ixgbe: add 1g PHY support for 82599Don Skidmore
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings
2010-06-30ixgbe: skip non IPv4 packets in ATR filterGuillaume Gaudonville
2010-06-30ixgbe: disable tx engine before disabling tx laserJohn Fastabend
2010-06-30ixgbe: fix panic when shutting down system with WoL enabledAndy Gospodarek
2010-06-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-16ixgbe: add comment on SFP+ ID for Active DADon Skidmore
2010-06-15ixgbe: update set_rx_mode to fix issues w/ macvlanAlexander Duyck
2010-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-14ixgbe: fix automatic LRO/RSC settings for low latencyAndy Gospodarek
2010-06-14ixgbe: fix for race with 8259(8|9) during shutdownDon Skidmore
2010-06-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller