index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
user_namespace.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-19
netdevsim: convert driver to use unlocked devlink API during init/fini
Jiri Pirko
6
-123
/
+102
2022-07-19
net: devlink: add unlocked variants of devlink_region_create/destroy() functions
Jiri Pirko
2
-28
/
+66
2022-07-19
mlxsw: convert driver to use unlocked devlink API during init/fini
Jiri Pirko
10
-241
/
+248
2022-07-19
net: devlink: add unlocked variants of devlink_dpipe*() functions
Jiri Pirko
2
-46
/
+147
2022-07-19
net: devlink: add unlocked variants of devlink_sb*() functions
Jiri Pirko
2
-18
/
+41
2022-07-19
net: devlink: add unlocked variants of devlink_resource*() functions
Jiri Pirko
2
-61
/
+173
2022-07-19
net: devlink: add unlocked variants of devling_trap*() functions
Jiri Pirko
2
-32
/
+168
2022-07-19
net: devlink: avoid false DEADLOCK warning reported by lockdep
Moshe Shemesh
1
-0
/
+4
2022-07-18
atl1c: use netif_napi_add_tx() for Tx NAPI
Sieng-Piaw Liew
1
-2
/
+2
2022-07-18
net: dsa: microchip: fix Clang -Wunused-const-variable warning on 'ksz_dt_ids'
Arun Ramadoss
1
-1
/
+1
2022-07-18
tls: rx: decrypt into a fresh skb
Jakub Kicinski
2
-37
/
+72
2022-07-18
tls: rx: async: don't put async zc on the list
Jakub Kicinski
1
-21
/
+19
2022-07-18
tls: rx: async: hold onto the input skb
Jakub Kicinski
5
-10
/
+39
2022-07-18
tls: rx: async: adjust record geometry immediately
Jakub Kicinski
1
-39
/
+10
2022-07-18
tls: rx: return the decrypted skb via darg
Jakub Kicinski
1
-10
/
+39
2022-07-18
tls: rx: read the input skb from ctx->recv_pkt
Jakub Kicinski
3
-34
/
+42
2022-07-18
tls: rx: factor out device darg update
Jakub Kicinski
1
-19
/
+41
2022-07-18
tls: rx: remove the message decrypted tracking
Jakub Kicinski
2
-11
/
+0
2022-07-18
tls: rx: don't keep decrypted skbs on ctx->recv_pkt
Jakub Kicinski
1
-21
/
+28
2022-07-18
tls: rx: don't try to keep the skbs always on the list
Jakub Kicinski
1
-11
/
+12
2022-07-18
tls: rx: allow only one reader at a time
Jakub Kicinski
2
-7
/
+57
2022-07-18
net/smc: Extend SMC-R link group netlink attribute
Wen Gu
2
-0
/
+3
2022-07-18
net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-R
Wen Gu
9
-118
/
+328
2022-07-18
net/smc: Use sysctl-specified types of buffers in new link group
Wen Gu
2
-0
/
+2
2022-07-18
net/smc: Introduce a sysctl for setting SMC-R buffer type
Wen Gu
4
-0
/
+31
2022-07-18
net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpu
Guangguan Wang
4
-0
/
+40
2022-07-18
net/smc: remove redundant dma sync ops
Guangguan Wang
5
-29
/
+0
2022-07-16
selftests: net: arp_ndisc_untracked_subnets: test for arp_accept and accept_u...
Jaehee Park
2
-0
/
+309
2022-07-16
net: ipv6: new accept_untracked_na option to accept na only if in-network
Jaehee Park
3
-27
/
+55
2022-07-16
net: ipv4: new arp_accept option to accept garp only if in-network
Jaehee Park
3
-6
/
+29
2022-07-15
octeontx2-af: Set NIX link credits based on max LMAC
Sunil Goutham
7
-9
/
+102
2022-07-15
octeontx2-af: Fixes static warnings
Ratheesh Kannoth
2
-15
/
+55
2022-07-15
net: dsa: qca8k: move driver to qca dir
Christian Marangi
6
-9
/
+9
2022-07-15
net/sched: sch_cbq: Delete unused delay_timer
Peilin Ye
1
-79
/
+0
2022-07-15
net: devlink: fix return statement in devlink_port_new_notify()
Jiri Pirko
1
-2
/
+1
2022-07-15
net: devlink: fix a typo in function name devlink_port_new_notifiy()
Jiri Pirko
1
-4
/
+4
2022-07-15
net: devlink: make devlink_dpipe_headers_register() return void
Jiri Pirko
3
-8
/
+5
2022-07-14
x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
Nathan Chancellor
1
-1
/
+2
2022-07-14
um: Replace to_phys() and to_virt() with less generic function names
Guenter Roeck
3
-7
/
+7
2022-07-14
nfp: flower: configure tunnel neighbour on cmsg rx
Tianyu Yuan
1
-5
/
+13
2022-07-14
net/tls: Check for errors in tls_device_init
Tariq Toukan
3
-5
/
+10
2022-07-14
MAINTAINERS: Add an additional maintainer to the AMD XGBE driver
Tom Lendacky
1
-0
/
+1
2022-07-14
xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue
Juergen Gross
1
-0
/
+1
2022-07-14
amdgpu: disable powerpc support for the newer display engine
Linus Torvalds
1
-1
/
+1
2022-07-14
selftests/net: test nexthop without gw
Nicolas Dichtel
2
-1
/
+120
2022-07-14
ip: fix dflt addr selection for connected nexthop
Nicolas Dichtel
1
-1
/
+1
2022-07-14
ARM: 9208/1: entry: add .ltorg directive to keep literals in range
Ard Biesheuvel
1
-0
/
+1
2022-07-14
ARM: 9207/1: amba: fix refcount underflow if amba_device_add() fails
Wang Kefeng
1
-6
/
+2
2022-07-14
net: atlantic: remove aq_nic_deinit() when resume
Chia-Lin Kao (AceLan)
1
-3
/
+0
2022-07-14
net: atlantic: remove deep parameter on suspend/resume functions
Chia-Lin Kao (AceLan)
1
-14
/
+10
[next]