index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
netdevsim
/
dev.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-27
net: ethernet: ti: Move devlink registration to be last devlink command
Leon Romanovsky
2
-14
/
+8
2021-09-27
qed: Move devlink registration to be last devlink command
Leon Romanovsky
1
-5
/
+2
2021-09-27
ionic: Move devlink registration to be last devlink command
Leon Romanovsky
1
-2
/
+2
2021-09-27
nfp: Move delink_register to be last command
Leon Romanovsky
2
-10
/
+4
2021-09-27
net: mscc: ocelot: delay devlink registration to the end
Leon Romanovsky
1
-3
/
+2
2021-09-27
mlxsw: core: Register devlink instance last
Leon Romanovsky
1
-13
/
+6
2021-09-27
net/mlx5: Accept devlink user input after driver initialization complete
Leon Romanovsky
3
-7
/
+6
2021-09-27
net/mlx4: Move devlink_register to be the last initialization command
Leon Romanovsky
1
-5
/
+3
2021-09-27
net/prestera: Split devlink and traps registrations to separate routines
Leon Romanovsky
3
-27
/
+14
2021-09-27
octeontx2: Move devlink registration to be last devlink command
Leon Romanovsky
2
-20
/
+5
2021-09-27
ice: Open devlink when device is ready
Leon Romanovsky
1
-4
/
+2
2021-09-27
net: hinic: Open device for the user access when it is ready
Leon Romanovsky
1
-5
/
+2
2021-09-27
dpaa2-eth: Register devlink instance at the end of probe
Leon Romanovsky
3
-7
/
+21
2021-09-27
liquidio: Overcome missing device lock protection in init/remove flows
Leon Romanovsky
1
-7
/
+12
2021-09-27
bnxt_en: Register devlink instance at the end devlink configuration
Leon Romanovsky
1
-9
/
+6
2021-09-27
devlink: Notify users when objects are accessible
Leon Romanovsky
1
-14
/
+93
2021-09-27
cxgb: avoid open-coded offsetof()
Arnd Bergmann
1
-1
/
+1
2021-09-27
net: stmmac: fix gcc-10 -Wrestrict warning
Arnd Bergmann
1
-0
/
+4
2021-09-27
net: ethernet: emac: utilize of_net's of_get_mac_address()
Christian Lamparter
1
-7
/
+5
2021-09-27
net: sparx5: fix resource_size.cocci warnings
Yang Li
1
-2
/
+1
2021-09-27
ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()
Cai Huoqing
1
-16
/
+9
2021-09-27
net: cisco: Fix a function name in comments
Cai Huoqing
2
-3
/
+3
2021-09-27
net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.c
Mianhan Liu
1
-1
/
+0
2021-09-27
net: smsc: Fix function names in print messages and comments
Cai Huoqing
1
-3
/
+3
2021-09-27
net: sis: Fix a function name in comments
Cai Huoqing
1
-1
/
+1
2021-09-27
net: broadcom: Fix a function name in comments
Cai Huoqing
1
-1
/
+1
2021-09-27
net: atl1c: Fix a function name in print messages
Cai Huoqing
1
-1
/
+1
2021-09-27
net: fddi: skfp: Fix a function name in comments
Cai Huoqing
1
-1
/
+1
2021-09-27
FDDI: defxx: Fix function names in coments
Cai Huoqing
1
-3
/
+3
2021-09-27
net: make napi_disable() symmetric with enable
Jakub Kicinski
1
-6
/
+12
2021-09-27
ptp: clockmatrix: use rsmu driver to access i2c/spi bus
Min Li
4
-1242
/
+461
2021-09-27
selftests: net: fib_nexthops: Wait before checking reported idle time
Petr Machata
1
-0
/
+1
2021-09-26
octeontx2-af: Optimize KPU1 processing for variable-length headers
Kiran Kumar K
7
-323
/
+195
2021-09-26
octeontx2-af: Limit KPU parsing for GTPU packets
Kiran Kumar K
1
-19
/
+2
2021-09-25
mptcp: re-arm retransmit timer if data is pending
Florian Westphal
1
-3
/
+18
2021-09-25
mptcp: remove tx_pending_data
Florian Westphal
2
-5
/
+0
2021-09-25
mptcp: use lockdep_assert_held_once() instead of open-coding it
Paolo Abeni
1
-6
/
+3
2021-09-25
mptcp: use OPTIONS_MPTCP_MPC
Geliang Tang
1
-5
/
+2
2021-09-25
mptcp: do not shrink snd_nxt when recovering
Florian Westphal
2
-17
/
+34
2021-09-24
net/mlx5e: Enable TC offload for ingress MACVLAN
Dima Chumak
1
-2
/
+16
2021-09-24
net/mlx5e: Enable TC offload for egress MACVLAN
Dima Chumak
1
-0
/
+4
2021-09-24
net/mlx5e: loopback test is not supported in switchdev mode
Roi Dayan
3
-43
/
+56
2021-09-24
net/mlx5e: Use NL_SET_ERR_MSG_MOD() for errors parsing tunnel attributes
Roi Dayan
1
-4
/
+4
2021-09-24
net/mlx5e: Use tc sample stubs instead of ifdefs in source file
Roi Dayan
3
-14
/
+27
2021-09-24
net/mlx5e: Remove redundant priv arg from parse_pedit_to_reformat()
Roi Dayan
1
-3
/
+2
2021-09-24
net/mlx5e: Check action fwd/drop flag exists also for nic flows
Roi Dayan
1
-7
/
+6
2021-09-24
net/mlx5e: Set action fwd flag when parsing tc action goto
Roi Dayan
1
-25
/
+18
2021-09-24
net/mlx5e: Remove incorrect addition of action fwd flag
Roi Dayan
1
-3
/
+0
2021-09-24
net/mlx5e: Use correct return type
Roi Dayan
1
-14
/
+13
2021-09-24
net/mlx5e: Add error flow for ethtool -X command
Aya Levin
1
-5
/
+22
[prev]
[next]