index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_switch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-03-28
1
-10
/
+14
|
\
|
*
ice: Refactor FW data type and fix bitmap casting issue
Steven Zou
2024-03-25
1
-10
/
+14
*
|
overflow: Change DEFINE_FLEX to take __counted_by member
Kees Cook
2024-03-23
1
-5
/
+5
|
/
*
ice: Add support for packet mirroring using hardware in switchdev mode
Andrii Staikov
2024-01-02
1
-7
/
+18
*
ice: field prep conversion
Jesse Brandeburg
2023-12-18
1
-41
/
+34
*
ice: make use of DEFINE_FLEX() in ice_switch.c
Przemek Kitszel
2023-10-03
1
-49
/
+14
*
ice: drop two params from ice_aq_alloc_free_res()
Przemek Kitszel
2023-08-17
1
-9
/
+7
*
ice: remove unused methods
Jan Sokolowski
2023-08-17
1
-48
/
+0
*
ice: Rename enum ice_pkt_flags values
Marcin Szycik
2023-08-07
1
-3
/
+3
*
ice: Add direction metadata
Marcin Szycik
2023-08-07
1
-2
/
+9
*
ice: process events created by lag netdev event handler
Dave Ertman
2023-07-27
1
-1
/
+9
*
ice: changes to the interface with the HW and FW for SRIOV_VF+LAG
Dave Ertman
2023-07-27
1
-21
/
+57
*
ice: Add guard rule when creating FDB in switchdev
Marcin Szycik
2023-07-24
1
-35
/
+62
*
ice: Skip adv rules removal upon switchdev release
Wojciech Drewek
2023-07-24
1
-53
/
+0
*
ice: remove null checks before devm_kfree() calls
Przemek Kitszel
2023-06-22
1
-13
/
+6
*
ice: use src VSI instead of src MAC in slow-path
Michal Swiatkowski
2023-05-19
1
-0
/
+6
*
ice: allow matching on meta data
Michal Swiatkowski
2023-05-19
1
-100
/
+58
*
ice: specify field names in ice_prot_ext init
Michal Swiatkowski
2023-05-19
1
-23
/
+28
*
ice: remove redundant Rx field from rule info
Michal Swiatkowski
2023-05-19
1
-11
/
+11
*
ice: define meta data to match in switch
Michal Swiatkowski
2023-05-19
1
-5
/
+6
*
ice: Fix ice_cfg_rdma_fltr() to only update relevant fields
Brett Creeley
2023-03-28
1
-4
/
+22
*
ice: switch: fix potential memleak in ice_add_adv_recipe()
Zhang Changzhong
2023-02-07
1
-1
/
+1
*
ice: Add L2TPv3 hardware offload support
Marcin Szycik
2022-09-20
1
-1
/
+69
*
ice: switch: Simplify memory allocation
Christophe JAILLET
2022-09-06
1
-4
/
+2
*
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2022-08-23
1
-161
/
+5
|
\
|
*
ice: Remove ucast_shared
Sylwester Dziedziuch
2022-08-18
1
-161
/
+5
*
|
ice: Ignore EEXIST when setting promisc mode
Grzegorz Siwik
2022-08-17
1
-1
/
+1
*
|
ice: Fix double VLAN error when entering promisc mode
Grzegorz Siwik
2022-08-17
1
-0
/
+7
|
/
*
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-08-08
1
-1
/
+1
|
\
|
*
net/ice: fix initializing the bitmap in the switch code
Alexander Lobakin
2022-07-01
1
-1
/
+1
*
|
ice: Introduce enabling promiscuous mode on multiple VF's
Michal Wilczynski
2022-07-28
1
-65
/
+71
*
|
ice: Add support for PPPoE hardware offload
Marcin Szycik
2022-07-26
1
-0
/
+165
*
|
ice: switch: dynamically add VLAN headers to dummy packets
Martyna Szapar-Mudlaw
2022-06-30
1
-397
/
+140
*
|
ice: Add support for VLAN TPID filters in switchdev
Martyna Szapar-Mudlaw
2022-06-30
1
-3
/
+56
*
|
ice: Add support for double VLAN in switchdev
Martyna Szapar-Mudlaw
2022-06-30
1
-1
/
+229
|
/
*
ice: fix access-beyond-end in the switch code
Alexander Lobakin
2022-06-02
1
-99
/
+89
*
ice: return ENOSPC when exceeding ICE_MAX_CHAIN_WORDS
Wojciech Drewek
2022-05-05
1
-1
/
+4
*
ice: switch: convert packet template match code to rodata
Alexander Lobakin
2022-04-07
1
-107
/
+108
*
ice: switch: use convenience macros to declare dummy pkt templates
Alexander Lobakin
2022-04-07
1
-71
/
+62
*
ice: switch: use a struct to pass packet template params
Alexander Lobakin
2022-04-07
1
-174
/
+94
*
ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()
Alexander Lobakin
2022-04-07
1
-7
/
+9
*
ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_u
Alexander Lobakin
2022-04-07
1
-8
/
+7
*
ice: Fix inconsistent indenting in ice_switch
Wojciech Drewek
2022-03-16
1
-1
/
+1
*
ice: Support GTP-U and GTP-C offload in switchdev
Marcin Szycik
2022-03-11
1
-18
/
+597
*
ice: Fix FV offset searching
Michal Swiatkowski
2022-03-11
1
-37
/
+2
*
ice: Add support for inner etype in switchdev
Martyna Szapar-Mudlaw
2022-03-09
1
-7
/
+265
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-25
1
-1
/
+3
|
\
|
*
ice: Match on all profiles in slow-path
Wojciech Drewek
2022-02-18
1
-1
/
+3
*
|
ice: Support configuring the device to Double VLAN Mode
Brett Creeley
2022-02-09
1
-0
/
+75
*
|
ice: Use the proto argument for VLAN ops
Brett Creeley
2022-02-09
1
-0
/
+5
|
/
[next]