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
2013-10-22
i40e: Bump version
Catherine Sullivan
1
-1
/
+1
2013-10-22
i40e: use pf_id for pf function id in qtx_ctl
Shannon Nelson
2
-3
/
+3
2013-10-22
i40e: check vsi ptrs before dumping them
Shannon Nelson
1
-16
/
+23
2013-10-22
i40e: reorder block declarations in debugfs
Shannon Nelson
1
-8
/
+8
2013-10-22
i40e: tweaking icr0 handling for legacy irq
Shannon Nelson
3
-8
/
+8
2013-10-22
i40e: refactor fdir setup function
Jesse Brandeburg
1
-45
/
+33
2013-10-22
i40e: fix sign extension issue
Jesse Brandeburg
1
-6
/
+6
2013-10-22
i40e: fix use of untrusted scalar value warning
Jesse Brandeburg
1
-16
/
+18
2013-10-22
i40e: clamp debugfs nvm read command
Jesse Brandeburg
1
-3
/
+5
2013-10-22
i40e: debugfs fixups
Jesse Brandeburg
1
-12
/
+26
2013-10-22
i40e: fixup legacy interrupt handling
Shannon Nelson
1
-6
/
+12
2013-10-22
i40e: assign correct vector to VF
Mitch Williams
1
-1
/
+1
2013-10-22
i40e: don't free nonexistent rings
Mitch Williams
1
-5
/
+6
2013-10-22
i40e: do not flush after re-enabling interrupts
Jesse Brandeburg
2
-3
/
+2
2013-10-22
net: e100: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-10-10
i40e: Bump version
Catherine Sullivan
1
-1
/
+1
2013-10-10
i40e: Add support for 64 bit netstats
Alexander Duyck
4
-15
/
+95
2013-10-10
i40e: Move rings from pointer to array to array of pointers
Alexander Duyck
6
-185
/
+204
2013-10-10
i40e: Replace ring container array with linked list
Alexander Duyck
3
-53
/
+58
2013-10-10
i40e: Move q_vectors from pointer to array to array of pointers
Alexander Duyck
4
-60
/
+112
2013-10-10
i40e: Split bytes and packets from Rx/Tx stats
Alexander Duyck
5
-26
/
+28
2013-10-10
i40e: Add support for Tx byte queue limits
Alexander Duyck
1
-0
/
+15
2013-10-10
i40e: Drop dead code and flags from Tx hotpath
Alexander Duyck
2
-27
/
+5
2013-10-10
i40e: clean up Tx fast path
Alexander Duyck
2
-99
/
+122
2013-10-10
i40e: Do not directly increment Tx next_to_use
Alexander Duyck
1
-21
/
+25
2013-10-10
i40e: Cleanup Tx buffer info layout
Alexander Duyck
2
-15
/
+14
2013-10-10
i40e: Drop unused completed stat
Alexander Duyck
3
-5
/
+2
2013-10-10
i40e: Link code updates
Anjali Singhai
1
-2
/
+6
2013-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2013-10-03
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
4
-11
/
+8
2013-10-03
igb: Avoid uninitialized advertised variable in eee_set_cur
Andi Kleen
1
-0
/
+2
2013-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-85
/
+89
2013-10-01
igb: Add ethtool support to configure number of channels
Laura Mihaela Vasilescu
3
-0
/
+107
2013-10-01
igb: Add ethtool offline tests for i354
Fujinaka, Todd
1
-2
/
+4
2013-10-01
ixgbe: remove marketing names from busy poll code
Jacob Keller
3
-23
/
+23
2013-10-01
ixgbe: Cleanup the use of tabs and spaces
Jeff Kirsher
2
-26
/
+26
2013-10-01
ixgbe: ethtool DCB registers dump for 82599 and x540
Leonardo Potenza
2
-15
/
+65
2013-10-01
ixgbevf: move API neg to reset path
Don Skidmore
1
-11
/
+10
2013-10-01
ixgbevf: add wait for Rx queue disable
Don Skidmore
1
-17
/
+44
2013-10-01
ixgbevf: cleanup redundant mailbox read failure check
Don Skidmore
1
-27
/
+2
2013-10-01
ixgbevf: do not print registers to dmesg in ixgbevf_get_regs
Jacob Keller
1
-53
/
+2
2013-09-27
i40e: clean up coccicheck reported errors
Jesse Brandeburg
2
-5
/
+4
2013-09-27
i40e: better return values
Jesse Brandeburg
1
-16
/
+21
2013-09-27
i40e: convert ret to aq_ret
Jesse Brandeburg
1
-55
/
+52
2013-09-27
i40e: small clean ups from review
Jesse Brandeburg
1
-3
/
+3
2013-09-27
i40e: use common failure flow
Jesse Brandeburg
1
-6
/
+6
2013-09-27
igb: Fix ethtool loopback test for 82580 copper
Todd Fujinaka
1
-0
/
+3
2013-09-24
intel: Remove extern from function prototypes
Joe Perches
12
-254
/
+233
2013-09-13
e1000e: fix overrun of PHY RAR array
David Ertman
3
-6
/
+17
2013-09-13
e1000e: cleanup boolean comparison to true
David Ertman
1
-1
/
+1
[next]