index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-18
ice: Add E830 checksum offload support
Paul Greenwalt
1
-0
/
+18
2025-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-2
/
+2
2025-03-05
ice: register devlink prior to creating health reporters
Przemek Kitszel
1
-2
/
+2
2025-02-26
ice: use napi's irq affinity and rmap IRQ notifiers
Ahmed Zaki
1
-44
/
+3
2025-02-10
ice: Implement PTP support for E830 devices
Michal Michalik
1
-2
/
+7
2025-02-10
ice: Process TSYN IRQ in a separate function
Karol Kolacinski
1
-16
/
+2
2025-02-05
ice: init flow director before RDMA
Michal Swiatkowski
1
-2
/
+4
2025-01-17
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-0
/
+53
2025-01-16
ice: support FW Recovery Mode
Konrad Knitter
1
-0
/
+53
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2025-01-14
ice: add fw and port health reporters
Konrad Knitter
1
-0
/
+3
2025-01-14
ice: ice_probe: init ice_adapter after HW init
Przemek Kitszel
1
-10
/
+11
2025-01-14
ice: minor: rename goto labels from err to unroll
Przemek Kitszel
1
-8
/
+8
2025-01-14
ice: split ice_init_hw() out from ice_init_dev()
Przemek Kitszel
1
-11
/
+11
2025-01-14
ice: c827: move wait for FW to ice_init_hw()
Przemek Kitszel
1
-37
/
+0
2025-01-13
ice: Add correct PHY lane assignment
Karol Kolacinski
1
-3
/
+3
2024-12-17
ice: Add MDD logging via devlink health
Ben Shelton
1
-0
/
+6
2024-12-17
ice: add Tx hang devlink health reporter
Przemek Kitszel
1
-5
/
+13
2024-12-17
ice: rename devlink_port.[ch] to port.[ch]
Przemek Kitszel
1
-1
/
+1
2024-12-05
Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+5
2024-12-03
ice: Fix VLAN pruning in switchdev mode
Marcin Szycik
1
-3
/
+5
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-11-15
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-1
/
+32
2024-11-15
ndo_fdb_del: Add a parameter to report whether notification was sent
Petr Machata
1
-1
/
+3
2024-11-15
ndo_fdb_add: Add a parameter to report whether notification was sent
Petr Machata
1
-1
/
+3
2024-11-13
ice: Unbind the workqueue
Frederic Weisbecker
1
-1
/
+1
2024-11-13
ice: initialize pf->supported_rxdids immediately after loading DDP
Jacob Keller
1
-0
/
+31
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-32
/
+7
2024-10-08
ice: Make use of assign_bit() API
Hongbo Li
1
-2
/
+1
2024-10-08
ice: add E830 HW VF mailbox message limit support
Paul Greenwalt
1
-6
/
+18
2024-10-08
ice: Flush FDB entries before reset
Wojciech Drewek
1
-21
/
+3
2024-10-08
ice: Fix netif_is_ice() in Safe Mode
Marcin Szycik
1
-1
/
+2
2024-10-08
ice: Fix entering Safe Mode
Marcin Szycik
1
-3
/
+1
2024-09-30
ice: fix memleak in ice_init_tx_topology()
Przemek Kitszel
1
-7
/
+1
2024-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+0
2024-09-09
ice: stop calling pci_disable_device() as we use pcim
Przemek Kitszel
1
-2
/
+0
2024-09-06
ice: base subfunction aux driver
Piotr Raczynski
1
-0
/
+10
2024-09-06
ice: treat subfunction VSI the same as PF VSI
Michal Swiatkowski
1
-2
/
+3
2024-09-06
ice: add basic devlink subfunctions support
Piotr Raczynski
1
-0
/
+7
2024-09-06
ice: export ice ndo_ops functions
Piotr Raczynski
1
-29
/
+6
2024-09-06
ice: add new VSI type for subfunctions
Piotr Raczynski
1
-2
/
+5
2024-09-03
ice: do not bring the VSI up, if it was down before the XDP setup
Larysa Zaremba
1
-2
/
+5
2024-09-03
ice: check for XDP rings instead of bpf program when unconfiguring
Larysa Zaremba
1
-2
/
+2
2024-09-03
ice: protect XDP configuration with a mutex
Larysa Zaremba
1
-5
/
+14
2024-09-03
ice: move netif_queue_set_napi to rtnl-protected sections
Larysa Zaremba
1
-4
/
+13
2024-08-28
ice: Add netif_device_attach/detach into PF reset flow
Dawid Osuchowski
1
-0
/
+7
2024-08-07
ice: Fix reset handler
Grzegorz Nitka
1
-0
/
+2
2024-07-29
ice: improve updating ice_{t,r}x_ring::xsk_pool
Maciej Fijalkowski
1
-1
/
+1
2024-07-11
ice: remove eswitch rebuild
Michal Swiatkowski
1
-2
/
+0
[next]