index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ixgbe
/
ixgbe_fcoe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-11
intel: Move the Intel wired LAN drivers
Jeff Kirsher
1
-836
/
+0
2011-07-22
ixgbe: Pass staterr instead of re-reading status and error bits from descriptor
Alexander Duyck
1
-29
/
+6
2011-06-25
ixgbe: remove unused fcoe.tc field and fcoe_setapp()
John Fastabend
1
-54
/
+0
2011-06-25
ixgbe: Add one function that handles most of context descriptor setup
Alexander Duyck
1
-54
/
+31
2011-06-21
ixgbe: setup per CPU PCI pool for FCoE DDP
Vasu Dev
1
-30
/
+75
2011-04-27
ixgbe: do not clear FCoE DDP error status for received ABTS
Yi Zou
1
-2
/
+2
2011-03-12
ixgbe: DCB remove ixgbe_fcoe_getapp routine
John Fastabend
1
-15
/
+0
2011-03-08
ixgbe: add support to FCoE DDP in target mode
Yi Zou
1
-12
/
+74
2011-03-03
ixgbe: cleanup copyright string for 2011
Don Skidmore
1
-1
/
+1
2011-02-17
ixgbe: work around for DDP last buffer size
Amir Hanania
1
-1
/
+50
2011-02-08
ixgbe: cleanup variable initialization
Don Skidmore
1
-1
/
+1
2010-11-17
ixgbe: make sure FCoE DDP user buffers are really released by the HW
Yi Zou
1
-0
/
+8
2010-11-17
ixgbe: invalidate FCoE DDP context when no error status is available
Yi Zou
1
-1
/
+1
2010-11-17
ixgbe: avoid doing FCoE DDP when adapter is DOWN or RESETTING
Yi Zou
1
-0
/
+5
2010-10-21
ixgbe: add a refcnt when turning on/off FCoE offload capability
Yi Zou
1
-0
/
+6
2010-09-03
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
1
-2
/
+3
2010-08-20
ixgbe: update all DESC_ADV macros to accept a ring pointer
Alexander Duyck
1
-1
/
+1
2010-07-20
ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma pool
Yi Zou
1
-1
/
+1
2010-07-20
ixgbe: properly toggling netdev feature flags when disabling FCoE
Yi Zou
1
-13
/
+6
2010-07-06
ixgbe: use netif_<level> instead of netdev_<level>
Emil Tantilov
1
-13
/
+13
2010-06-04
ixgbe: Use netdev_<level>, dev_<level>, pr_<level>
Emil Tantilov
1
-19
/
+16
2010-05-19
ixgbe: remove some redundant code in setting FCoE FIP filter
Yi Zou
1
-6
/
+0
2010-05-19
ixgbe: fix wrong offset to fc_frame_header in ixgbe_fcoe_ddp
Yi Zou
1
-4
/
+7
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-26
ixgbe: filter FIP frames into the FCoE offload queues
Chris Leech
1
-0
/
+15
2010-03-26
ixgbe: Don't allow user buffer count to exceed 256
Robert Love
1
-8
/
+10
2010-03-20
ixgbe: fix for real_num_tx_queues update issue
Vasu Dev
1
-3
/
+3
2010-02-04
ixgbe: Make descriptor ring allocations NUMA-aware
PJ Waskiewicz
1
-2
/
+2
2010-01-14
ixgbe: update copyright dates
Shannon Nelson
1
-1
/
+1
2009-12-04
ixgbe: use known user priority for FCoE when DCB is enabled
Yi Zou
1
-13
/
+17
2009-10-29
ixgbe: Add support for netdev_ops.ndo_fcoe_get_wwn to 82599
Yi Zou
1
-0
/
+46
2009-09-04
ixgbe: Add support for using FCoE DDP in 82599 as FCoE targets
Yi Zou
1
-1
/
+7
2009-09-01
ixgbe: Add support for dcbnl_rtnl_ops.setapp/getapp
Yi Zou
1
-0
/
+64
2009-09-01
ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599
Yi Zou
1
-0
/
+94
2009-08-14
ixgbe: Do not return 0 in ixgbe_fcoe_ddp() upon FCP_RSP in DDP completion
Yi Zou
1
-1
/
+1
2009-06-20
convert some DMA_nnBIT_MASK() callers
Andrew Morton
1
-1
/
+1
2009-06-09
ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599
Yi Zou
1
-1
/
+5
2009-05-18
ixgbe: Enable FCoE redirection table feature in 82599
Yi Zou
1
-4
/
+24
2009-05-17
ixgbe: Add infrastructure code for FCoE large receive offload to 82599
Yi Zou
1
-0
/
+340
2009-05-17
ixgbe: Add infrastructure code for FCoE large send offload to 82599
Yi Zou
1
-0
/
+132
2009-05-17
ixgbe: Add FCoE feature code to 82599
Yi Zou
1
-0
/
+60