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_eswitch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-28
ice: Introduce enabling promiscuous mode on multiple VF's
Michal Wilczynski
1
-4
/
+4
2022-04-14
ice: fix crash in switchdev mode
Wojciech Drewek
1
-1
/
+2
2022-03-03
ice: convert VF storage to hash table with krefs and RCU
Jacob Keller
1
-0
/
+16
2022-03-03
ice: introduce VF accessor functions
Jacob Keller
1
-3
/
+3
2022-03-03
ice: factor VF variables to separate structure
Jacob Keller
1
-5
/
+15
2022-03-03
ice: convert ice_for_each_vf to include VF entry iterator
Jacob Keller
1
-31
/
+32
2022-03-03
ice: store VF pointer instead of VF ID
Jacob Keller
1
-3
/
+4
2022-03-03
ice: refactor unwind cleanup in eswitch mode
Jacob Keller
1
-32
/
+31
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-02-18
ice: Match on all profiles in slow-path
Wojciech Drewek
1
-0
/
+1
2022-02-09
ice: Add outer_vlan_ops and VSI specific VLAN ops implementations
Brett Creeley
1
-1
/
+4
2022-02-09
ice: Add new VSI VLAN ops
Brett Creeley
1
-1
/
+1
2022-02-09
ice: Add helper function for adding VLAN 0
Brett Creeley
1
-2
/
+2
2022-01-06
ice: improve switchdev's slow-path
Wojciech Drewek
1
-74
/
+95
2021-10-29
ice: Clear synchronized addrs when adding VFs in switchdev mode
Marcin Szycik
1
-0
/
+6
2021-10-20
ice: Add infrastructure for mqprio support via ndo_setup_tc
Kiran Patil
1
-1
/
+1
2021-10-15
ice: split ice_ring onto Tx/Rx separate structs
Maciej Fijalkowski
1
-23
/
+12
2021-10-11
ice: ndo_setup_tc implementation for PR
Michal Swiatkowski
1
-0
/
+3
2021-10-07
ice: switchdev slow path
Grzegorz Nitka
1
-0
/
+80
2021-10-07
ice: rebuild switchdev when resetting all VFs
Grzegorz Nitka
1
-0
/
+83
2021-10-07
ice: enable/disable switchdev when managing VFs
Grzegorz Nitka
1
-0
/
+38
2021-10-07
ice: introduce new type of VSI for switchdev
Grzegorz Nitka
1
-1
/
+1
2021-10-07
ice: set and release switchdev environment
Grzegorz Nitka
1
-0
/
+394
2021-10-07
ice: support basic E-Switch mode control
Michal Swiatkowski
1
-0
/
+62