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
starfive-6.6.48-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
2016-05-21
intel: Add support for IPv6 IP-in-IP offload
Alexander Duyck
8
-0
/
+8
2016-05-21
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
8
-16
/
+8
2016-05-17
ixgbe: Fix VLAN features error
Alexander Duyck
1
-4
/
+4
2016-05-17
ixgbe: use correct mask when enabling sriov
Emil Tantilov
1
-2
/
+2
2016-05-14
i40e: fix an uninitialized variable bug
Dan Carpenter
1
-1
/
+1
2016-05-14
i40e: Bump version from 1.5.10 to 1.5.16
Bimmy Pujari
1
-1
/
+1
2016-05-14
i40e: don't add broadcast filter for VFs
Mitch Williams
1
-8
/
+0
2016-05-14
i40e/i40evf: properly report Rx packet hash
Mitch Williams
1
-1
/
+1
2016-05-14
i40e: set context to use VSI RSS LUT for SR-IOV
Ashish Shah
1
-1
/
+2
2016-05-14
i40e: Correct UDP packet header for non_tunnel-ipv6
Akeem G Abodunrin
1
-1
/
+1
2016-05-14
i40e: change Rx hang message into a WARN_ONCE
Jacob Keller
1
-3
/
+1
2016-05-14
i40e: Refactor ethtool get_settings
Catherine Sullivan
1
-123
/
+135
2016-05-14
i40e: lie to the VF
Mitch Williams
1
-3
/
+7
2016-05-14
i40e: Add vf-true-promisc-support priv flag
Anjali Singhai Jain
6
-18
/
+111
2016-05-14
i40e: Implement the API function for aq_set_switch_config
Shannon Nelson
2
-0
/
+33
2016-05-14
i40e: Add allmulti support for the VF
Anjali Singhai Jain
3
-3
/
+30
2016-05-14
i40e: Add support for disabling all link and change bits needed for PHY inter...
Kevin Scott
3
-2
/
+7
2016-05-14
e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctl
Jacob Keller
3
-16
/
+55
2016-05-14
igb/igbvf: Add support for GSO partial
Alexander Duyck
2
-116
/
+203
2016-05-14
e1000e: mark shifted values as unsigned
Jacob Keller
1
-4
/
+4
2016-05-14
e1000e: use BIT() macro for bit defines
Jacob Keller
10
-142
/
+143
2016-05-14
igbvf: use BIT() macro instead of shifts
Jacob Keller
5
-10
/
+11
2016-05-14
igbvf: remove unused variable and dead code
Jacob Keller
1
-3
/
+1
2016-05-14
igb: adjust PTP timestamps for Tx/Rx latency
Nathan Sullivan
2
-0
/
+44
2016-05-14
e1000e: e1000e_cyclecounter_read(): do overflow check only if needed
Denys Vlasenko
1
-14
/
+14
2016-05-14
e1000e: e1000e_cyclecounter_read(): fix er32(SYSTIML) overflow check
Denys Vlasenko
1
-1
/
+1
2016-05-14
e1000e: e1000e_cyclecounter_read(): incvalue is 32 bits, not 64
Denys Vlasenko
1
-1
/
+2
2016-05-14
igb: make igb_update_pf_vlvf static
Jacob Keller
1
-1
/
+1
2016-05-14
igb: use BIT() macro or unsigned prefix
Jacob Keller
11
-136
/
+136
2016-05-14
e1000e: Cleanup consistency in ret_val variable usage
Brian Walsh
1
-11
/
+11
2016-05-14
e1000e: fix ethtool autoneg off for non-copper
Steve Shih
1
-2
/
+10
2016-05-06
i40e: constify i40e_client_ops structure
Julia Lawall
1
-1
/
+1
2016-05-06
i40e: fix misleading indentation
Arnd Bergmann
1
-1
/
+2
2016-05-06
i40e: Test memory before ethtool alloc succeeds
Jesse Brandeburg
1
-3
/
+31
2016-05-06
i40evf: Allocate Rx buffers properly
Mitch Williams
1
-4
/
+1
2016-05-06
i40e/i40evf: Remove unused hardware receive descriptor code
Jesse Brandeburg
5
-62
/
+27
2016-05-06
i40evf: refactor receive routine
Jesse Brandeburg
5
-513
/
+481
2016-05-06
i40evf: Drop packet split receive routine
Jesse Brandeburg
7
-75
/
+3
2016-05-06
i40e: Refactor receive routine
Jesse Brandeburg
6
-303
/
+531
2016-05-06
i40e/i40evf: Remove reference to ring->dtype
Jesse Brandeburg
3
-8
/
+2
2016-05-06
i40e: Drop packet split receive routine
Jesse Brandeburg
6
-317
/
+10
2016-05-06
i40e/i40evf: Refactor tunnel interpretation
Jesse Brandeburg
2
-14
/
+12
2016-05-05
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
11
-197
/
+625
2016-05-04
net: remove dev->trans_start
Florian Westphal
1
-1
/
+1
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
2
-2
/
+2
2016-05-04
drivers: replace dev->trans_start accesses with dev_trans_start
Florian Westphal
3
-3
/
+3
2016-05-04
ixgbevf: Remove unused parameter
Tony Nguyen
3
-8
/
+4
2016-05-04
ixgbe: Disable DCB and FCoE for X550EM_x and x550em_a
Usha Ketineni
3
-42
/
+71
2016-05-04
ixgbevf: Use mac_ops instead of trying to identify NIC type
Alexander Duyck
4
-27
/
+13
2016-05-04
ixgbevf: Change the relaxed order settings in VF driver for sparc
Babu Moger
1
-0
/
+6
[next]