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-07-24
ice: add tracepoints for the switchdev bridge
Pawel Chmielewski
2
-0
/
+100
2023-07-24
ice: implement static version of ageing
Michal Swiatkowski
2
-0
/
+58
2023-07-24
ice: implement bridge port vlan
Michal Swiatkowski
8
-90
/
+287
2023-07-24
ice: Add VLAN FDB support in switchdev mode
Marcin Szycik
2
-8
/
+317
2023-07-24
ice: Add guard rule when creating FDB in switchdev
Marcin Szycik
5
-36
/
+132
2023-07-24
ice: Switchdev FDB events support
Wojciech Drewek
2
-0
/
+478
2023-07-24
ice: Implement basic eswitch bridge setup
Wojciech Drewek
8
-9
/
+456
2023-07-24
ice: Unset src prune on uplink VSI
Wojciech Drewek
3
-0
/
+32
2023-07-24
ice: Disable vlan pruning for uplink VSI
Wojciech Drewek
1
-0
/
+10
2023-07-24
ice: Don't tx before switchdev is fully configured
Wojciech Drewek
1
-0
/
+3
2023-07-24
ice: Prohibit rx mode change in switchdev mode
Wojciech Drewek
1
-1
/
+1
2023-07-24
ice: Skip adv rules removal upon switchdev release
Wojciech Drewek
3
-55
/
+0
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-31
/
+21
2023-07-19
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-67
/
+164
2023-07-19
ice: xsk: Tx multi-buffer support
Maciej Fijalkowski
2
-23
/
+61
2023-07-19
ice: xsk: add RX multi-buffer support
Maciej Fijalkowski
2
-43
/
+102
2023-07-18
ice: remove unnecessary (void*) conversions
Wu Yunchuan
1
-2
/
+2
2023-07-14
ice: prevent NULL pointer deref during reload
Michal Swiatkowski
3
-4
/
+21
2023-07-14
ice: Unregister netdev and devlink_port only once
Petr Oros
1
-27
/
+0
2023-07-05
ice: Fix tx queue rate limit when TCs are configured
Sridhar Samudrala
3
-11
/
+19
2023-07-05
ice: Fix max_rate check while configuring TX rate limits
Sridhar Samudrala
1
-8
/
+8
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
38
-1409
/
+1205
2023-06-27
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+4
2023-06-22
ice: use ice_down_up() where applicable
Maciej Fijalkowski
1
-15
/
+3
2023-06-22
ice: Remove managed memory usage in ice_get_fw_log_cfg()
Christophe JAILLET
1
-2
/
+2
2023-06-22
ice: remove null checks before devm_kfree() calls
Przemek Kitszel
6
-75
/
+29
2023-06-22
ice: clean up freeing SR-IOV VFs
Przemek Kitszel
1
-3
/
+2
2023-06-22
ice: allow hot-swapping XDP programs
Maciej Fijalkowski
1
-10
/
+9
2023-06-22
ice: reduce initial wait for control queue messages
Jacob Keller
2
-3
/
+7
2023-06-15
ice: remove unnecessary check for old MAC == new MAC
Piotr Gardocki
1
-5
/
+0
2023-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-18
/
+10
2023-06-14
ice: Fix ice module unload
Jakub Buchocki
1
-11
/
+5
2023-06-12
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
4
-48
/
+84
2023-06-08
ice: do not re-enable miscellaneous interrupt until thread_fn completes
Jacob Keller
1
-4
/
+5
2023-06-08
ice: trigger PFINT_OICR_TSYN_TX interrupt instead of polling
Jacob Keller
1
-2
/
+9
2023-06-08
ice: Fix XDP memory leak when NIC is brought up and down
Kamil Maziarz
1
-0
/
+4
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-72
/
+6
2023-06-08
ice: introduce ICE_TX_TSTAMP_WORK enumeration
Jacob Keller
3
-22
/
+42
2023-06-08
ice: always return IRQ_WAKE_THREAD in ice_misc_intr()
Karol Kolacinski
1
-10
/
+4
2023-06-08
ice: handle extts in the miscellaneous interrupt thread
Karol Kolacinski
4
-19
/
+33
2023-06-08
ice: Don't dereference NULL in ice_gnss_read error path
Simon Horman
1
-7
/
+1
2023-06-07
ice: make writes to /dev/gnssX synchronous
Michal Schmidt
4
-72
/
+6
2023-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-06-01
ice: recycle/free all of the fragments from multi-buffer frame
Maciej Fijalkowski
1
-1
/
+1
2023-05-30
devlink: move port_split/unsplit() ops into devlink_port_ops
Jiri Pirko
1
-2
/
+2
2023-05-30
ice: register devlink port for PF with ops
Jiri Pirko
1
-1
/
+5
2023-05-26
overflow: Add struct_size_t() helper
Kees Cook
1
-5
/
+4
2023-05-19
ice: use src VSI instead of src MAC in slow-path
Michal Swiatkowski
9
-102
/
+40
2023-05-19
ice: allow matching on meta data
Michal Swiatkowski
5
-105
/
+95
2023-05-19
ice: specify field names in ice_prot_ext init
Michal Swiatkowski
1
-23
/
+28
[prev]
[next]