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_virtchnl_pf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-14
ice: rename ice_virtchnl_pf.c to ice_sriov.c
Jacob Keller
1
-6613
/
+0
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-18
/
+0
2022-03-08
ice: stop disabling VFs due to PF error responses
Jacob Keller
1
-18
/
+0
2022-03-03
ice: convert VF storage to hash table with krefs and RCU
Jacob Keller
1
-108
/
+268
2022-03-03
ice: introduce VF accessor functions
Jacob Keller
1
-47
/
+84
2022-03-03
ice: factor VF variables to separate structure
Jacob Keller
1
-46
/
+48
2022-03-03
ice: convert ice_for_each_vf to include VF entry iterator
Jacob Keller
1
-70
/
+73
2022-03-03
ice: use ice_for_each_vf for iteration during removal
Jacob Keller
1
-5
/
+4
2022-03-03
ice: remove checks in ice_vc_send_msg_to_vf
Jacob Keller
1
-8
/
+3
2022-03-03
ice: move VFLR acknowledge during ice_free_vfs
Jacob Keller
1
-19
/
+8
2022-03-03
ice: move clear_malvf call in ice_free_vfs
Jacob Keller
1
-7
/
+6
2022-03-03
ice: pass num_vfs to ice_set_per_vf_res()
Jacob Keller
1
-61
/
+26
2022-03-03
ice: store VF pointer instead of VF ID
Jacob Keller
1
-3
/
+3
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-17
/
+25
2022-02-18
ice: fix concurrent reset and removal of VFs
Jacob Keller
1
-17
/
+25
2022-02-09
ice: Add ability for PF admin to enable VF VLAN pruning
Brett Creeley
1
-0
/
+14
2022-02-09
ice: Add support for 802.1ad port VLANs VF
Brett Creeley
1
-7
/
+44
2022-02-09
ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2
Brett Creeley
1
-43
/
+1089
2022-02-09
ice: Add outer_vlan_ops and VSI specific VLAN ops implementations
Brett Creeley
1
-34
/
+67
2022-02-09
ice: Use the proto argument for VLAN ops
Brett Creeley
1
-5
/
+5
2022-02-09
ice: Refactor vf->port_vlan_info to use ice_vlan
Brett Creeley
1
-34
/
+42
2022-02-09
ice: Introduce ice_vlan struct
Brett Creeley
1
-7
/
+12
2022-02-09
ice: Add new VSI VLAN ops
Brett Creeley
1
-97
/
+14
2022-02-09
ice: Add helper function for adding VLAN 0
Brett Creeley
1
-1
/
+1
2022-02-09
ice: Refactor spoofcheck configuration functions
Brett Creeley
1
-31
/
+128
2022-01-06
ice: improve switchdev's slow-path
Wojciech Drewek
1
-0
/
+11
2021-12-14
ice: Propagate error codes
Tony Nguyen
1
-3
/
+1
2021-12-14
ice: Remove excess error variables
Tony Nguyen
1
-26
/
+18
2021-12-14
ice: Cleanup after ice_status removal
Tony Nguyen
1
-17
/
+14
2021-12-14
ice: Remove enum ice_status
Tony Nguyen
1
-12
/
+12
2021-12-14
ice: Use int for ice_status
Tony Nguyen
1
-14
/
+14
2021-12-14
ice: Remove string printing for ice_status
Tony Nguyen
1
-24
/
+24
2021-12-14
ice: Refactor promiscuous functions
Brett Creeley
1
-84
/
+55
2021-12-14
ice: refactor PTYPE validating
Jeff Guo
1
-101
/
+106
2021-12-07
ice: rearm other interrupt cause register after enabling VFs
Paul Greenwalt
1
-0
/
+4
2021-12-07
ice: fix FDIR init missing when reset VF
Yahui Cao
1
-0
/
+2
2021-11-03
ice: Fix race conditions between virtchnl handling and VF ndo ops
Brett Creeley
1
-0
/
+25
2021-11-03
ice: Fix not stopping Tx queues for VFs
Brett Creeley
1
-4
/
+2
2021-11-03
ice: Fix replacing VF hardware MAC to existing MAC filter
Sylwester Dziedziuch
1
-5
/
+9
2021-11-03
ice: Remove toggling of antispoof for VF trusted promiscuous mode
Brett Creeley
1
-18
/
+0
2021-11-03
ice: Fix VF true promiscuous mode
Brett Creeley
1
-39
/
+39
2021-10-29
ice: Remove boolean vlan_promisc flag from function
Brett Creeley
1
-3
/
+6
2021-10-28
ice: send correct vc status in switchdev
Michal Swiatkowski
1
-14
/
+49
2021-10-20
ice: Add infrastructure for mqprio support via ndo_setup_tc
Kiran Patil
1
-2
/
+2
2021-10-19
ice: fix an error code in ice_ena_vfs()
Dan Carpenter
1
-1
/
+2
2021-10-19
ice: Forbid trusted VFs in switchdev mode
Wojciech Drewek
1
-5
/
+5
2021-10-19
ice: Add support for VF rate limiting
Brett Creeley
1
-2
/
+158
2021-10-15
ice: split ice_ring onto Tx/Rx separate structs
Maciej Fijalkowski
1
-1
/
+1
2021-10-07
ice: add port representor ethtool ops and stats
Wojciech Drewek
1
-2
/
+2
2021-10-07
ice: rebuild switchdev when resetting all VFs
Grzegorz Nitka
1
-0
/
+4
[next]