aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_fcoe.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: do not clear FCoE DDP error status for received ABTSYi Zou2011-04-271-2/+2
* ixgbe: DCB remove ixgbe_fcoe_getapp routineJohn Fastabend2011-03-121-15/+0
* ixgbe: add support to FCoE DDP in target modeYi Zou2011-03-071-12/+74
* ixgbe: cleanup copyright string for 2011Don Skidmore2011-03-031-1/+1
* ixgbe: work around for DDP last buffer sizeAmir Hanania2011-02-171-1/+50
* ixgbe: cleanup variable initializationDon Skidmore2011-02-081-1/+1
* ixgbe: make sure FCoE DDP user buffers are really released by the HWYi Zou2010-11-161-0/+8
* ixgbe: invalidate FCoE DDP context when no error status is availableYi Zou2010-11-161-1/+1
* ixgbe: avoid doing FCoE DDP when adapter is DOWN or RESETTINGYi Zou2010-11-161-0/+5
* ixgbe: add a refcnt when turning on/off FCoE offload capabilityYi Zou2010-10-211-0/+6
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-2/+3
* ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck2010-08-191-1/+1
* ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma poolYi Zou2010-07-191-1/+1
* ixgbe: properly toggling netdev feature flags when disabling FCoEYi Zou2010-07-191-13/+6
* ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov2010-07-051-13/+13
* ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov2010-06-031-19/+16
* ixgbe: remove some redundant code in setting FCoE FIP filterYi Zou2010-05-181-6/+0
* ixgbe: fix wrong offset to fc_frame_header in ixgbe_fcoe_ddpYi Zou2010-05-181-4/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ixgbe: filter FIP frames into the FCoE offload queuesChris Leech2010-03-261-0/+15
* ixgbe: Don't allow user buffer count to exceed 256Robert Love2010-03-261-8/+10
* ixgbe: fix for real_num_tx_queues update issueVasu Dev2010-03-191-3/+3
* ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz2010-02-031-2/+2
* ixgbe: update copyright datesShannon Nelson2010-01-131-1/+1
* ixgbe: use known user priority for FCoE when DCB is enabledYi Zou2009-12-031-13/+17
* ixgbe: Add support for netdev_ops.ndo_fcoe_get_wwn to 82599Yi Zou2009-10-291-0/+46
* ixgbe: Add support for using FCoE DDP in 82599 as FCoE targetsYi Zou2009-09-031-1/+7
* ixgbe: Add support for dcbnl_rtnl_ops.setapp/getappYi Zou2009-09-011-0/+64
* ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599Yi Zou2009-09-011-0/+94
* ixgbe: Do not return 0 in ixgbe_fcoe_ddp() upon FCP_RSP in DDP completionYi Zou2009-08-131-1/+1
* convert some DMA_nnBIT_MASK() callersAndrew Morton2009-06-191-1/+1
* ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599Yi Zou2009-06-091-1/+5
* ixgbe: Enable FCoE redirection table feature in 82599Yi Zou2009-05-171-4/+24
* ixgbe: Add infrastructure code for FCoE large receive offload to 82599Yi Zou2009-05-171-0/+340
* ixgbe: Add infrastructure code for FCoE large send offload to 82599Yi Zou2009-05-171-0/+132
* ixgbe: Add FCoE feature code to 82599Yi Zou2009-05-171-0/+60