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
2022-08-18
igb: Add lock to avoid data race
Lin Ma
2
-1
/
+13
2022-08-17
ice: Fix VF not able to send tagged traffic with no VLAN filters
Sylwester Dziedziuch
2
-11
/
+57
2022-08-17
ice: Ignore error message when setting same promiscuous mode
Benjamin Mikailenko
1
-4
/
+4
2022-08-17
ice: Fix clearing of promisc mode with bridge over bond
Grzegorz Siwik
2
-2
/
+16
2022-08-17
ice: Ignore EEXIST when setting promisc mode
Grzegorz Siwik
1
-1
/
+1
2022-08-17
ice: Fix double VLAN error when entering promisc mode
Grzegorz Siwik
1
-0
/
+7
2022-08-16
i40e: Fix to stop tx_timeout recovery if GLOBR fails
Alan Brady
1
-1
/
+3
2022-08-16
i40e: Fix tunnel checksum offload with fragmented traffic
Przemyslaw Patynowski
1
-3
/
+5
2022-08-15
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2
-7
/
+30
2022-08-15
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net
David S. Miller
2
-2
/
+4
2022-08-12
iavf: Fix deadlock in initialization
Ivan Vecera
1
-1
/
+10
2022-08-12
iavf: Fix reset error handling
Przemyslaw Patynowski
1
-3
/
+6
2022-08-12
iavf: Fix NULL pointer dereference in iavf_get_link_ksettings
Przemyslaw Patynowski
1
-1
/
+1
2022-08-12
iavf: Fix adminq error handling
Przemyslaw Patynowski
1
-2
/
+13
2022-08-11
ice: Fix call trace with null VSI during VF reset
Michal Jaron
1
-1
/
+3
2022-08-11
ice: Fix VSI rebuild WARN_ON check for VF
Benjamin Mikailenko
1
-1
/
+1
2022-08-07
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
2022-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
3
-3
/
+51
2022-08-01
net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr()
Jian Shen
1
-1
/
+1
2022-08-01
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
7
-88
/
+75
2022-07-29
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
12
-202
/
+269
2022-07-29
iavf: Fix 'tc qdisc show' listing too many queues
Przemyslaw Patynowski
2
-0
/
+26
2022-07-29
iavf: Fix max_rate limiting
Przemyslaw Patynowski
2
-2
/
+24
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-48
/
+20
2022-07-28
ice: allow toggling loopback mode via ndo_set_features callback
Maciej Fijalkowski
1
-1
/
+31
2022-07-28
ice: compress branches in ice_set_features()
Maciej Fijalkowski
1
-21
/
+19
2022-07-28
ice: Fix promiscuous mode not turning off
Michal Wilczynski
3
-19
/
+72
2022-07-28
ice: Introduce enabling promiscuous mode on multiple VF's
Michal Wilczynski
12
-169
/
+155
2022-07-28
igb: convert .adjfreq to .adjfine
Jacob Keller
1
-8
/
+7
2022-07-28
ixgbe: convert .adjfreq to .adjfine
Jacob Keller
1
-33
/
+40
2022-07-28
i40e: convert .adjfreq to .adjfine
Jacob Keller
1
-10
/
+12
2022-07-28
i40e: use mul_u64_u64_div_u64 for PTP frequency calculation
Jacob Keller
1
-13
/
+4
2022-07-28
e1000e: convert .adjfreq to .adjfine
Jacob Keller
3
-10
/
+11
2022-07-28
e1000e: remove unnecessary range check in e1000e_phc_adjfreq
Jacob Keller
1
-3
/
+0
2022-07-28
ice: implement adjfine with mul_u64_u64_div_u64
Jacob Keller
1
-13
/
+3
2022-07-26
ice: do not setup vlan for loopback VSI
Maciej Fijalkowski
1
-3
/
+5
2022-07-26
ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)
Maciej Fijalkowski
1
-1
/
+2
2022-07-26
ice: Fix VSIs unable to share unicast MAC
Anirudh Venkataramanan
2
-40
/
+2
2022-07-26
ice: Fix tunnel checksum offload with fragmented traffic
Przemyslaw Patynowski
1
-3
/
+5
2022-07-26
ice: Fix max VLANs available for VF
Przemyslaw Patynowski
1
-1
/
+2
2022-07-26
ice: Add support for PPPoE hardware offload
Marcin Szycik
6
-2
/
+259
2022-07-25
i40e: Fix interface init with MSI interrupts (no MSI-X)
Michal Maloszewski
1
-0
/
+4
2022-07-25
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
David S. Miller
4
-33
/
+58
2022-07-22
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
6
-35
/
+299
2022-07-22
iavf: Check for duplicate TC flower filter before parsing
Avinash Dayanand
1
-22
/
+33
2022-07-22
i40e: Refactor tc mqprio checks
Przemyslaw Patynowski
3
-11
/
+25
2022-07-21
ice: add write functionality for GNSS TTY
Karol Kolacinski
3
-31
/
+245
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-67
/
+107
2022-07-21
ice: add i2c write command
Karol Kolacinski
3
-4
/
+54
2022-07-19
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
3
-11
/
+17
[next]