index
:
linux
master
btrfs-t implementation, since changes won't upstream, periodic tags will reflect recent updates to the kernel
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
Age
Commit message (
Expand
)
Author
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-15
ice: Fix a NULL vs IS_ERR() check in probe()
Dan Carpenter
2024-09-15
ice: Fix a couple NULL vs IS_ERR() bugs
Dan Carpenter
2024-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-09-09
ice: fix VSI lists confusion when adding VLANs
Michal Schmidt
2024-09-09
ice: stop calling pci_disable_device() as we use pcim
Przemek Kitszel
2024-09-09
ice: fix accounting for filters shared by multiple VSIs
Jacob Keller
2024-09-09
ice: Fix lldp packets dropping after changing the number of channels
Martyna Szapar-Mudlaw
2024-09-06
ice: subfunction activation and base devlink ops
Piotr Raczynski
2024-09-06
ice: basic support for VLAN in subfunctions
Michal Swiatkowski
2024-09-06
ice: support subfunction devlink Tx topology
Michal Swiatkowski
2024-09-06
ice: implement netdevice ops for SF representor
Michal Swiatkowski
2024-09-06
ice: check if SF is ready in ethtool ops
Michal Swiatkowski
2024-09-06
ice: don't set target VSI for subfunction
Michal Swiatkowski
2024-09-06
ice: create port representor for SF
Michal Swiatkowski
2024-09-06
ice: make representor code generic
Michal Swiatkowski
2024-09-06
ice: implement netdev for subfunction
Piotr Raczynski
2024-09-06
ice: base subfunction aux driver
Piotr Raczynski
2024-09-06
ice: allocate devlink for subfunction
Piotr Raczynski
2024-09-06
ice: treat subfunction VSI the same as PF VSI
Michal Swiatkowski
2024-09-06
ice: add basic devlink subfunctions support
Piotr Raczynski
2024-09-06
ice: export ice ndo_ops functions
Piotr Raczynski
2024-09-06
ice: add new VSI type for subfunctions
Piotr Raczynski
2024-09-06
ice: Remove setting of RX software timestamp
Gal Pressman
2024-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-09-03
ice: do not bring the VSI up, if it was down before the XDP setup
Larysa Zaremba
2024-09-03
ice: remove ICE_CFG_BUSY locking from AF_XDP code
Larysa Zaremba
2024-09-03
ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
Larysa Zaremba
2024-09-03
ice: check for XDP rings instead of bpf program when unconfiguring
Larysa Zaremba
2024-09-03
ice: protect XDP configuration with a mutex
Larysa Zaremba
2024-09-03
ice: move netif_queue_set_napi to rtnl-protected sections
Larysa Zaremba
2024-08-28
ice: Add netif_device_attach/detach into PF reset flow
Dawid Osuchowski
2024-08-27
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2024-08-26
ice: add callbacks for Embedded SYNC enablement on dpll pins
Arkadiusz Kubalewski
2024-08-26
ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sc...
Aleksandr Mishin
2024-08-26
ice: Report NVM version numbers on mismatch during load
Sergey Temerkhanov
2024-08-26
ice: remove unnecessary control queue cmd_buf arrays
Jacob Keller
2024-08-26
ice: reword comments referring to control queues
Jacob Keller
2024-08-26
ice: stop intermixing AQ commands/responses debug dumps
Przemek Kitszel
2024-08-26
ice: do not clutter debug logs with unused data
Bruce Allan
2024-08-26
ice: improve debug print for control queue messages
Jacob Keller
2024-08-26
ice: implement and use rd32_poll_timeout for ice_sq_done timeout
Jacob Keller
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-21
ice: Fix a 32bit bug
Dan Carpenter
2024-08-20
ice: use internal pf id instead of function number
Michal Swiatkowski
2024-08-20
ice: fix truesize operations for PAGE_SIZE >= 8192
Maciej Fijalkowski
2024-08-20
ice: fix ICE_LAST_OFFSET formula
Maciej Fijalkowski
2024-08-20
ice: fix page reuse when PAGE_SIZE is over 8k
Maciej Fijalkowski
2024-08-13
iavf: add support for offloading tc U32 cls filters
Ahmed Zaki
2024-08-13
ice: enable FDIR filters from raw binary patterns for VFs
Junfeng Guo
[next]