index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
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-06
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-22
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-07
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-06-30
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
2022-06-30
ice: Add support for double VLAN in switchdev
Martyna Szapar-Mudlaw
1
-1
/
+229
2022-06-02
ice: fix access-beyond-end in the switch code
Alexander Lobakin
1
-99
/
+89
2022-05-05
ice: return ENOSPC when exceeding ICE_MAX_CHAIN_WORDS
Wojciech Drewek
1
-1
/
+4
2022-04-07
ice: switch: convert packet template match code to rodata
Alexander Lobakin
1
-107
/
+108
2022-04-07
ice: switch: use convenience macros to declare dummy pkt templates
Alexander Lobakin
1
-71
/
+62
2022-04-07
ice: switch: use a struct to pass packet template params
Alexander Lobakin
1
-174
/
+94
2022-04-07
ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()
Alexander Lobakin
1
-7
/
+9
2022-04-07
ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_u
Alexander Lobakin
1
-8
/
+7
2022-03-16
ice: Fix inconsistent indenting in ice_switch
Wojciech Drewek
1
-1
/
+1
2022-03-11
ice: Support GTP-U and GTP-C offload in switchdev
Marcin Szycik
1
-18
/
+597
2022-03-11
ice: Fix FV offset searching
Michal Swiatkowski
1
-37
/
+2
2022-03-09
ice: Add support for inner etype in switchdev
Martyna Szapar-Mudlaw
1
-7
/
+265
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2022-02-18
ice: Match on all profiles in slow-path
Wojciech Drewek
1
-1
/
+3
2022-02-09
ice: Support configuring the device to Double VLAN Mode
Brett Creeley
1
-0
/
+75
2022-02-09
ice: Use the proto argument for VLAN ops
Brett Creeley
1
-0
/
+5
2022-01-06
ice: Slightly simply ice_find_free_recp_res_idx
Christophe JAILLET
1
-2
/
+0
2022-01-06
ice: improve switchdev's slow-path
Wojciech Drewek
1
-0
/
+53
2022-01-06
ice: replay advanced rules after reset
Victor Raj
1
-3
/
+38
2021-12-14
ice: Cleanup after ice_status removal
Tony Nguyen
1
-40
/
+35
2021-12-14
ice: Remove enum ice_status
Tony Nguyen
1
-123
/
+123
2021-12-14
ice: Use int for ice_status
Tony Nguyen
1
-102
/
+102
2021-12-07
ice: fix adding different tunnels
Michal Swiatkowski
1
-6
/
+13
2021-10-28
ice: fix error return code in ice_get_recp_frm_fw()
Wang Hai
1
-1
/
+3
2021-10-28
ice: support for GRE in eswitch
Michal Swiatkowski
1
-0
/
+110
2021-10-28
ice: low level support for tunnels
Michal Swiatkowski
1
-15
/
+260
2021-10-20
ice: Add tc-flower filter support for channel
Kiran Patil
1
-0
/
+119
2021-10-19
ice: Manage act flags for switchdev offloads
Wojciech Drewek
1
-1
/
+8
2021-10-11
ice: cleanup rules info
Victor Raj
1
-2
/
+26
2021-10-11
ice: allow deleting advanced rules
Shivanshu Shukla
1
-0
/
+223
[next]