summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Look inside vlan when determining offload protocol.Hao Zheng2010-11-121-28/+32
* ixgbe: DCB, fix TX hang occurring in stress condition with PFCJohn Fastabend2010-10-281-2/+10
* ixgbe: fix stats handlingEric Dumazet2010-10-211-3/+37
* ixgbe: Update ixgbe to use new vlan accleration.Jesse Gross2010-10-211-77/+60
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-1/+1
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-211-1/+1
* ixgbe: DCB: remove DCB check configJohn Fastabend2010-10-151-1/+0
* ixgbe: Use affinity_hint when Flow Director is enabledPeter Waskiewicz2010-10-071-0/+25
* ixgbe: fix link issues and panic with shared interrupts for 82598Emil Tantilov2010-10-011-10/+26
* ixgbe: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings2010-09-281-5/+11
* drivers/net: return operator cleanupEric Dumazet2010-09-271-1/+1
* e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou2010-09-231-1/+3
* drivers/net/ixgbe/ixgbe_main.c: Add ixgbe_psumJoe Perches2010-09-081-146/+151
* drivers/net/ixgbe/ixgbe_main.c: Use pr_<level>Joe Perches2010-09-081-38/+36
* drivers/net/ixgbe/ixgbe_main.c: Checkpatch cleanupsJoe Perches2010-09-081-231/+236
* ixgbe: fix TX ring enable issues seen when VMDQ is enabledAlexander Duyck2010-09-081-1/+1
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-031-1/+1
* 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-201-18/+31
* ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck2010-08-201-12/+12
* 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/+30
* 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-201-43/+48
* 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/+4
* ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_modeAlexander Duyck2010-08-201-7/+6
* 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/+43
* ixgbe: move Tx ring configuration into a separate functionAlexander Duyck2010-08-201-40/+29
* 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/+6
* ixgbe: move setting of GSO size for 82598 into ixgbe_configure_dcbAlexander Duyck2010-08-201-11/+10
* ixgbe: remove redundant DMA alignment codeAlexander Duyck2010-08-201-12/+12
* 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 version string for ixgbeDon Skidmore2010-07-201-1/+1
* | ixgbe: properly toggling netdev feature flags when disabling FCoEYi Zou2010-07-201-0/+5
* | ixgbe: drop support for UDP in RSS hash generationAlexander Duyck2010-07-201-3/+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