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
2023-05-17
ice: Remove LAG+SRIOV mutual exclusion
Dave Ertman
5
-91
/
+0
2023-05-17
ice: update PHY type to ethtool link mode mapping
Paul Greenwalt
1
-19
/
+19
2023-05-17
ice: refactor PHY type to ethtool link mode
Paul Greenwalt
3
-274
/
+141
2023-05-17
ice: update ICE_PHY_TYPE_HIGH_MAX_INDEX
Paul Greenwalt
1
-1
/
+1
2023-05-17
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
16
-620
/
+569
2023-05-17
igb: fix bit_shift to be in [1..8] range
Aleksandr Loktionov
1
-2
/
+2
2023-05-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-11
/
+140
2023-05-16
iavf: send VLAN offloading caps once after VFR
Ahmed Zaki
1
-5
/
+0
2023-05-16
ice: Fix ice VF reset during iavf initialization
Dawid Wesierski
4
-4
/
+25
2023-05-16
ice: Fix stats after PF reset
Ahmed Zaki
1
-0
/
+5
2023-05-16
ice: add dynamic interrupt allocation
Piotr Raczynski
7
-21
/
+107
2023-05-16
ice: track interrupt vectors with xarray
Piotr Raczynski
6
-84
/
+89
2023-05-16
ice: add individual interrupt allocation
Piotr Raczynski
13
-282
/
+165
2023-05-16
ice: remove redundant SRIOV code
Piotr Raczynski
1
-36
/
+0
2023-05-16
ice: refactor VF control VSI interrupt handling
Piotr Raczynski
3
-66
/
+58
2023-05-16
ice: use preferred MSIX allocation api
Piotr Raczynski
3
-38
/
+37
2023-05-16
ice: use pci_irq_vector helper function
Piotr Raczynski
5
-11
/
+11
2023-05-16
ice: move interrupt related code to separate file
Piotr Raczynski
5
-218
/
+238
2023-05-12
ice: Fix undersized tx_flags variable
Jan Sokolowski
3
-14
/
+8
2023-05-05
ice: block LAN in case of VF to VF offload
Michal Swiatkowski
1
-1
/
+2
2023-05-03
igc: read before write to SRRCTL register
Song Yoong Siang
2
-5
/
+13
2023-04-27
igc: Add XDP hints kfuncs for RX timestamp
Jesper Dangaard Brouer
2
-0
/
+17
2023-04-27
igc: Add XDP hints kfuncs for RX hash
Jesper Dangaard Brouer
2
-0
/
+54
2023-04-27
igc: Add igc_xdp_buff wrapper for xdp_buff in driver
Jesper Dangaard Brouer
2
-7
/
+14
2023-04-27
igc: Enable and fix RX hash usage by netstack
Jesper Dangaard Brouer
2
-4
/
+55
2023-04-27
ixgbe: Fix panic during XDP_TX with > 64 CPUs
John Hickey
2
-5
/
+4
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-11
/
+12
2023-04-23
net: vlan: introduce skb_vlan_eth_hdr()
Vladimir Oltean
2
-2
/
+2
2023-04-23
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
5
-53
/
+36
2023-04-20
ice: sleep, don't busy-wait, in the SQ send retry loop
Michal Schmidt
1
-1
/
+1
2023-04-20
ice: remove unused buffer copy code in ice_sq_send_cmd_retry()
Michal Schmidt
1
-11
/
+2
2023-04-20
ice: sleep, don't busy-wait, for ICE_CTL_Q_SQ_CMD_TIMEOUT
Michal Schmidt
3
-12
/
+13
2023-04-20
ice: remove ice_ctl_q_info::sq_cmd_timeout
Michal Schmidt
3
-6
/
+2
2023-04-20
ice: increase the GNSS data polling interval to 20 ms
Michal Schmidt
1
-1
/
+1
2023-04-20
ice: do not busy-wait to read GNSS data
Michal Schmidt
2
-25
/
+20
2023-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-28
/
+32
2023-04-20
ixgbe: Enable setting RSS table to default values
Joe Damato
1
-9
/
+10
2023-04-20
ixgbe: Allow flow hash to be set via ethtool
Joe Damato
1
-2
/
+2
2023-04-19
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
1
-3
/
+6
2023-04-19
e1000e: Disable TSO on i219-LM card to increase speed
Sebastian Basierski
1
-25
/
+26
2023-04-17
i40e: fix i40e_setup_misc_vector() error handling
Aleksandr Loktionov
1
-1
/
+4
2023-04-17
i40e: fix accessing vsi->active_filters without holding lock
Aleksandr Loktionov
1
-2
/
+2
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-66
/
+66
2023-04-10
net: piggy back on the memory barrier in bql when waking queues
Jakub Kicinski
1
-7
/
+5
2023-04-10
ixgbe: use new queue try_stop/try_wake macros
Jakub Kicinski
1
-28
/
+10
2023-04-07
iavf: remove active_cvlans and active_svlans bitmaps
Ahmed Zaki
3
-47
/
+45
2023-04-07
iavf: refactor VLAN filter states
Ahmed Zaki
3
-26
/
+28
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+20
2023-04-04
ice: Reset FDIR counter in FDIR init stage
Lingyu Liu
1
-0
/
+16
2023-04-04
ice: fix wrong fallback logic for FDIR
Simei Su
1
-3
/
+4
[prev]
[next]