aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-03-31openvswitch: Add recirc_id to recirc warningStéphane Graber
2022-03-31Merge tag 'linux-can-fixes-for-5.18-20220331' of git://git.kernel.org/pub/scm...Jakub Kicinski
2022-03-31rxrpc: fix some null-ptr-deref bugs in server_key.cXiaolong Huang
2022-03-31rxrpc: Fix call timer start racing with call destructionDavid Howells
2022-03-31can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp
2022-03-29Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-03-29ax25: Fix UAF bugs in ax25 timersDuoming Zhou
2022-03-29ax25: fix UAF bug in ax25_send_control()Duoming Zhou
2022-03-29openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese
2022-03-28xsk: Do not write NULL in SW ring at allocation failureMagnus Karlsson
2022-03-28Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-03-28net/smc: Send out the remaining data in sndbuf before closeWen Gu
2022-03-28net: move net_unlink_todo() out of the headerJohannes Berg
2022-03-28Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-03-28memcg: enable accounting for nft objectsVasily Averin
2022-03-26net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner
2022-03-26net/smc: fix a memory leak in smc_sysctl_net_exit()Eric Dumazet
2022-03-26net/x25: Fix null-ptr-deref caused by x25_disconnectDuoming Zhou
2022-03-25llc: only change llc->dev when bind() succeedsEric Dumazet
2022-03-25SUNRPC: Don't return error values in sysfs read of closed filesTrond Myklebust
2022-03-25SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust
2022-03-24vsock/virtio: enable VQs early on probeStefano Garzarella
2022-03-24vsock/virtio: read the negotiated features before using VQsStefano Garzarella
2022-03-24vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-24SUNRPC don't resend a task on an offlined transportOlga Kornievskaia
2022-03-24netfilter: nf_conntrack_tcp: preserve liberal flag in tcp optionsPablo Neira Ayuso
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-23SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-23llc: fix netdevice reference leaks in llc_ui_bind()Eric Dumazet
2022-03-23net: bridge: mst: Restrict info size queries to bridge portsTobias Waldekranz
2022-03-22net: dsa: fix missing host-filtered multicast addressesVladimir Oltean
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-22SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust
2022-03-22SUNRPC: Fix unx_lookup_cred() allocationTrond Myklebust
2022-03-22NFS: Fix memory allocation in rpc_alloc_task()Trond Myklebust
2022-03-22NFS: Fix memory allocation in rpc_malloc()Trond Myklebust
2022-03-22SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust
2022-03-22SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust
2022-03-22SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust
2022-03-22SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust
2022-03-22SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski