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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-23
mlx4: Connect the infiniband part to the auxiliary bus
Petr Pavlu
1
-0
/
+13
2023-08-23
mlx4: Connect the ethernet part to the auxiliary bus
Petr Pavlu
2
-20
/
+58
2023-08-23
mlx4: Register mlx4 devices to an auxiliary virtual bus
Petr Pavlu
4
-4
/
+250
2023-08-23
mlx4: Avoid resetting MLX4_INTFF_BONDING per driver
Petr Pavlu
1
-8
/
+11
2023-08-23
mlx4: Move the bond work to the core driver
Petr Pavlu
3
-68
/
+64
2023-08-23
mlx4: Get rid of the mlx4_interface.activate callback
Petr Pavlu
2
-23
/
+16
2023-08-23
mlx4: Replace the mlx4_interface.event callback with a notifier
Petr Pavlu
5
-15
/
+41
2023-08-23
mlx4: Use 'void *' as the event param of mlx4_dispatch_event()
Petr Pavlu
6
-14
/
+28
2023-08-23
mlx4: Rename member mlx4_en_dev.nb to netdev_nb
Petr Pavlu
3
-9
/
+9
2023-08-23
mlx4: Get rid of the mlx4_interface.get_dev callback
Petr Pavlu
2
-29
/
+0
2023-08-23
qed/qede: Remove unused declarations
Yue Haibing
2
-4
/
+0
2023-08-23
octeontx2-pf: Use PTP HW timestamp counter atomic update feature
Sai Krishna
7
-55
/
+307
2023-08-22
net/mlx5e: Support IPsec upper TCP protocol selector
Leon Romanovsky
2
-16
/
+38
2023-08-22
net/mlx5e: Support IPsec upper protocol selector field offload for RX
Emeel Hakim
2
-6
/
+6
2023-08-22
net/mlx5: Store vport in struct mlx5_devlink_port and use it in port ops
Jiri Pirko
3
-53
/
+29
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
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
net: ethernet: mtk_eth_soc: fix NULL pointer on hw reset
Daniel Golle
1
-2
/
+10
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
alx: fix OOB-read compiler warning
GONG, Ruiqi
1
-3
/
+2
2023-08-21
tg3: Use slab_build_skb() when needed
Kees Cook
1
-1
/
+4
2023-08-21
net/mlx5: Convert PCI error values to generic errnos
Ilpo Järvinen
1
-6
/
+6
2023-08-21
net/mlx5: Use RMW accessors for changing LNKCTL
Ilpo Järvinen
1
-7
/
+2
2023-08-21
Revert "pds_core: Fix some kernel-doc comments"
Jakub Kicinski
1
-2
/
+2
2023-08-21
net/mlx5: Devcom, only use devcom after NULL check in mlx5_devcom_send_event()
Li Zetao
1
-1
/
+2
2023-08-21
net/mlx5: DR, Supporting inline WQE when possible
Itamar Gozlan
1
-13
/
+102
2023-08-21
net/mlx5: Rename devlink port ops struct for PFs/VFs
Jiri Pirko
1
-2
/
+2
2023-08-21
net/mlx5: Remove VPORT_UPLINK handling from devlink_port.c
Jiri Pirko
1
-10
/
+2
2023-08-21
net/mlx5: Call mlx5_esw_offloads_rep_load/unload() for uplink port directly
Jiri Pirko
1
-12
/
+8
2023-08-21
net/mlx5: Remove health syndrome enum duplication
Gal Pressman
1
-25
/
+11
2023-08-21
net/mlx5: DR, Remove unneeded local variable
Yevgeny Kliteynik
1
-1
/
+0
[prev]
[next]