summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-04-086-33/+74
|\
| * SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Trond Myklebust2022-04-073-11/+19
| * SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust2022-04-071-1/+3
| * SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust2022-04-072-0/+12
| * SUNRPC: Handle low memory situations in call_status()Trond Myklebust2022-04-071-0/+5
| * SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust2022-04-071-0/+2
| * SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2022-04-072-9/+14
| * SUNRPC: handle malloc failure in ->request_prepareNeilBrown2022-03-293-13/+20
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-061-4/+13
|\ \
| * | bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy2022-04-061-4/+13
* | | net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=nFlorian Westphal2022-04-061-1/+1
* | | rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet2022-04-061-1/+1
* | | net: openvswitch: fix leak of nested actionsIlya Maximets2022-04-061-5/+90
* | | net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2022-04-052-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-04-057-8/+8
|\ \ \
| * | | netfilter: nf_tables: memcg accounting for dynamically allocated objectsVasily Averin2022-04-056-6/+6
| * | | netfilter: bitwise: fix reduce comparisonsJeremy Sowden2022-03-291-2/+2
* | | | ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern2022-04-051-1/+1
* | | | sctp: count singleton chunks in assoc user statsJamie Bainbridge2022-04-051-1/+5
* | | | net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov2022-04-011-1/+6
* | | | mctp: Use output netdev to allocate skb headroomMatt Johnston2022-04-012-16/+44
* | | | mctp: Fix check for dev_hard_header() resultMatt Johnston2022-04-011-1/+1
* | | | Revert "net: dsa: stop updating master MTU from master.c"Vladimir Oltean2022-04-011-1/+24
* | | | skbuff: fix coalescing for page_pool fragment recyclingJean-Philippe Brucker2022-04-011-4/+11
* | | | net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan2022-04-011-1/+1
* | | | Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-319-27/+68
|\ \ \ \
| * | | | openvswitch: Add recirc_id to recirc warningStéphane Graber2022-03-311-2/+2
| * | | | Merge tag 'linux-can-fixes-for-5.18-20220331' of git://git.kernel.org/pub/scm...Jakub Kicinski2022-03-311-1/+1
| |\ \ \ \
| | * | | | can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp2022-03-311-1/+1
| | | |/ / | | |/| |
| * | | | rxrpc: fix some null-ptr-deref bugs in server_key.cXiaolong Huang2022-03-311-2/+5
| * | | | rxrpc: Fix call timer start racing with call destructionDavid Howells2022-03-313-14/+43
| |/ / /
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-03-291-2/+6
| |\ \ \ | | |/ / | |/| |
| | * | xsk: Do not write NULL in SW ring at allocation failureMagnus Karlsson2022-03-281-2/+6
| * | | ax25: Fix UAF bugs in ax25 timersDuoming Zhou2022-03-291-0/+5
| * | | ax25: fix UAF bug in ax25_send_control()Duoming Zhou2022-03-291-4/+4
| * | | openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese2022-03-291-2/+2
| |/ /
* | | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-03-2918-203/+273
|\ \ \ | |/ / |/| / | |/
| * SUNRPC: Don't return error values in sysfs read of closed filesTrond Myklebust2022-03-251-12/+15
| * SUNRPC: Do not dereference non-socket transports in sysfsTrond Myklebust2022-03-252-30/+51
| * SUNRPC don't resend a task on an offlined transportOlga Kornievskaia2022-03-241-1/+3
| * SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown2022-03-231-0/+7
| * SUNRPC: Make the rpciod and xprtiod slab allocation modes consistentTrond Myklebust2022-03-225-16/+15
| * SUNRPC: Fix unx_lookup_cred() allocationTrond Myklebust2022-03-221-8/+10
| * NFS: Fix memory allocation in rpc_alloc_task()Trond Myklebust2022-03-221-3/+7
| * NFS: Fix memory allocation in rpc_malloc()Trond Myklebust2022-03-221-7/+14
| * SUNRPC: Improve accuracy of socket ENOBUFS determinationTrond Myklebust2022-03-221-35/+18
| * SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust2022-03-221-18/+4
| * SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust2022-03-221-15/+39
| * SUNRPC: Only save the TCP source port after the connection is completeTrond Myklebust2022-03-221-2/+3
| * SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust2022-03-221-10/+12