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.13.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
/
ice
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-03
ice: fix enabling RX VLAN filtering
Petr Oros
1
-10
/
+8
2024-04-03
ice: Fix freeing uninitialized pointers
Dan Carpenter
2
-6
/
+6
2024-03-28
Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
5
-24
/
+29
2024-03-25
ice: fix memory corruption bug with suspend and rebuild
Jesse Brandeburg
1
-9
/
+9
2024-03-25
ice: Refactor FW data type and fix bitmap casting issue
Steven Zou
4
-15
/
+20
2024-03-23
overflow: Change DEFINE_FLEX to take __counted_by member
Kees Cook
6
-18
/
+18
2024-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+11
2024-03-11
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
3
-5
/
+145
2024-03-08
net: introduce include/net/rps.h
Eric Dumazet
1
-0
/
+1
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-20
/
+21
2024-03-06
ice: Implement RSS settings for GTP using ethtool
Takeru Hayasaka
3
-5
/
+145
2024-03-06
ice: fix stats being updated by way too large values
Przemek Kitszel
1
-13
/
+11
2024-03-06
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
5
-12
/
+5
2024-03-06
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
1
-2
/
+2
2024-03-05
ice: fix typo in assignment
Jesse Brandeburg
1
-1
/
+1
2024-03-05
ice: fix uninitialized dplls mutex usage
Michal Schmidt
1
-1
/
+1
2024-03-05
net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()
Rand Deeb
1
-0
/
+2
2024-03-05
ice: virtchnl: stop pretending to support RSS over AQ or registers
Jacob Keller
2
-10
/
+1
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-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
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-39
/
+161
2024-02-21
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
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+26
2024-02-15
ice: Add check for lport extraction to LAG init
Dave Ertman
2
-2
/
+26
2024-02-12
ice: Fix debugfs with devlink reload
Wojciech Drewek
4
-2
/
+14
2024-02-12
ice: Remove and readd netdev during devlink reload
Wojciech Drewek
3
-131
/
+125
2024-02-12
ice: add support for 3k signing DDP sections for E825C
Grzegorz Nitka
2
-0
/
+10
2024-02-12
ice: Add helper function ice_is_generic_mac
Grzegorz Nitka
5
-3
/
+19
2024-02-12
ice: introduce new E825C devices family
Grzegorz Nitka
4
-0
/
+32
2024-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+2
2024-02-07
net: intel: fix old compiler regressions
Jesse Brandeburg
2
-2
/
+2
2024-02-02
ice: remove incorrect comment
Paul M Stillwell Jr
1
-3
/
+0
2024-02-02
ice: Add a new counter for Rx EIPE errors
Aniruddha Paul
3
-2
/
+8
2024-02-02
ice: make ice_vsi_cfg_txq() static
Maciej Fijalkowski
5
-100
/
+82
2024-02-02
ice: make ice_vsi_cfg_rxq() static
Maciej Fijalkowski
5
-63
/
+60
2024-02-01
dpll: extend lock_status_get() op by status error and expose to user
Jiri Pirko
1
-0
/
+2
[next]