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-12-14
ice: make RX HW timestamp reading code more reusable
Larysa Zaremba
3
-20
/
+36
2023-12-14
ice: make RX hash reading code more reusable
Larysa Zaremba
1
-11
/
+25
2023-12-13
i40e: Fix ST code value for Clause 45
Ivan Vecera
2
-3
/
+3
2023-12-13
ice: fix theoretical out-of-bounds access in ethtool link modes
Michal Schmidt
1
-2
/
+2
2023-12-13
dpll: remove leftover mode_supported() op and use mode_get() instead
Jiri Pirko
1
-26
/
+0
2023-12-12
e1000e: Use pcie_capability_read_word() for reading LNKSTA
Ilpo Järvinen
2
-8
/
+4
2023-12-12
iavf: Fix iavf_shutdown to call iavf_remove instead iavf_close
Slawomir Laba
1
-51
/
+21
2023-12-12
iavf: Handle ntuple on/off based on new state machines for flow director
Piotr Gardocki
1
-0
/
+59
2023-12-12
iavf: Introduce new state machines for flow director
Piotr Gardocki
5
-23
/
+139
2023-12-12
e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom defines/code
Ilpo Järvinen
2
-5
/
+4
2023-12-12
igb: Use FIELD_GET() to extract Link Width
Ilpo Järvinen
1
-3
/
+3
2023-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
7
-24
/
+13
2023-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-24
/
+14
2023-12-05
iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zero
Jacob Keller
2
-11
/
+2
2023-12-05
i40e: Fix unexpected MFS warning message
Ivan Vecera
1
-1
/
+1
2023-12-05
ice: Restore fix disabling RX VLAN filtering
Marcin Szycik
1
-3
/
+8
2023-12-05
ice: change vfs.num_msix_per to vf->num_msix
Michal Swiatkowski
2
-9
/
+3
2023-12-05
ice: Rename E822 to E82X
Karol Kolacinski
6
-281
/
+280
2023-12-05
ice: periodically kick Tx timestamp interrupt
Jacob Keller
1
-0
/
+50
2023-12-05
ice: Re-enable timestamping correctly after reset
Karol Kolacinski
2
-10
/
+11
2023-12-05
ice: Improve logs for max ntuple errors
Pawel Kaminski
1
-5
/
+8
2023-12-05
ice: add CGU info to devlink info callback
Arkadiusz Kubalewski
1
-0
/
+20
2023-12-05
ice: read internal temperature sensor
Konrad Knitter
10
-1
/
+249
2023-12-05
net: Add NAPI IRQ support
Amritha Nambiar
1
-0
/
+2
2023-12-05
ice: Add support in the driver for associating queue with napi
Amritha Nambiar
4
-3
/
+84
2023-12-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-50
/
+118
2023-11-30
ice: Fix VF Reset paths when interface in a failed over aggregate
Dave Ertman
4
-50
/
+118
2023-11-29
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
12
-200
/
+90
2023-11-29
ice: fix error code in ice_eswitch_attach()
Dan Carpenter
1
-1
/
+3
2023-11-27
iavf: use iavf_schedule_aq_request() helper
Petr Oros
2
-17
/
+8
2023-11-27
iavf: Remove queue tracking fields from iavf_adminq_ring
Ivan Vecera
4
-70
/
+39
2023-11-27
i40e: Remove queue tracking fields from i40e_adminq_ring
Ivan Vecera
4
-70
/
+39
2023-11-27
i40e: Remove AQ register definitions for VF types
Ivan Vecera
1
-10
/
+0
2023-11-27
i40e: Delete unused and useless i40e_pf fields
Ivan Vecera
3
-33
/
+4
2023-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-89
/
+92
2023-11-23
i40e: Fix adding unsupported cloud filters
Ivan Vecera
1
-7
/
+9
2023-11-23
ice: restore timestamp configuration after device reset
Jacob Keller
3
-40
/
+51
2023-11-23
ice: unify logic for programming PFINT_TSYN_MSK
Jacob Keller
1
-26
/
+34
2023-11-23
ice: remove ptp_tx ring parameter flag
Jacob Keller
3
-18
/
+0
2023-11-19
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
14
-422
/
+553
2023-11-19
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
6
-42
/
+105
2023-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
5
-16
/
+165
2023-11-15
i40e: Delete unused i40e_mac_info fields
Ivan Vecera
3
-8
/
+2
2023-11-15
i40e: Move inline helpers to i40e_prototype.h
Ivan Vecera
2
-68
/
+70
2023-11-15
i40e: Remove VF MAC types
Ivan Vecera
2
-31
/
+10
2023-11-15
i40e: Use helpers to check running FW and AQ API versions
Ivan Vecera
4
-58
/
+36
2023-11-15
i40e: Add other helpers to check version of running firmware and AQ API
Ivan Vecera
1
-0
/
+54
2023-11-15
i40e: Move i40e_is_aq_api_ver_ge helper
Ivan Vecera
2
-19
/
+18
2023-11-15
i40e: Initialize hardware capabilities at single place
Ivan Vecera
4
-72
/
+51
2023-11-15
i40e: Consolidate hardware capabilities
Ivan Vecera
7
-90
/
+85
[prev]
[next]