index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-05
idpf: disable local BH when scheduling napi for marker packets
Emil Tantilov
1
-0
/
+2
2024-03-04
e1000e: Minor flow correction in e1000_shutdown function
Vitaly Lifshits
1
-4
/
+4
2024-03-04
igc: fix LEDS_CLASS dependency
Arnd Bergmann
1
-0
/
+1
2024-03-04
ixgbe: Add 1000BASE-BX support
Ernesto Castellotti
5
-5
/
+38
2024-03-04
intel: make module parameters readable in sys filesystem
Jon Maxwell
3
-4
/
+4
2024-03-04
ice: avoid unnecessary devm_ usage
Maciej Fijalkowski
2
-30
/
+14
2024-03-04
ice: do not disable Tx queues twice in ice_down()
Maciej Fijalkowski
3
-57
/
+44
2024-03-04
ice: cleanup line splitting for context set functions
Jacob Keller
2
-13
/
+9
2024-03-04
ice: use GENMASK instead of BIT(n) - 1 in pack functions
Jacob Keller
1
-36
/
+8
2024-03-04
ice: rename ice_write_* functions to ice_pack_ctx_*
Jacob Keller
1
-28
/
+28
2024-03-04
ice: remove vf->lan_vsi_num field
Jacob Keller
3
-15
/
+1
2024-03-04
ice: use relative VSI index for VFs instead of PF VSI number
Jacob Keller
2
-7
/
+11
2024-03-04
ice: remove unnecessary duplicate checks for VF VSI ID
Jacob Keller
1
-3
/
+0
2024-03-04
ice: pass VSI pointer into ice_vc_isvalid_q_id
Jacob Keller
1
-12
/
+10
2024-03-04
idpf: remove dealloc vector msg err in idpf_intr_rel
Alan Brady
1
-8
/
+1
2024-03-04
idpf: fix minor controlq issues
Alan Brady
1
-5
/
+2
2024-03-04
idpf: prevent deinit uninitialized virtchnl core
Alan Brady
2
-2
/
+10
2024-03-04
idpf: cleanup virtchnl cruft
Alan Brady
4
-125
/
+3
2024-03-04
idpf: refactor idpf_recv_mb_msg
Alan Brady
3
-222
/
+37
2024-03-04
idpf: add async_handler for MAC filter messages
Alan Brady
1
-0
/
+70
2024-03-04
idpf: refactor remaining virtchnl messages
Alan Brady
1
-596
/
+298
2024-03-04
idpf: refactor queue related virtchnl messages
Alan Brady
2
-259
/
+136
2024-03-04
idpf: refactor vport virtchnl messages
Alan Brady
1
-116
/
+69
2024-03-04
idpf: implement virtchnl transaction manager
Alan Brady
7
-73
/
+561
2024-03-04
idpf: add idpf_virtchnl.h
Alan Brady
8
-50
/
+77
2024-03-04
eth: igc: remove unused embedded struct net_device
Jakub Kicinski
1
-1
/
+0
2024-03-04
net: adopt skb_network_header_len() more broadly
Eric Dumazet
2
-2
/
+2
2024-03-04
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
7
-7
/
+7
2024-03-01
ice: reconfig host after changing MSI-X on VF
Michal Swiatkowski
1
-2
/
+9
2024-03-01
ice: reorder disabling IRQ and NAPI in ice_qp_dis
Maciej Fijalkowski
1
-4
/
+5
2024-03-01
i40e: disable NAPI right after disabling irqs when handling xsk_pool
Maciej Fijalkowski
1
-1
/
+1
2024-03-01
ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able
Maciej Fijalkowski
1
-7
/
+49
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-41
/
+164
2024-02-28
igb: extend PTP timestamp adjustments to i211
Oleksij Rempel
1
-2
/
+3
2024-02-28
net: intel: igc: Use linkmode helpers for EEE
Andrew Lunn
1
-4
/
+5
2024-02-28
net: intel: igb: Use linkmode helpers for EEE
Andrew Lunn
1
-12
/
+23
2024-02-28
net: intel: e1000e: Use linkmode helpers for EEE
Andrew Lunn
1
-5
/
+12
2024-02-28
net: intel: i40e/igc: Remove setting Autoneg in EEE capabilities
Andrew Lunn
2
-10
/
+1
2024-02-28
net: ethernet: ixgbe: Convert EEE to use linkmodes
Andrew Lunn
1
-23
/
+25
2024-02-20
ice: Fix ASSERT_RTNL() warning during certain scenarios
Amritha Nambiar
4
-26
/
+83
2024-02-20
ice: fix pin phase adjust updates on PF reset
Arkadiusz Kubalewski
1
-0
/
+3
2024-02-20
ice: fix dpll periodic work data updates on PF reset
Arkadiusz Kubalewski
1
-1
/
+4
2024-02-20
ice: fix dpll and dpll_pin data access on PF reset
Arkadiusz Kubalewski
1
-0
/
+38
2024-02-20
ice: fix dpll input pin phase_adjust value updates
Arkadiusz Kubalewski
1
-1
/
+1
2024-02-20
ice: fix connection state of DPLL and out pin
Yochai Hagvi
1
-11
/
+32
2024-02-16
i40e: Remove VEB recursion
Ivan Vecera
3
-109
/
+76
2024-02-16
i40e: Fix broken support for floating VEBs
Ivan Vecera
2
-49
/
+67
2024-02-16
i40e: Add helpers to find VSI and VEB by SEID and use them
Ivan Vecera
3
-86
/
+68
2024-02-16
i40e: Introduce and use macros for iterating VSIs and VEBs
Ivan Vecera
4
-245
/
+264
2024-02-16
i40e: Use existing helper to find flow director VSI
Ivan Vecera
1
-7
/
+4
[prev]
[next]