index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-29
Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
18
-203
/
+273
2022-03-28
Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
10
-65
/
+112
2022-03-28
net/smc: Send out the remaining data in sndbuf before close
Wen Gu
1
-0
/
+3
2022-03-28
net: move net_unlink_todo() out of the header
Johannes Berg
1
-0
/
+10
2022-03-28
Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+4
2022-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
3
-27
/
+36
2022-03-28
memcg: enable accounting for nft objects
Vasily Averin
2
-23
/
+23
2022-03-26
net/sched: act_ct: fix ref leak when switching zones
Marcelo Ricardo Leitner
1
-6
/
+9
2022-03-26
net/smc: fix a memory leak in smc_sysctl_net_exit()
Eric Dumazet
1
-0
/
+5
2022-03-26
net/x25: Fix null-ptr-deref caused by x25_disconnect
Duoming Zhou
1
-3
/
+8
2022-03-25
llc: only change llc->dev when bind() succeeds
Eric Dumazet
1
-25
/
+34
2022-03-25
SUNRPC: Don't return error values in sysfs read of closed files
Trond Myklebust
1
-12
/
+15
2022-03-25
SUNRPC: Do not dereference non-socket transports in sysfs
Trond Myklebust
2
-30
/
+51
2022-03-24
vsock/virtio: enable VQs early on probe
Stefano Garzarella
1
-0
/
+2
2022-03-24
vsock/virtio: read the negotiated features before using VQs
Stefano Garzarella
1
-3
/
+3
2022-03-24
vsock/virtio: initialize vdev->priv before using VQs
Stefano Garzarella
1
-1
/
+2
2022-03-24
Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-6
/
+2
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
337
-4250
/
+12623
2022-03-24
SUNRPC don't resend a task on an offlined transport
Olga Kornievskaia
1
-1
/
+3
2022-03-24
netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options
Pablo Neira Ayuso
1
-4
/
+13
2022-03-23
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2022-03-23
SUNRPC: avoid race between mod_timer() and del_timer_sync()
NeilBrown
1
-0
/
+7
2022-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-126
/
+208
2022-03-23
llc: fix netdevice reference leaks in llc_ui_bind()
Eric Dumazet
1
-0
/
+8
2022-03-23
net: bridge: mst: Restrict info size queries to bridge ports
Tobias Waldekranz
1
-1
/
+1
2022-03-22
net: dsa: fix missing host-filtered multicast addresses
Vladimir Oltean
1
-10
/
+34
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-2
/
+2
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2
-2
/
+2
2022-03-22
Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
2022-03-22
SUNRPC: Make the rpciod and xprtiod slab allocation modes consistent
Trond Myklebust
5
-16
/
+15
2022-03-22
SUNRPC: Fix unx_lookup_cred() allocation
Trond Myklebust
1
-8
/
+10
2022-03-22
NFS: Fix memory allocation in rpc_alloc_task()
Trond Myklebust
1
-3
/
+7
2022-03-22
NFS: Fix memory allocation in rpc_malloc()
Trond Myklebust
1
-7
/
+14
2022-03-22
SUNRPC: Improve accuracy of socket ENOBUFS determination
Trond Myklebust
1
-35
/
+18
2022-03-22
SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACE
Trond Myklebust
1
-18
/
+4
2022-03-22
SUNRPC: Fix socket waits for write buffer space
Trond Myklebust
1
-15
/
+39
2022-03-22
SUNRPC: Only save the TCP source port after the connection is complete
Trond Myklebust
1
-2
/
+3
2022-03-22
SUNRPC: Don't call connect() more than once on a TCP socket
Trond Myklebust
1
-10
/
+12
2022-03-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
7
-115
/
+449
2022-03-22
Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
5
-49
/
+133
2022-03-22
net: bridge: mst: prevent NULL deref in br_mst_info_size()
Eric Dumazet
1
-1
/
+1
2022-03-22
tipc: fix the timer expires after interval 100ms
Hoang Le
1
-1
/
+2
2022-03-21
net: dsa: fix panic on shutdown if multi-chip tree failed to probe
Vladimir Oltean
1
-0
/
+5
2022-03-21
openvswitch: always update flow key after nat
Aaron Conole
1
-59
/
+59
2022-03-21
Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+5
2022-03-21
net/tls: optimize judgement processes in tls_set_device_offload()
Ziyang Xuan
1
-31
/
+31
2022-03-21
net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf()
Ziyang Xuan
1
-10
/
+5
2022-03-21
tcp: ensure PMTU updates are processed during fastopen
Jakub Kicinski
1
-1
/
+4
2022-03-21
net: Revert the softirq will run annotation in ____napi_schedule().
Sebastian Andrzej Siewior
1
-2
/
+1
2022-03-21
devlink: hold the instance lock during eswitch_mode callbacks
Jakub Kicinski
1
-6
/
+0
[next]