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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-13
ice: remove ice_mbx_deinit_snapshot
Jacob Keller
3
-19
/
+1
2023-03-13
ice: move VF overflow message count into struct ice_mbx_vf_info
Jacob Keller
5
-140
/
+69
2023-03-13
ice: track malicious VFs in new ice_mbx_vf_info structure
Jacob Keller
6
-53
/
+53
2023-03-13
ice: convert ice_mbx_clear_malvf to void and use WARN
Jacob Keller
4
-22
/
+14
2023-03-13
ice: re-order ice_mbx_reset_snapshot function
Jacob Keller
1
-24
/
+24
2023-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-14
/
+19
2023-03-08
ice: Remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-03-07
ethernet: ice: avoid gcc-9 integer overflow warning
Arnd Bergmann
1
-4
/
+4
2023-03-07
ice: don't ignore return codes in VSI related code
Michal Swiatkowski
1
-7
/
+10
2023-03-07
ice: Fix DSCP PFC TLV creation
Dave Ertman
1
-1
/
+1
2023-03-03
ice: copy last block omitted in ice_get_module_eeprom()
Petr Oros
1
-2
/
+4
2023-02-26
ice: remove unnecessary CONFIG_ICE_GNSS
Jacob Keller
2
-3
/
+3
2023-02-20
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-91
/
+140
2023-02-20
ice: properly alloc ICE_VSI_LB
Michal Swiatkowski
1
-0
/
+1
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-15
/
+59
2023-02-15
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
8
-11
/
+109
2023-02-15
ice: update xdp_features with xdp multi-buff
Lorenzo Bianconi
1
-6
/
+12
2023-02-14
ice: Mention CEE DCBX in code comment
Zhu Yanjun
1
-2
/
+2
2023-02-14
ice: Change ice_vsi_realloc_stat_arrays() to void
Tony Nguyen
1
-7
/
+4
2023-02-14
ice: add support BIG TCP on IPv6
Pawel Chmielewski
3
-0
/
+7
2023-02-14
ice/ptp: fix the PTP worker retrying indefinitely if the link went down
Daniel Vacek
1
-2
/
+6
2023-02-14
ice: Add GPIO pin support for E823 products
Karol Kolacinski
3
-0
/
+90
2023-02-13
ice: fix lost multicast packets in promisc mode
Jesse Brandeburg
1
-0
/
+26
2023-02-13
ice: Micro-optimize .ndo_xdp_xmit() path
Alexander Lobakin
3
-15
/
+20
2023-02-13
ice: Fix freeing XDP frames backed by Page Pool
Alexander Lobakin
4
-11
/
+43
2023-02-13
ice: Robustify cleaning/completing XDP Tx buffers
Alexander Lobakin
4
-36
/
+63
2023-02-13
ice: Remove two impossible branches on XDP Tx cleaning
Alexander Lobakin
2
-8
/
+2
2023-02-13
ice: Fix XDP Tx ring overrun
Alexander Lobakin
1
-7
/
+12
2023-02-13
ice: fix ice_tx_ring:: Xdp_tx_active underflow
Alexander Lobakin
1
-2
/
+3
2023-02-13
ice: Fix check for weight and priority of a scheduling node
Michal Wilczynski
1
-2
/
+2
2023-02-10
ice: xsk: Fix cleaning of XDP_TX frames
Larysa Zaremba
1
-6
/
+9
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
9
-416
/
+634
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-22
/
+30
2023-02-06
ice: switch: fix potential memleak in ice_add_adv_recipe()
Zhang Changzhong
1
-1
/
+1
2023-02-06
ice: Fix off by one in ice_tc_forward_to_queue()
Dan Carpenter
1
-1
/
+1
2023-02-06
ice: Fix disabling Rx VLAN filtering with port VLAN enabled
Brett Creeley
1
-1
/
+15
2023-02-06
ice: fix out-of-bounds KASAN warning in virtchnl
Michal Swiatkowski
2
-18
/
+12
2023-02-06
ice: Do not use WQ_MEM_RECLAIM flag for workqueue
Anirudh Venkataramanan
1
-1
/
+1
2023-02-06
ice: remove unnecessary virtchnl_ether_addr struct use
Jacob Keller
5
-35
/
+35
2023-02-06
ice: introduce .irq_close VF operation
Jacob Keller
3
-0
/
+6
2023-02-06
ice: introduce clear_reset_state operation
Jacob Keller
4
-4
/
+31
2023-02-06
ice: convert vf_ops .vsi_rebuild to .create_vsi
Jacob Keller
3
-15
/
+40
2023-02-06
ice: introduce ice_vf_init_host_cfg function
Jacob Keller
3
-34
/
+57
2023-02-06
ice: add a function to initialize vf entry
Jacob Keller
3
-14
/
+29
2023-02-06
ice: Pull common tasks into ice_vf_post_vsi_rebuild
Jacob Keller
2
-4
/
+17
2023-02-06
ice: move ice_vf_vsi_release into ice_vf_lib.c
Jacob Keller
3
-15
/
+19
2023-02-06
ice: move vsi_type assignment from ice_vsi_alloc to ice_vsi_cfg
Jacob Keller
1
-25
/
+26
2023-02-06
ice: refactor VSI setup to use parameter structure
Jacob Keller
6
-63
/
+147
2023-02-06
ice: drop unnecessary VF parameter from several VSI functions
Jacob Keller
1
-13
/
+8
2023-02-06
ice: fix function comment referring to ice_vsi_alloc
Jacob Keller
1
-1
/
+1
[prev]
[next]