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
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-23
igc: Fix NFC rules leak when driver is unloaded
Andre Guedes
1
-13
/
+16
2020-05-23
igc: Refactor igc_ethtool_update_nfc_rule()
Andre Guedes
3
-166
/
+195
2020-05-23
igc: Fix NFC rules restoration
Andre Guedes
3
-20
/
+19
2020-05-23
igc: Fix NFC rules with multicast addresses
Andre Guedes
1
-6
/
+0
2020-05-23
igc: Fix NFC rule overwrite cases
Andre Guedes
1
-2
/
+1
2020-05-23
igc: Fix locking issue when retrieving NFC rules
Andre Guedes
1
-3
/
+16
2020-05-23
igc: Fix 'sw_idx' type in struct igc_nfc_rule
Andre Guedes
2
-9
/
+9
2020-05-23
igc: Refactor igc_ethtool_add_nfc_rule()
Andre Guedes
1
-58
/
+92
2020-05-23
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
34
-506
/
+2202
2020-05-22
ice: Rename build_ctob to ice_build_ctob
Tony Nguyen
4
-10
/
+11
2020-05-22
ice: remove unnecessary backslash
Bruce Allan
1
-1
/
+1
2020-05-22
ice: remove unnecessary check
Bruce Allan
1
-1
/
+1
2020-05-22
ice: remove unnecessary expression that is always true
Bruce Allan
1
-1
/
+2
2020-05-22
ice: Fix check for removing/adding mac filters
Lihong Yang
1
-5
/
+10
2020-05-22
ice: refactor filter functions
Michal Swiatkowski
8
-264
/
+494
2020-05-22
ice: Fix resource leak on early exit from function
Eric Joyner
1
-1
/
+3
2020-05-22
ice: cleanup vf_id signedness
Jesse Brandeburg
3
-10
/
+11
2020-05-22
ice: Fix casting issues
Karol Kolacinski
13
-64
/
+74
2020-05-22
ice: Provide more meaningful error message
Lihong Yang
6
-113
/
+247
2020-05-22
ice: Fix probe/open race condition
Anirudh Venkataramanan
1
-10
/
+14
2020-05-22
ice: only drop link once when setting pauseparams
Dave Ertman
1
-12
/
+0
2020-05-22
ice: Fix check for contiguous TCs
Dave Ertman
1
-7
/
+12
2020-05-22
ice: Don't reset and rebuild for Tx timeout on PFC enabled queue
Avinash JD
5
-0
/
+94
2020-05-22
ice: Add VF promiscuous support
Brett Creeley
4
-2
/
+223
2020-05-22
ice: Add support for tunnel offloads
Tony Nguyen
14
-14
/
+867
2020-05-22
ice: report netlist version in .info_get
Jacob Keller
4
-0
/
+147
2020-05-22
ixgbe, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL
Björn Töpel
4
-271
/
+62
2020-05-22
ice, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL
Björn Töpel
4
-359
/
+54
2020-05-22
i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOL
Björn Töpel
4
-335
/
+47
2020-05-22
i40e: Separate kernel allocated rx_bi rings from AF_XDP rings
Björn Töpel
7
-127
/
+142
2020-05-22
i40e: Refactor rx_bi accesses
Björn Töpel
2
-12
/
+23
2020-05-22
xsk: Move driver interface to xdp_sock_drv.h
Magnus Karlsson
4
-4
/
+4
2020-05-22
igc: Change byte order in struct igc_nfc_filter
Andre Guedes
2
-22
/
+13
2020-05-22
igc: Align terms used in NFC support code
Andre Guedes
3
-117
/
+114
2020-05-22
igc: Add 'igc_ethtool_' prefix to functions in igc_ethtool.c
Andre Guedes
3
-108
/
+112
2020-05-22
igc: Early return in igc_get_ethtool_nfc_entry()
Andre Guedes
1
-30
/
+28
2020-05-22
igc: Cleanup _get|set_rxnfc ethtool ops
Andre Guedes
1
-23
/
+10
2020-05-22
igc: Get rid of igc_max_channels()
Andre Guedes
2
-13
/
+3
2020-05-22
igc: Remove unused field from igc_nfc_filter
Andre Guedes
1
-1
/
+0
2020-05-22
igc: Remove per queue good transmited counter register
Sasha Neftin
1
-3
/
+0
2020-05-22
igc: Remove header redirection register
Sasha Neftin
1
-1
/
+0
2020-05-22
igc: Remove obsolete circuit breaker registers
Sasha Neftin
2
-11
/
+0
2020-05-22
e1000: Do not perform reset in reset_task if we are already down
Alexander Duyck
1
-4
/
+14
2020-05-22
igc: Enable NFC rules based source MAC address
Andre Guedes
1
-10
/
+22
2020-05-22
igc: Add support for source address filters in core
Andre Guedes
4
-21
/
+49
2020-05-21
igc: Remove mac_table from igc_adapter
Andre Guedes
3
-48
/
+21
2020-05-21
igc: Remove IGC_MAC_STATE_SRC_ADDR flag
Andre Guedes
3
-37
/
+12
2020-05-20
igc: Remove unused registers
Sasha Neftin
2
-9
/
+0
2020-05-20
igc: Remove unused IGC_ICS_DRSTA define
Sasha Neftin
1
-1
/
+0
2020-05-20
igc: Dump ETQF registers
Andre Guedes
1
-0
/
+3
[prev]
[next]