summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-032-3/+4
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-261-2/+2
* ixgbe: rewrite ethtool test to use standard config functionsAlexander Duyck2010-08-203-253/+169Star
* ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck2010-08-204-18/+18
* ixgbe: combine Rx into into ixgbe_configure_rxAlexander Duyck2010-08-201-57/+95
* ixgbe: pull all Tx init into ixgbe_configure_txAlexander Duyck2010-08-201-39/+52
* ixgbe: move all GPIE register config into a single functionAlexander Duyck2010-08-201-42/+30Star
* ixgbe: Move virtualization config into a separate functionAlexander Duyck2010-08-201-38/+46
* ixgbe: move all Rx DMA control register writes to one central locationAlexander Duyck2010-08-202-43/+50
* ixgbe: Move max frame size and Rx buffer length configuration into a functionAlexander Duyck2010-08-201-48/+60
* ixgbe: remove redundant configuration of vmolr, rename generic variableAlexander Duyck2010-08-201-7/+4Star
* ixgbe: bump PS header size to 512 bytesAlexander Duyck2010-08-201-4/+9
* ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_modeAlexander Duyck2010-08-201-7/+6Star
* ixgbe: pull PSRTYPE configuration into a separate functionAlexander Duyck2010-08-201-11/+25
* ixgbe: pull ring configuration into it's own functionAlexander Duyck2010-08-201-13/+20
* ixgbe: consolidate all setting of MRQC into one functionAlexander Duyck2010-08-201-57/+43Star
* ixgbe: move Tx ring configuration into a separate functionAlexander Duyck2010-08-201-40/+29Star
* ixgbe: move configuration of the MTQC register into it's own functionAlexander Duyck2010-08-201-33/+40
* ixgbe: combine two modifications of TXDCTL into oneAlexander Duyck2010-08-201-12/+6Star
* ixgbe: move setting of GSO size for 82598 into ixgbe_configure_dcbAlexander Duyck2010-08-201-11/+10Star
* ixgbe: remove redundant DMA alignment codeAlexander Duyck2010-08-201-12/+12
* ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundariesDon Skidmore2010-08-201-10/+13
* e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher2010-08-091-0/+1
* ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIGJohn Fastabend2010-08-091-4/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-281-0/+9
|\
| * ixgbe/igb: catch invalid VF settingsAndy Gospodarek2010-07-211-0/+9
* | ixgbe: potential null dereferenceDan Carpenter2010-07-281-3/+4
* | ixgbe: priority tagging FCoE frames without FCoE offloadJohn Fastabend2010-07-271-21/+24
* | ixgbe: fix ethtool statsEric Dumazet2010-07-251-21/+21
* | ixgbe: fix version string for ixgbeDon Skidmore2010-07-201-1/+1
* | ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma poolYi Zou2010-07-201-1/+1
* | ixgbe: properly toggling netdev feature flags when disabling FCoEYi Zou2010-07-202-13/+11Star
* | ixgbe: drop support for UDP in RSS hash generationAlexander Duyck2010-07-201-3/+1Star
* | ixgbe: dcb, set DPF bit when PFC is enabledJohn Fastabend2010-07-201-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-081-7/+10
|\|
| * net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-031-1/+1
| * ixgbe: skip non IPv4 packets in ATR filterGuillaume Gaudonville2010-06-301-1/+3
| * ixgbe: disable tx engine before disabling tx laserJohn Fastabend2010-06-301-4/+4
| * ixgbe: fix panic when shutting down system with WoL enabledAndy Gospodarek2010-06-301-1/+2
* | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-3/+5
* | ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov2010-07-067-86/+89
* | ixgbe: use NETIF_F_LROStanislaw Gruszka2010-07-021-1/+1
* | ixgbe: add 1g PHY support for 82599Don Skidmore2010-06-305-4/+52
* | ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-301-1/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-241-0/+2
|\|
| * ixgbe: add comment on SFP+ ID for Active DADon Skidmore2010-06-161-0/+2
* | ixgbe: update set_rx_mode to fix issues w/ macvlanAlexander Duyck2010-06-153-26/+79
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-152-28/+11Star
|\|
| * ixgbe: fix automatic LRO/RSC settings for low latencyAndy Gospodarek2010-06-141-29/+8Star
| * ixgbe: fix for race with 8259(8|9) during shutdownDon Skidmore2010-06-141-0/+4