index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-01
iavf: Fix an error handling path in 'iavf_probe()'
Christophe JAILLET
1
-0
/
+1
2021-07-01
e1000e: Fix an error handling path in 'e1000_probe()'
Christophe JAILLET
1
-0
/
+1
2021-07-01
fm10k: Fix an error handling path in 'fm10k_probe()'
Christophe JAILLET
1
-0
/
+1
2021-07-01
igb: Fix an error handling path in 'igb_probe()'
Christophe JAILLET
1
-0
/
+1
2021-07-01
igc: Fix an error handling path in 'igc_probe()'
Christophe JAILLET
1
-0
/
+1
2021-07-01
ixgbe: Fix an error handling path in 'ixgbe_probe()'
Christophe JAILLET
1
-0
/
+1
2021-07-01
igc: change default return of igc_read_phy_reg()
Tom Rix
1
-1
/
+1
2021-07-01
igb: Fix use-after-free error during reset
Vinicius Costa Gomes
1
-0
/
+2
2021-07-01
igc: Fix use-after-free error during reset
Vinicius Costa Gomes
1
-0
/
+2
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-19
/
+33
2021-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-27
/
+3
2021-06-25
ice: Fix a memory leak in an error handling path in 'ice_pf_dcb_cfg()'
Christophe JAILLET
1
-2
/
+4
2021-06-25
ice: remove unnecessary VSI assignment
Tony Nguyen
1
-1
/
+0
2021-06-25
ice: remove the VSI info from previous agg
Victor Raj
1
-2
/
+22
2021-06-25
ice: add support for auxiliary input/output pins
Maciej Machnikowski
4
-0
/
+366
2021-06-25
ice: add tracepoints
Jesse Brandeburg
3
-0
/
+249
2021-06-24
e1000e: Check the PCIm state
Sasha Neftin
1
-11
/
+13
2021-06-24
i40e: Fix missing rtnl locking when setting up pf switch
Jan Sokolowski
1
-4
/
+11
2021-06-24
i40e: fix PTP on 5Gb links
Jesse Brandeburg
1
-2
/
+6
2021-06-24
intel: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
9
-27
/
+3
2021-06-24
i40e: Fix autoneg disabling for non-10GBaseT links
Mateusz Palczewski
1
-2
/
+1
2021-06-24
i40e: Fix error handling in i40e_vsi_open
Dinghao Liu
1
-0
/
+2
2021-06-22
Merge tag 'v5.13-rc7' into rdma.git for-next
Jason Gunthorpe
18
-137
/
+170
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-8
/
+25
2021-06-18
iavf: clean up packet type lookup table
Jesse Brandeburg
2
-119
/
+6
2021-06-18
i40e: clean up packet type lookup table
Jesse Brandeburg
2
-119
/
+6
2021-06-18
ice: report hash type such as L2/L3/L4
Jesse Brandeburg
5
-126
/
+50
2021-06-17
ice: remove redundant continue statement in a for-loop
Colin Ian King
1
-6
/
+4
2021-06-17
net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabled
Lorenzo Bianconi
1
-1
/
+1
2021-06-17
ice: remove unnecessary NULL checks before ptp_read_system_*
Jacob Keller
1
-8
/
+4
2021-06-17
ice: Remove the repeated declaration
Shaokun Zhang
1
-1
/
+0
2021-06-17
ice: remove local variable
Paul M Stillwell Jr
1
-2
/
+1
2021-06-17
ice: reduce scope of variables
Paul M Stillwell Jr
2
-6
/
+6
2021-06-17
ice: mark PTYPE 2 as reserved
Jacob Keller
1
-1
/
+1
2021-06-17
ice: fix incorrect payload indicator on PTYPE
Jacob Keller
1
-1
/
+1
2021-06-11
ice: enable transmit timestamps for E810 devices
Jacob Keller
9
-4
/
+518
2021-06-11
ice: enable receive hardware timestamping
Jacob Keller
9
-6
/
+410
2021-06-11
ice: report the PTP clock index in ethtool .get_ts_info
Jacob Keller
3
-1
/
+155
2021-06-11
ice: register 1588 PTP clock device object for E810 devices
Jacob Keller
8
-0
/
+513
2021-06-11
ice: add low level PTP clock access functions
Jacob Keller
4
-0
/
+758
2021-06-11
ice: add support for set/get of driver-stored firmware parameters
Jacob Keller
3
-0
/
+108
2021-06-11
ice: process 1588 PTP capabilities during initialization
Jacob Keller
3
-0
/
+151
2021-06-11
ice: add support for sideband messages
Jacob Keller
11
-2
/
+343
2021-06-09
ice: parameterize functions responsible for Tx ring management
Maciej Fijalkowski
1
-8
/
+10
2021-06-09
ice: add ndo_bpf callback for safe mode netdev ops
Maciej Fijalkowski
1
-0
/
+15
2021-06-07
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
19
-151
/
+446
2021-06-07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
16
-118
/
+141
2021-06-07
ice: fix clang warning regarding deadcode.DeadStores
Paul M Stillwell Jr
1
-5
/
+1
2021-06-07
ice: downgrade error print to debug print
Anirudh Venkataramanan
1
-1
/
+1
2021-06-07
ice: Detect and report unsupported module power levels
Anirudh Venkataramanan
5
-2
/
+48
[prev]
[next]