index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_main.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
ice: Add correct PHY lane assignment
Karol Kolacinski
1
-3
/
+3
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
2024-07-11
net: intel: Remove MODULE_AUTHORs
Tony Nguyen
1
-1
/
+0
2024-06-28
ice: Distinguish driver reset and removal for AQ shutdown
Piotr Gardocki
1
-3
/
+3
2024-06-28
ice: Check all ice_vsi_rebuild() errors in function
Eric Joyner
1
-2
/
+11
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+9
2024-06-23
ice: Rebuild TC queues on VSI queue reconfiguration
Jan Sokolowski
1
-1
/
+9
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+9
2024-06-13
ice: fix 200G link speed message log
Paul Greenwalt
1
-0
/
+3
2024-06-13
ice: avoid IRQ collision to fix init failure on ACPI S3 resume
En-Wei Wu
1
-1
/
+6
2024-06-10
ice: use irq_update_affinity_hint()
Michal Schmidt
1
-2
/
+2
2024-06-05
ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
Larysa Zaremba
1
-39
/
+57
2024-06-05
ice: add flag to distinguish reset from .ndo_bpf in XDP rings config
Larysa Zaremba
1
-10
/
+12
2024-05-07
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-8
/
+14
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-05-06
ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsi
Mateusz Polchlopek
1
-4
/
+4
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-25
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
1
-0
/
+1
2024-04-24
net: intel: introduce {, Intel} Ethernet common library
Alexander Lobakin
1
-0
/
+1
2024-04-22
ice: Enable switching default Tx scheduler topology
Michal Wilczynski
1
-19
/
+89
[next]