aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe
Commit message (Expand)AuthorAge
* ixgbe: fix link issues and panic with shared interrupts for 82598Emil Tantilov2010-09-30
* ixgbe: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings2010-09-28
* drivers/net: return operator cleanupEric Dumazet2010-09-26
* e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou2010-09-23
* ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings2010-09-17
* drivers/net/ixgbe/ixgbe_main.c: Add ixgbe_psumJoe Perches2010-09-08
* drivers/net/ixgbe/ixgbe_main.c: Use pr_<level>Joe Perches2010-09-08
* drivers/net/ixgbe/ixgbe_main.c: Checkpatch cleanupsJoe Perches2010-09-08
* ixgbe: fix TX ring enable issues seen when VMDQ is enabledAlexander Duyck2010-09-08
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-02
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-25
* ixgbe: rewrite ethtool test to use standard config functionsAlexander Duyck2010-08-19
* ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck2010-08-19
* ixgbe: combine Rx into into ixgbe_configure_rxAlexander Duyck2010-08-19
* ixgbe: pull all Tx init into ixgbe_configure_txAlexander Duyck2010-08-19
* ixgbe: move all GPIE register config into a single functionAlexander Duyck2010-08-19
* ixgbe: Move virtualization config into a separate functionAlexander Duyck2010-08-19
* ixgbe: move all Rx DMA control register writes to one central locationAlexander Duyck2010-08-19
* ixgbe: Move max frame size and Rx buffer length configuration into a functionAlexander Duyck2010-08-19
* ixgbe: remove redundant configuration of vmolr, rename generic variableAlexander Duyck2010-08-19
* ixgbe: bump PS header size to 512 bytesAlexander Duyck2010-08-19
* ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_modeAlexander Duyck2010-08-19
* ixgbe: pull PSRTYPE configuration into a separate functionAlexander Duyck2010-08-19
* ixgbe: pull ring configuration into it's own functionAlexander Duyck2010-08-19
* ixgbe: consolidate all setting of MRQC into one functionAlexander Duyck2010-08-19
* ixgbe: move Tx ring configuration into a separate functionAlexander Duyck2010-08-19
* ixgbe: move configuration of the MTQC register into it's own functionAlexander Duyck2010-08-19
* ixgbe: combine two modifications of TXDCTL into oneAlexander Duyck2010-08-19
* ixgbe: move setting of GSO size for 82598 into ixgbe_configure_dcbAlexander Duyck2010-08-19
* ixgbe: remove redundant DMA alignment codeAlexander Duyck2010-08-19
* ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundariesDon Skidmore2010-08-19
* e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher2010-08-08
* ixgbe: fix build error with FCOE_CONFIG without DCB_CONFIGJohn Fastabend2010-08-08
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-28
|\
| * ixgbe/igb: catch invalid VF settingsAndy Gospodarek2010-07-21
* | ixgbe: potential null dereferenceDan Carpenter2010-07-27
* | ixgbe: priority tagging FCoE frames without FCoE offloadJohn Fastabend2010-07-27
* | ixgbe: fix ethtool statsEric Dumazet2010-07-24
* | ixgbe: fix version string for ixgbeDon Skidmore2010-07-19
* | ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma poolYi Zou2010-07-19
* | ixgbe: properly toggling netdev feature flags when disabling FCoEYi Zou2010-07-19
* | ixgbe: drop support for UDP in RSS hash generationAlexander Duyck2010-07-19
* | ixgbe: dcb, set DPF bit when PFC is enabledJohn Fastabend2010-07-19
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-07
|\|
| * net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-03
| * ixgbe: skip non IPv4 packets in ATR filterGuillaume Gaudonville2010-06-30
| * ixgbe: disable tx engine before disabling tx laserJohn Fastabend2010-06-30
| * ixgbe: fix panic when shutting down system with WoL enabledAndy Gospodarek2010-06-30
* | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-07
* | ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov2010-07-05