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
2018-07-12
ixgbe: Off by one in ixgbe_ipsec_tx()
Dan Carpenter
1
-1
/
+1
2018-07-12
ixgbe: Be more careful when modifying MAC filters
Alexander Duyck
1
-1
/
+11
2018-06-28
i40e: split XDP_TX tail and XDP_REDIRECT map flushing
Jesper Dangaard Brouer
1
-9
/
+15
2018-06-28
ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing
Jesper Dangaard Brouer
1
-10
/
+14
2018-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-4
/
+3
2018-06-20
bpf, xdp, i40e: fix i40e_build_skb skb reserve and truesize
Daniel Borkmann
1
-4
/
+3
2018-06-16
Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental
Linus Torvalds
1
-4
/
+4
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-25
/
+48
2018-06-16
docs: Fix more broken references
Mauro Carvalho Chehab
1
-4
/
+4
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
4
-9
/
+11
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
3
-6
/
+7
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
6
-13
/
+15
2018-06-11
ixgbe: Fix bit definitions and add support for testing for ipsec support
Alexander Duyck
2
-3
/
+17
2018-06-11
ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_data
Alexander Duyck
1
-2
/
+11
2018-06-11
ixgbe: Move ipsec init function to before reset call
Alexander Duyck
2
-9
/
+9
2018-06-11
ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRM
Alexander Duyck
2
-3
/
+3
2018-06-11
ixgbe: Fix setting of TC configuration for macvlan case
Alexander Duyck
2
-8
/
+8
2018-06-07
Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-46
/
+1
2018-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-50
/
+30
2018-06-05
ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flush
Jesper Dangaard Brouer
1
-21
/
+0
2018-06-05
i40e: remove ndo_xdp_flush call i40e_xdp_flush
Jesper Dangaard Brouer
3
-21
/
+0
2018-06-04
ixgbe: fix broken ipsec Rx with proper cast on spi
Shannon Nelson
1
-1
/
+1
2018-06-04
ixgbe: check ipsec ip addr against mgmt filters
Shannon Nelson
1
-0
/
+88
2018-06-04
ixgbe: fix possible race in reset subtask
Tony Nguyen
1
-2
/
+4
2018-06-04
bpf, i40e: add meta data support
Daniel Borkmann
1
-8
/
+31
2018-06-04
ixgbe: introduce a helper to simplify code
YueHaibing
1
-36
/
+21
2018-06-04
ixgbevf: fix possible race in the reset subtask
Emil Tantilov
1
-2
/
+4
2018-06-04
ixgbevf: Fix coexistence of malicious driver detection with XDP
Alexander Duyck
2
-7
/
+30
2018-06-04
igb: Wait 10ms just once after TX queues reset
Sergey Nemov
1
-5
/
+8
2018-06-04
igb: Clear TSICR interrupts together with ICR
Joanna Yurdal
1
-0
/
+2
2018-06-04
e1000e: Ignore TSYNCRXCTL when getting I219 clock attributes
Benjamin Poirier
1
-9
/
+6
2018-06-03
ixgbe: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
1
-6
/
+14
2018-06-03
i40e: implement flush flag for ndo_xdp_xmit
Jesper Dangaard Brouer
1
-2
/
+8
2018-06-03
xdp: add flags argument to ndo_xdp_xmit API
Jesper Dangaard Brouer
3
-3
/
+11
2018-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+4
2018-06-01
ixgbe: fix parsing of TC actions for HW offload
Ondřej Hlavatý
1
-5
/
+4
2018-05-26
ixgbe: Report PCIe link properties with pcie_print_link_status()
Bjorn Helgaas
1
-46
/
+1
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-14
/
+35
2018-05-25
xdp: change ndo_xdp_xmit API to support bulking
Jesper Dangaard Brouer
3
-14
/
+35
2018-05-22
i40e: use the more traditional 'i' loop variable
Jacob Keller
1
-28
/
+28
2018-05-22
i40e: add function doc headers for ethtool stats functions
Jacob Keller
1
-0
/
+38
2018-05-22
i40e: update data pointer directly when copying to the buffer
Jacob Keller
1
-59
/
+58
2018-05-22
i40e: fold prefix strings directly into stat names
Jacob Keller
1
-68
/
+69
2018-05-22
i40e: use WARN_ONCE to replace the commented BUG_ON size check
Jacob Keller
1
-2
/
+4
2018-05-22
i40e: split i40e_get_strings() into smaller functions
Jacob Keller
1
-83
/
+100
2018-05-22
i40e: always return all queue stat strings
Jacob Keller
1
-5
/
+17
2018-05-22
i40e: always return VEB stat strings
Jacob Keller
1
-29
/
+23
2018-05-22
i40e: free skb after clearing lock in ptp_stop
Jacob Keller
1
-1
/
+3
2018-05-21
Revert "ixgbe: release lock for the duration of ixgbe_suspend_close()"
Jeff Kirsher
1
-8
/
+1
2018-05-17
ice: Update NVM AQ command functions
Anirudh Venkataramanan
2
-9
/
+11
[next]