aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_fcoe.c
Commit message (Expand)AuthorAge
* ixgbe: Pass staterr instead of re-reading status and error bits from descriptorAlexander Duyck2011-07-22
* ixgbe: remove unused fcoe.tc field and fcoe_setapp()John Fastabend2011-06-25
* ixgbe: Add one function that handles most of context descriptor setupAlexander Duyck2011-06-25
* ixgbe: setup per CPU PCI pool for FCoE DDPVasu Dev2011-06-21
* ixgbe: do not clear FCoE DDP error status for received ABTSYi Zou2011-04-27
* ixgbe: DCB remove ixgbe_fcoe_getapp routineJohn Fastabend2011-03-12
* ixgbe: add support to FCoE DDP in target modeYi Zou2011-03-07
* ixgbe: cleanup copyright string for 2011Don Skidmore2011-03-03
* ixgbe: work around for DDP last buffer sizeAmir Hanania2011-02-17
* ixgbe: cleanup variable initializationDon Skidmore2011-02-08
* ixgbe: make sure FCoE DDP user buffers are really released by the HWYi Zou2010-11-16
* ixgbe: invalidate FCoE DDP context when no error status is availableYi Zou2010-11-16
* ixgbe: avoid doing FCoE DDP when adapter is DOWN or RESETTINGYi Zou2010-11-16
* ixgbe: add a refcnt when turning on/off FCoE offload capabilityYi Zou2010-10-21
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-02
* ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck2010-08-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: use netif_<level> instead of netdev_<level>Emil Tantilov2010-07-05
* ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov2010-06-03
* ixgbe: remove some redundant code in setting FCoE FIP filterYi Zou2010-05-18
* ixgbe: fix wrong offset to fc_frame_header in ixgbe_fcoe_ddpYi Zou2010-05-18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* ixgbe: filter FIP frames into the FCoE offload queuesChris Leech2010-03-26
* ixgbe: Don't allow user buffer count to exceed 256Robert Love2010-03-26
* ixgbe: fix for real_num_tx_queues update issueVasu Dev2010-03-20
* ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz2010-02-03
* ixgbe: update copyright datesShannon Nelson2010-01-13
* ixgbe: use known user priority for FCoE when DCB is enabledYi Zou2009-12-03
* ixgbe: Add support for netdev_ops.ndo_fcoe_get_wwn to 82599Yi Zou2009-10-29
* ixgbe: Add support for using FCoE DDP in 82599 as FCoE targetsYi Zou2009-09-03
* ixgbe: Add support for dcbnl_rtnl_ops.setapp/getappYi Zou2009-09-01
* ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599Yi Zou2009-09-01
* ixgbe: Do not return 0 in ixgbe_fcoe_ddp() upon FCP_RSP in DDP completionYi Zou2009-08-13
* convert some DMA_nnBIT_MASK() callersAndrew Morton2009-06-19
* ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599Yi Zou2009-06-09
* ixgbe: Enable FCoE redirection table feature in 82599Yi Zou2009-05-18
* ixgbe: Add infrastructure code for FCoE large receive offload to 82599Yi Zou2009-05-17
* ixgbe: Add infrastructure code for FCoE large send offload to 82599Yi Zou2009-05-17
* ixgbe: Add FCoE feature code to 82599Yi Zou2009-05-17