index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_switch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-01
ice: fix VLAN replay after reset
Dave Ertman
1
-2
/
+0
2024-09-09
ice: fix VSI lists confusion when adding VLANs
Michal Schmidt
1
-1
/
+1
2024-09-09
ice: fix accounting for filters shared by multiple VSIs
Jacob Keller
1
-1
/
+1
2024-07-24
ice: Fix recipe read procedure
Wojciech Drewek
1
-4
/
+4
2024-07-11
ice: Add tracepoint for adding and removing switch rules
Marcin Szycik
1
-2
/
+20
2024-07-11
ice: Remove unused members from switch API
Marcin Szycik
1
-41
/
+10
2024-07-11
ice: Optimize switch recipe creation
Marcin Szycik
1
-329
/
+196
2024-07-11
ice: remove unused recipe bookkeeping data
Michal Swiatkowski
1
-40
/
+15
2024-07-11
ice: Simplify bitmap setting in adding recipe
Michal Swiatkowski
1
-15
/
+9
2024-07-11
ice: Remove reading all recipes before adding a new one
Michal Swiatkowski
1
-27
/
+2
2024-07-11
ice: Remove unused struct ice_prot_lkup_ext members
Marcin Szycik
1
-25
/
+19
2024-06-20
ice: Fix VSI list rule with ICE_SW_LKUP_LAST type
Marcin Szycik
1
-2
/
+4
2024-04-01
ice: Add switch recipe reusing feature
Steven Zou
1
-17
/
+170
2024-04-01
ice: Add support for PFCP hardware offload in switchdev
Marcin Szycik
1
-0
/
+85
2024-03-29
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-0
/
+4
2024-03-28
Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-10
/
+14
2024-03-25
ice: default Tx rule instead of to queue
Michal Swiatkowski
1
-0
/
+4
2024-03-25
ice: Refactor FW data type and fix bitmap casting issue
Steven Zou
1
-10
/
+14
2024-03-23
overflow: Change DEFINE_FLEX to take __counted_by member
Kees Cook
1
-5
/
+5
2024-01-02
ice: Add support for packet mirroring using hardware in switchdev mode
Andrii Staikov
1
-7
/
+18
2023-12-18
ice: field prep conversion
Jesse Brandeburg
1
-41
/
+34
2023-10-03
ice: make use of DEFINE_FLEX() in ice_switch.c
Przemek Kitszel
1
-49
/
+14
2023-08-17
ice: drop two params from ice_aq_alloc_free_res()
Przemek Kitszel
1
-9
/
+7
2023-08-17
ice: remove unused methods
Jan Sokolowski
1
-48
/
+0
2023-08-07
ice: Rename enum ice_pkt_flags values
Marcin Szycik
1
-3
/
+3
2023-08-07
ice: Add direction metadata
Marcin Szycik
1
-2
/
+9
2023-07-27
ice: process events created by lag netdev event handler
Dave Ertman
1
-1
/
+9
2023-07-27
ice: changes to the interface with the HW and FW for SRIOV_VF+LAG
Dave Ertman
1
-21
/
+57
2023-07-24
ice: Add guard rule when creating FDB in switchdev
Marcin Szycik
1
-35
/
+62
2023-07-24
ice: Skip adv rules removal upon switchdev release
Wojciech Drewek
1
-53
/
+0
2023-06-22
ice: remove null checks before devm_kfree() calls
Przemek Kitszel
1
-13
/
+6
2023-05-19
ice: use src VSI instead of src MAC in slow-path
Michal Swiatkowski
1
-0
/
+6
2023-05-19
ice: allow matching on meta data
Michal Swiatkowski
1
-100
/
+58
2023-05-19
ice: specify field names in ice_prot_ext init
Michal Swiatkowski
1
-23
/
+28
2023-05-19
ice: remove redundant Rx field from rule info
Michal Swiatkowski
1
-11
/
+11
2023-05-19
ice: define meta data to match in switch
Michal Swiatkowski
1
-5
/
+6
2023-03-28
ice: Fix ice_cfg_rdma_fltr() to only update relevant fields
Brett Creeley
1
-4
/
+22
2023-02-07
ice: switch: fix potential memleak in ice_add_adv_recipe()
Zhang Changzhong
1
-1
/
+1
2022-09-20
ice: Add L2TPv3 hardware offload support
Marcin Szycik
1
-1
/
+69
2022-09-06
ice: switch: Simplify memory allocation
Christophe JAILLET
1
-4
/
+2
2022-08-23
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-161
/
+5
2022-08-18
ice: Remove ucast_shared
Sylwester Dziedziuch
1
-161
/
+5
2022-08-17
ice: Ignore EEXIST when setting promisc mode
Grzegorz Siwik
1
-1
/
+1
2022-08-17
ice: Fix double VLAN error when entering promisc mode
Grzegorz Siwik
1
-0
/
+7
2022-08-08
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
1
-1
/
+1
2022-07-28
ice: Introduce enabling promiscuous mode on multiple VF's
Michal Wilczynski
1
-65
/
+71
2022-07-26
ice: Add support for PPPoE hardware offload
Marcin Szycik
1
-0
/
+165
2022-07-01
net/ice: fix initializing the bitmap in the switch code
Alexander Lobakin
1
-1
/
+1
2022-06-30
ice: switch: dynamically add VLAN headers to dummy packets
Martyna Szapar-Mudlaw
1
-397
/
+140
2022-06-30
ice: Add support for VLAN TPID filters in switchdev
Martyna Szapar-Mudlaw
1
-3
/
+56
[next]