aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/ixgbe_fcoe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-836/+0
2011-07-21ixgbe: Pass staterr instead of re-reading status and error bits from descriptorAlexander Duyck1-29/+6
2011-06-25ixgbe: remove unused fcoe.tc field and fcoe_setapp()John Fastabend1-54/+0
2011-06-25ixgbe: Add one function that handles most of context descriptor setupAlexander Duyck1-54/+31
2011-06-21ixgbe: setup per CPU PCI pool for FCoE DDPVasu Dev1-30/+75
2011-04-27ixgbe: do not clear FCoE DDP error status for received ABTSYi Zou1-2/+2
2011-03-12ixgbe: DCB remove ixgbe_fcoe_getapp routineJohn Fastabend1-15/+0
2011-03-07ixgbe: add support to FCoE DDP in target modeYi Zou1-12/+74
2011-03-03ixgbe: cleanup copyright string for 2011Don Skidmore1-1/+1
2011-02-17ixgbe: work around for DDP last buffer sizeAmir Hanania1-1/+50
2011-02-08ixgbe: cleanup variable initializationDon Skidmore1-1/+1
2010-11-16ixgbe: make sure FCoE DDP user buffers are really released by the HWYi Zou1-0/+8
2010-11-16ixgbe: invalidate FCoE DDP context when no error status is availableYi Zou1-1/+1
2010-11-16ixgbe: avoid doing FCoE DDP when adapter is DOWN or RESETTINGYi Zou1-0/+5
2010-10-21ixgbe: add a refcnt when turning on/off FCoE offload capabilityYi Zou1-0/+6
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-2/+3
2010-08-19ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck1-1/+1
2010-07-19ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma poolYi Zou1-1/+1
2010-07-19ixgbe: properly toggling netdev feature flags when disabling FCoEYi Zou1-13/+6
2010-07-05ixgbe: use netif_<level> instead of netdev_<level>Emil Tantilov1-13/+13
2010-06-03ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov1-19/+16
2010-05-18ixgbe: remove some redundant code in setting FCoE FIP filterYi Zou1-6/+0
2010-05-18ixgbe: fix wrong offset to fc_frame_header in ixgbe_fcoe_ddpYi Zou1-4/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26ixgbe: filter FIP frames into the FCoE offload queuesChris Leech1-0/+15
2010-03-26ixgbe: Don't allow user buffer count to exceed 256Robert Love1-8/+10
2010-03-19ixgbe: fix for real_num_tx_queues update issueVasu Dev1-3/+3
2010-02-03ixgbe: Make descriptor ring allocations NUMA-awarePJ Waskiewicz1-2/+2
2010-01-13ixgbe: update copyright datesShannon Nelson1-1/+1
2009-12-03ixgbe: use known user priority for FCoE when DCB is enabledYi Zou1-13/+17
2009-10-29ixgbe: Add support for netdev_ops.ndo_fcoe_get_wwn to 82599Yi Zou1-0/+46
2009-09-03ixgbe: Add support for using FCoE DDP in 82599 as FCoE targetsYi Zou1-1/+7
2009-09-01ixgbe: Add support for dcbnl_rtnl_ops.setapp/getappYi Zou1-0/+64
2009-09-01ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599Yi Zou1-0/+94
2009-08-13ixgbe: Do not return 0 in ixgbe_fcoe_ddp() upon FCP_RSP in DDP completionYi Zou1-1/+1
2009-06-19convert some DMA_nnBIT_MASK() callersAndrew Morton1-1/+1
2009-06-09ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599Yi Zou1-1/+5
2009-05-17ixgbe: Enable FCoE redirection table feature in 82599Yi Zou1-4/+24
2009-05-17ixgbe: Add infrastructure code for FCoE large receive offload to 82599Yi Zou1-0/+340
2009-05-17ixgbe: Add infrastructure code for FCoE large send offload to 82599Yi Zou1-0/+132
2009-05-17ixgbe: Add FCoE feature code to 82599Yi Zou1-0/+60