index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
ixgbe: fix too early devlink_free() in ixgbe_remove()
Koichiro Den
1
-1
/
+2
2025-10-23
idpf: cleanup remaining SKBs in PTP flows
Milena Olech
2
-0
/
+4
2025-10-23
ixgbevf: fix mailbox API compatibility by negotiating supported features
Jedrzej Jagielski
6
-3
/
+96
2025-10-23
ixgbevf: fix getting link speed data for E610 devices
Jedrzej Jagielski
4
-32
/
+116
2025-10-19
ice: ice_adapter: release xa entry on adapter allocation failure
Haotian Zhang
1
-4
/
+6
2025-10-15
idpf: fix mismatched free function for dma_alloc_coherent
Alok Tiwari
1
-3
/
+3
2025-10-15
idpf: fix Rx descriptor ready check barrier in splitq
Alexander Lobakin
1
-6
/
+2
2025-09-24
libie: fix string names for AQ error codes
Jacob Keller
1
-1
/
+1
2025-09-18
i40e: improve VF MAC filters accounting
Lukasz Czapnik
3
-44
/
+50
2025-09-18
i40e: add mask to apply valid bits for itr_idx
Lukasz Czapnik
1
-1
/
+1
2025-09-18
i40e: add max boundary check for VF filters
Lukasz Czapnik
1
-0
/
+10
2025-09-18
i40e: fix validation of VF state in get resources
Lukasz Czapnik
2
-2
/
+8
2025-09-18
i40e: fix input validation logic for action_meta
Lukasz Czapnik
1
-1
/
+1
2025-09-18
i40e: fix idx validation in config queues msg
Lukasz Czapnik
1
-2
/
+2
2025-09-18
i40e: fix idx validation in i40e_validate_queue_map
Lukasz Czapnik
1
-2
/
+4
2025-09-18
i40e: add validation for ring_len param
Lukasz Czapnik
1
-0
/
+14
2025-09-16
igc: don't fail igc_probe() on LED setup error
Kohei Enju
2
-3
/
+10
2025-09-16
ixgbe: destroy aci.lock later within ixgbe_remove path
Jedrzej Jagielski
1
-3
/
+4
2025-09-16
ixgbe: initialize aci.lock before it's used
Jedrzej Jagielski
1
-7
/
+8
2025-09-16
i40e: remove redundant memory barrier when cleaning Tx descs
Maciej Fijalkowski
1
-3
/
+0
2025-09-16
ice: fix Rx page leak on multi-buffer frames
Jacob Keller
2
-47
/
+34
2025-09-09
i40e: fix Jumbo Frame support after iPXE boot
Jacob Keller
4
-6
/
+47
2025-09-09
i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path
Michal Schmidt
1
-1
/
+1
2025-09-09
igb: fix link test skipping when interface is admin down
Kohei Enju
1
-4
/
+1
2025-09-09
igb: Fix NULL pointer dereference in ethtool loopback test
Tianyu Xu
1
-2
/
+1
2025-09-02
e1000e: fix heap overflow in e1000_set_eeprom
Vitaly Lifshits
1
-3
/
+7
2025-09-02
ixgbe: fix incorrect map used in eee linkmode
Alok Tiwari
1
-2
/
+2
2025-09-02
i40e: Fix potential invalid access when MAC list is empty
Zhen Ni
1
-2
/
+2
2025-09-02
i40e: remove read access to debugfs files
Jacob Keller
1
-104
/
+19
2025-09-02
idpf: set mac type when adding and removing MAC filters
Emil Tantilov
2
-3
/
+18
2025-09-02
idpf: fix UAF in RDMA core aux dev deinitialization
Joshua Hay
1
-2
/
+2
2025-09-02
ice: fix NULL access of tx->in_use in ice_ll_ts_intr
Jacob Keller
1
-5
/
+7
2025-09-02
ice: fix NULL access of tx->in_use in ice_ptp_ts_irq
Jacob Keller
1
-5
/
+8
2025-08-25
ixgbe: fix ixgbe_orom_civd_info struct layout
Jedrzej Jagielski
2
-2
/
+2
2025-08-25
ice: fix incorrect counter for buffer allocation failures
Michal Kubiak
1
-1
/
+1
2025-08-25
ice: use fixed adapter index for E825C embedded devices
Jacob Keller
2
-13
/
+40
2025-08-25
ice: don't leave device non-functional if Tx scheduler config fails
Jacob Keller
2
-17
/
+43
2025-08-25
ice: fix NULL pointer dereference in ice_unplug_aux_dev() on reset
Emil Tantilov
2
-4
/
+7
2025-08-21
idpf: remove obsolete stashing code
Joshua Hay
2
-339
/
+22
2025-08-21
idpf: stop Tx if there are insufficient buffer resources
Joshua Hay
3
-19
/
+47
2025-08-21
idpf: replace flow scheduling buffer ring with buffer pool
Joshua Hay
2
-111
/
+103
2025-08-21
idpf: simplify and fix splitq Tx packet rollback error path
Joshua Hay
3
-58
/
+95
2025-08-21
idpf: improve when to set RE bit logic
Joshua Hay
2
-3
/
+23
2025-08-21
idpf: add support for Tx refillqs in flow scheduling mode
Joshua Hay
2
-10
/
+91
2025-08-20
igc: fix disabling L1.2 PCI-E link substate on I226 on init
ValdikSS
1
-7
/
+7
2025-08-20
ixgbe: fix ndo_xdp_xmit() workloads
Maciej Fijalkowski
1
-23
/
+11
2025-08-20
ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zc
Jason Xing
1
-1
/
+3
2025-08-12
ixgbe: prevent from unwanted interface name changes
Jedrzej Jagielski
1
-0
/
+1
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
161
-4631
/
+8295
2025-07-29
Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-5
/
+5
[next]