index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_common.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-11
ice: enable timesync operation on 2xNAC E825 devices
Karol Kolacinski
1
-1
/
+5
2025-04-11
ice: refactor ice_sbq_msg_dev enum
Karol Kolacinski
1
-1
/
+1
2025-04-11
ice: do not add LLDP-specific filter if not necessary
Larysa Zaremba
1
-4
/
+10
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2025-03-18
ice: fix reservation of resources for RDMA when disabled
Jesse Brandeburg
1
-1
/
+2
2025-02-10
ice: Remove unnecessary ice_is_e8xx() functions
Karol Kolacinski
1
-116
/
+2
2025-02-10
ice: Don't check device type when checking GNSS presence
Karol Kolacinski
1
-0
/
+90
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+51
2025-01-14
ice: check low latency PHY timer update firmware capability
Jacob Keller
1
-0
/
+3
2025-01-14
ice: add fw and port health reporters
Konrad Knitter
1
-0
/
+38
2025-01-14
ice: c827: move wait for FW to ice_init_hw()
Przemek Kitszel
1
-35
/
+75
2025-01-13
ice: Add correct PHY lane assignment
Karol Kolacinski
1
-0
/
+51
2024-12-11
ice: cleanup Rx queue context programming functions
Jacob Keller
1
-17
/
+11
2024-12-11
ice: move prefetch enable to ice_setup_rx_ctx
Jacob Keller
1
-6
/
+3
2024-12-11
ice: use <linux/packing.h> for Tx and Rx queue context data
Jacob Keller
1
-205
/
+38
2024-12-11
ice: use structures to keep track of queue context size
Jacob Keller
1
-13
/
+11
2024-12-11
ice: remove int_q_state from ice_tlan_ctx
Jacob Keller
1
-1
/
+0
2024-12-03
ice: fix PHY Clock Recovery availability check
Arkadiusz Kubalewski
1
-8
/
+17
2024-10-10
ice: Support VF queue rate limit and quanta size configuration
Wenjun Wu
1
-0
/
+21
2024-07-14
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
1
-8
/
+3
2024-07-11
ice: Add support for devlink local_forwarding param
Pawel Kaminski
1
-0
/
+4
2024-07-11
ice: Add tracepoint for adding and removing switch rules
Marcin Szycik
1
-0
/
+3
2024-07-11
ice: Remove unused members from switch API
Marcin Szycik
1
-7
/
+0
2024-07-11
ice: remove unused recipe bookkeeping data
Michal Swiatkowski
1
-1
/
+0
2024-07-10
ice: Implement driver functionality to dump serdes equalizer values
Anil Samal
1
-0
/
+37
2024-07-10
ice: Implement driver functionality to dump fec statistics
Anil Samal
1
-0
/
+57
2024-07-10
ice: Extend Sideband Queue command to support flags
Anil Samal
1
-2
/
+3
2024-06-01
ice: Add NAC Topology device capability parser
Grzegorz Nitka
1
-0
/
+31
2024-06-01
ice: Add support for E825-C TS PLL handling
Michal Michalik
1
-2
/
+7
2024-06-01
ice: Introduce ETH56G PHY model for E825C products
Sergey Temerkhanov
1
-4
/
+6
2024-06-01
ice: Introduce ice_ptp_hw struct
Karol Kolacinski
1
-0
/
+24
2024-05-29
ice: fix 200G PHY types to link speed mapping
Paul Greenwalt
1
-0
/
+10
2024-05-06
ice: update E830 device ids and comments
Paul Greenwalt
1
-4
/
+4
2024-05-06
ice: add additional E830 device ids
Paul Greenwalt
1
-0
/
+6
2024-04-22
ice: Support 5 layer topology
Raj Victor
1
-0
/
+5
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+5
2024-04-03
ice: Fix freeing uninitialized pointers
Dan Carpenter
1
-5
/
+5
2024-04-01
ice: Add switch recipe reusing feature
Steven Zou
1
-0
/
+2
2024-03-22
overflow: Change DEFINE_FLEX to take __counted_by member
Kees Cook
1
-2
/
+2
2024-03-04
ice: avoid unnecessary devm_ usage
Maciej Fijalkowski
1
-23
/
+11
2024-03-04
ice: cleanup line splitting for context set functions
Jacob Keller
1
-7
/
+5
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-02-12
ice: add support for 3k signing DDP sections for E825C
Grzegorz Nitka
1
-0
/
+6
2024-02-12
ice: Add helper function ice_is_generic_mac
Grzegorz Nitka
1
-0
/
+12
2024-02-12
ice: introduce new E825C devices family
Grzegorz Nitka
1
-0
/
+19
2024-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+1
2024-01-02
ice: Enable SW interrupt from FW for LL TS
Karol Kolacinski
1
-0
/
+3
2023-12-27
ice: dpll: fix phase offset value
Arkadiusz Kubalewski
1
-3
/
+1
2023-12-18
ice: field get conversion
Jesse Brandeburg
1
-11
/
+8
[next]