index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_switch.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-10-11
ice: allow adding advanced rules
Grishma Kotecha
1
-1
/
+831
2021-10-11
ice: create advanced switch recipe
Dan Nowlin
1
-5
/
+1111
2021-10-11
ice: manage profiles and field vectors
Dan Nowlin
1
-1
/
+2
2021-10-11
ice: implement low level recipes functions
Grishma Kotecha
1
-0
/
+155
2021-10-07
ice: allow changing lan_en and lb_en on dflt rules
Michal Swiatkowski
1
-1
/
+1
2021-05-28
ice: Implement iidc operations
Dave Ertman
1
-0
/
+28
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+9
2021-03-31
ice: correct memory allocation call
Bruce Allan
1
-1
/
+1
2021-03-29
ice: Cleanup fltr list in case of allocation issues
Robert Malz
1
-1
/
+2
2021-03-29
ice: Fix for dereference of NULL pointer
Jacek BuĊatek
1
-5
/
+7
2021-02-08
ice: remove unnecessary casts
Bruce Allan
1
-1
/
+1
2020-12-09
ice: join format strings to same line as ice_debug
Jacob Keller
1
-10
/
+5
2020-07-29
ice: return correct error code from ice_aq_sw_rules
Kiran Patil
1
-1
/
+7
2020-07-01
ice: replace single-element array used for C struct hack
Bruce Allan
1
-22
/
+14
2020-07-01
ice: avoid unnecessary single-member variable-length structs
Bruce Allan
1
-7
/
+7
2020-05-31
ice: fix function signature style format
Bruce Allan
1
-6
/
+3
2020-05-22
ice: Initialize Flow Director resources
Henry Tieman
1
-0
/
+75
2020-05-21
ice: Fix casting issues
Karol Kolacinski
1
-6
/
+6
2020-03-10
ice: use variable name more descriptive than type
Bruce Allan
1
-10
/
+10
2020-02-15
ice: replace "fallthrough" comments with fallthrough reserved word
Bruce Allan
1
-2
/
+2
2020-01-24
ice: Allocate flow profile
Tony Nguyen
1
-36
/
+0
[next]