index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
igb: fix bit_shift to be in [1..8] range
Aleksandr Loktionov
1
-2
/
+2
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-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
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-21
ice: sleep, don't busy-wait, in the SQ send retry loop
Michal Schmidt
1
-1
/
+1
2023-04-21
ice: remove unused buffer copy code in ice_sq_send_cmd_retry()
Michal Schmidt
1
-11
/
+2
2023-04-21
ice: sleep, don't busy-wait, for ICE_CTL_Q_SQ_CMD_TIMEOUT
Michal Schmidt
3
-12
/
+13
2023-04-21
ice: remove ice_ctl_q_info::sq_cmd_timeout
Michal Schmidt
3
-6
/
+2
2023-04-21
ice: increase the GNSS data polling interval to 20 ms
Michal Schmidt
1
-1
/
+1
2023-04-21
ice: do not busy-wait to read GNSS data
Michal Schmidt
2
-25
/
+20
2023-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-28
/
+32
2023-04-21
ixgbe: Enable setting RSS table to default values
Joe Damato
1
-9
/
+10
2023-04-21
ixgbe: Allow flow hash to be set via ethtool
Joe Damato
1
-2
/
+2
2023-04-20
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
1
-3
/
+6
2023-04-20
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-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-66
/
+66
2023-04-11
net: piggy back on the memory barrier in bql when waking queues
Jakub Kicinski
1
-7
/
+5
2023-04-11
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
2023-04-02
i40e: Add support for VF to specify its primary MAC address
Sylwester Dziedziuch
1
-4
/
+70
2023-04-01
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-1
/
+0
2023-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-14
/
+109
2023-03-30
ice: remove comment about not supporting driver reinit
Jacob Keller
1
-1
/
+0
2023-03-30
i40e: fix registers dump after run ethtool adapter self test
Radoslaw Tyl
2
-6
/
+7
2023-03-28
ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()
Jakob Koschel
1
-3
/
+5
2023-03-28
ice: add profile conflict check for AVF FDIR
Junfeng Guo
1
-0
/
+73
2023-03-28
ice: Fix ice_cfg_rdma_fltr() to only update relevant fields
Brett Creeley
1
-4
/
+22
2023-03-28
ice: fix W=1 headers mismatch
Jesse Brandeburg
2
-1
/
+2
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-108
/
+116
2023-03-23
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
4
-6
/
+13
2023-03-21
igc: Remove obsolete DMA coalescing code
Sasha Neftin
3
-18
/
+5
2023-03-21
igbvf: add PCI reset handler functions
Dawid Wesierski
1
-0
/
+29
2023-03-21
igb: refactor igb_ptp_adjfine_82580 to use diff_by_scaled_ppm
Andrii Staikov
1
-8
/
+3
2023-03-21
i40e: fix flow director packet filter programming
Radoslaw Tyl
1
-4
/
+4
2023-03-21
iavf: fix hang on reboot with ice
Stefan Assmann
1
-0
/
+5
2023-03-21
ice: remove filters only if VSI is deleted
Michal Swiatkowski
2
-2
/
+8
2023-03-21
ice: check if VF exists before mode check
Michal Swiatkowski
1
-4
/
+4
[next]