index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-22
ixgbe: Fix build with PCI_IOV enabled.
David S. Miller
1
-1
/
+1
2012-07-22
e1000e: advertise transmit time stamping
Richard Cochran
1
-0
/
+1
2012-07-22
e1000: advertise transmit time stamping
Richard Cochran
1
-0
/
+1
2012-07-22
igb: reset PHY in the link_up process to recover PHY setting after power down.
Akeem G. Abodunrin
1
-1
/
+2
2012-07-22
ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interrupts
Alexander Duyck
2
-7
/
+17
2012-07-22
ixgbe: add support for new 82599 device
Don Skidmore
2
-0
/
+2
2012-07-22
ixgbe: remove extra unused queues in DCB + FCoE case
John Fastabend
1
-5
/
+8
2012-07-22
ixgbe: fix RAR entry counting for generic and fdb_add()
John Fastabend
1
-8
/
+19
2012-07-22
ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UP
Alexander Duyck
1
-4
/
+8
2012-07-22
ixgbe: Reduce Rx header size to what is actually used
Alexander Duyck
2
-9
/
+10
2012-07-22
ixgbevf: Fix namespace issue with ixgbe_write_eitr
Greg Rose
2
-25
/
+19
2012-07-22
ixgbe: Fix handling of FDIR_HASH flag
Alexander Duyck
2
-24
/
+46
2012-07-22
ixgbevf: Add support for PCI error handling
Alexander Duyck
1
-0
/
+80
2012-07-22
ixgbevf: Add lock around mailbox ops to prevent simultaneous access
Alexander Duyck
2
-2
/
+41
2012-07-22
ixgbe: Change how we check for pre-existing and assigned VFs
Alexander Duyck
4
-94
/
+45
2012-07-22
ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriov
Alexander Duyck
3
-32
/
+28
2012-07-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
10
-248
/
+344
2012-07-20
ixgbe: use PCI_VENDOR_ID_INTEL
Jon Mason
3
-9
/
+6
2012-07-20
ixgb: use PCI_VENDOR_ID_INTEL
Jon Mason
3
-12
/
+8
2012-07-20
ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flag
Alexander Duyck
2
-8
/
+13
2012-07-20
ixgbe: Only enable anti-spoof on VF pools
Alexander Duyck
1
-9
/
+11
2012-07-20
ixgbe: Correctly set SAN MAC RAR pool to default pool of PF
Alexander Duyck
6
-3
/
+46
2012-07-20
ixgbe: Make FCoE allocation and configuration closer to how rings work
Alexander Duyck
4
-122
/
+154
2012-07-20
ixgbe: Merge all FCoE percpu values into a single structure
Alexander Duyck
3
-86
/
+86
2012-07-20
ixgbe: Cleanup configuration of FCoE registers
Alexander Duyck
2
-27
/
+32
2012-07-20
ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ API
Alexander Duyck
2
-17
/
+17
2012-07-20
ixgbe: Fix memory leak when SR-IOV VFs are direct assigned
Alexander Duyck
1
-4
/
+11
2012-07-20
ixgbe: Use VMDq offset to indicate the default pool
Alexander Duyck
3
-19
/
+21
2012-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-10
/
+38
2012-07-19
net: e100: ucode is optional in some cases
Bjørn Mork
1
-9
/
+31
2012-07-19
ixgbe: Cleanup holes in flags after removing several of them
Alexander Duyck
1
-25
/
+25
2012-07-19
ixgbe: Retire RSS enabled and capable flags
Alexander Duyck
4
-37
/
+8
2012-07-19
ixgbe: Add support for SR-IOV w/ DCB or RSS
Alexander Duyck
4
-47
/
+423
2012-07-19
ixgbe: Update configure virtualization to allow for multiple PF pools
Alexander Duyck
1
-12
/
+12
2012-07-19
ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparam
Alexander Duyck
1
-70
/
+83
2012-07-19
ixgbevf: Consolidate Tx context descriptor creation code
Alexander Duyck
2
-180
/
+163
2012-07-19
ixgbevf: Add netdev to ring structure
Alexander Duyck
3
-34
/
+28
2012-07-19
ixgbevf: Do not rewind the Rx ring before bumping tail
Alexander Duyck
1
-5
/
+2
2012-07-19
ixgbevf: fix VF untagging when 802.1 prio is set
Pascal Bouchareine
1
-1
/
+1
2012-07-18
ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffix
Alexander Duyck
2
-15
/
+15
2012-07-18
ixgbe: Cleanup logic for MRQC and MTQC configuration
Alexander Duyck
1
-50
/
+66
2012-07-18
ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configuration
Alexander Duyck
2
-50
/
+42
2012-07-18
ixgbe: Move configuration of set_real_num_rx/tx_queues into open
Alexander Duyck
2
-56
/
+38
2012-07-18
ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources calls
Alexander Duyck
1
-4
/
+16
2012-07-18
ixgbe: Ping the VFs on link status change to trigger link change
Alexander Duyck
1
-0
/
+6
2012-07-17
ixgbevf: Use igb style interrupt masks instead of ixgbe style
Alexander Duyck
3
-146
/
+105
2012-07-17
ixgbevf: Move Tx clean-up into NAPI context
Alexander Duyck
3
-182
/
+89
2012-07-17
ixgbevf: Update q_vector to contain ring pointers instead of bitmaps
Alexander Duyck
2
-105
/
+65
2012-07-17
ixgbevf: Fix panic when loading driver
Alexander Duyck
1
-0
/
+3
2012-07-17
ixgbevf: Cleanup accounting for space needed at start of xmit_frame
Alexander Duyck
1
-22
/
+24
[next]