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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-22
net/mlx5: Check vhca_resource_manager capability in each op and add extack msg
Jiri Pirko
1
-3
/
+20
2023-08-22
net/mlx5: Relax mlx5_devlink_eswitch_get() return value checking
Jiri Pirko
3
-37
/
+29
2023-08-22
net/mlx5: Return -EOPNOTSUPP in mlx5_devlink_port_fn_migratable_set() directly
Jiri Pirko
1
-2
/
+2
2023-08-22
net/mlx5: Reduce number of vport lookups passing vport pointer instead of index
Jiri Pirko
4
-96
/
+90
2023-08-22
net/mlx5: Embed struct devlink_port into driver structure
Jiri Pirko
5
-19
/
+26
2023-08-22
net/mlx5: Don't register ops for non-PF/VF/SF port and avoid checks in ops
Jiri Pirko
4
-19
/
+10
2023-08-22
net/mlx5: Remove no longer used mlx5_esw_offloads_sf_vport_enable/disable()
Jiri Pirko
3
-92
/
+0
2023-08-22
net/mlx5: Introduce mlx5_eswitch_load/unload_sf_vport() and use it from SF code
Jiri Pirko
5
-8
/
+64
2023-08-22
net/mlx5: Allow mlx5_esw_offloads_devlink_port_register() to register SFs
Jiri Pirko
1
-16
/
+21
2023-08-22
net/mlx5: Push devlink port PF/VF init/cleanup calls out of devlink_port_regi...
Jiri Pirko
4
-20
/
+58
2023-08-22
net/mlx5: Push out SF devlink port init and cleanup code to separate helpers
Jiri Pirko
1
-10
/
+51
2023-08-22
net/mlx5: Rework devlink port alloc/free into init/cleanup
Jiri Pirko
1
-22
/
+43
2023-08-22
igc: Fix the typo in the PTM Control macro
Sasha Neftin
1
-1
/
+1
2023-08-22
igb: Avoid starting unnecessary workqueues
Alessio Igor Bogani
1
-12
/
+12
2023-08-22
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
5
-33
/
+14
2023-08-22
bnx2x: new flag for track HW resource allocation
Thinh Tran
4
-28
/
+44
2023-08-22
Revert "wifi: mac80211_hwsim: check the return value of nla_put_u32"
Johannes Berg
1
-3
/
+2
2023-08-22
wifi: mac80211_hwsim: avoid calling nlmsg_free() in IRQ or IRQ disabled
EN-WEI WU
1
-3
/
+3
2023-08-22
wifi: mac80211_hwsim: drop short frames
Johannes Berg
1
-3
/
+4
2023-08-22
sfc: allocate a big enough SKB for loopback selftest packet
Edward Cree
3
-3
/
+3
2023-08-22
Merge tag 'mlx5-updates-2023-08-16' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
12
-83
/
+182
2023-08-22
Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
1
-0
/
+1
2023-08-22
net: ethernet: mtk_eth_soc: fix NULL pointer on hw reset
Daniel Golle
1
-2
/
+10
2023-08-22
vrf: Remove unnecessary RCU-bh critical section
Ido Schimmel
1
-2
/
+0
2023-08-22
vxlan: vnifilter: Use GFP_KERNEL instead of GFP_ATOMIC
Ido Schimmel
1
-1
/
+1
2023-08-22
net: ethernet: ti: Remove unused declarations
Yue Haibing
2
-3
/
+0
2023-08-22
net: microchip: Remove unused declarations
Yue Haibing
3
-7
/
+0
2023-08-22
ionic: Remove unused declarations
Yue Haibing
3
-3
/
+0
2023-08-22
net: mscc: ocelot: Remove unused declarations
Yue Haibing
2
-3
/
+0
2023-08-22
net: dsa: microchip: Remove unused declarations
Yue Haibing
2
-4
/
+0
2023-08-22
wifi: ath9k: Remove unused declarations
Yue Haibing
2
-3
/
+0
2023-08-22
wifi: ath9k: Remove unnecessary ternary operators
Ruan Jinjie
3
-4
/
+3
2023-08-22
wifi: ath9k: consistently use kstrtoX_from_user() functions
Dmitry Antipov
5
-139
/
+61
2023-08-22
wifi: ath9k: fix parameter check in ath9k_init_debug()
Minjie Du
1
-1
/
+1
2023-08-22
wifi: ath9k: protect WMI command response buffer replacement with a lock
Fedor Pchelkin
1
-6
/
+8
2023-08-22
wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rx
Fedor Pchelkin
1
-2
/
+4
2023-08-22
wifi: ath5k: Remove redundant dev_err()
Ruan Jinjie
1
-1
/
+0
2023-08-22
bonding: update port speed when getting bond speed
Hangbin Liu
1
-0
/
+1
2023-08-22
wifi: iwlmei: don't send nic info with invalid mac address
Avraham Stern
1
-3
/
+7
2023-08-22
wifi: iwlmei: send driver down SAP message only if wiamt is enabled
Avraham Stern
1
-1
/
+3
2023-08-22
wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is disabled
Avraham Stern
1
-23
/
+19
2023-08-22
wifi: iwlmei: don't send SAP messages if AMT is disabled
Avraham Stern
1
-7
/
+7
2023-08-22
wifi: iwlwifi: pcie: avoid a warning in case prepare card failed
Avraham Stern
1
-10
/
+1
2023-08-22
wifi: iwlwifi: remove memory check for LMAC error address
Mukesh Sisodiya
1
-2
/
+1
2023-08-22
wifi: iwlwifi: mvm: support flush on AP interfaces
Johannes Berg
1
-6
/
+0
2023-08-22
wifi: iwlwifi: mvm: enable HE TX/RX <242 tone RU on new RFs
Johannes Berg
1
-0
/
+2
2023-08-22
wifi: iwlwifi: add Razer to ppag approved list
Gregory Greenman
1
-0
/
+5
2023-08-22
wifi: iwlwifi: pcie: point invalid TFDs to invalid data
Johannes Berg
4
-6
/
+71
2023-08-22
wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up
Johannes Berg
1
-36
/
+35
2023-08-22
wifi: iwlwifi: pcie: move gen1 TB handling to header
Johannes Berg
2
-17
/
+16
[prev]
[next]