summaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: add a refcnt when turning on/off FCoE offload capabilityYi Zou2010-10-212-0/+7
* ixgbe: fix stats handlingEric Dumazet2010-10-213-16/+56
* ixgbe: update copyright infoEmil Tantilov2010-10-214-4/+4
* ixgbe: Update ixgbe to use new vlan accleration.Jesse Gross2010-10-213-79/+74Star
* 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/+0Star
* ixgbe: declare functions as staticEmil Tantilov2010-10-1411-86/+40Star
* ixgbe: remove unused functionsEmil Tantilov2010-10-148-555/+0Star
* ixgbe: Use affinity_hint when Flow Director is enabledPeter Waskiewicz2010-10-072-0/+27
* 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-272-4/+4
* e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flagsYi Zou2010-09-231-1/+3
* ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings2010-09-181-43/+14Star
* 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/+36Star
* 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-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