Age | Commit message (Expand) | Author | Files | Lines |
2022-04-08 | Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 6 | -33/+74 |
2022-04-07 | SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg() | Trond Myklebust | 3 | -11/+19 |
2022-04-07 | SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec() | Trond Myklebust | 1 | -1/+3 |
2022-04-07 | SUNRPC: Handle allocation failure in rpc_new_task() | Trond Myklebust | 2 | -0/+12 |
2022-04-07 | SUNRPC: Handle low memory situations in call_status() | Trond Myklebust | 1 | -0/+5 |
2022-04-07 | SUNRPC: Handle ENOMEM in call_transmit_status() | Trond Myklebust | 1 | -0/+2 |
2022-04-07 | SUNRPC: Ensure we flush any closed sockets before xs_xprt_free() | Trond Myklebust | 2 | -9/+14 |
2022-04-07 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 1 | -4/+13 |
2022-04-06 | bpf: Support dual-stack sockets in bpf_tcp_check_syncookie | Maxim Mikityanskiy | 1 | -4/+13 |
2022-04-06 | net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=n | Florian Westphal | 1 | -1/+1 |
2022-04-06 | rxrpc: fix a race in rxrpc_exit_net() | Eric Dumazet | 1 | -1/+1 |
2022-04-06 | net: openvswitch: fix leak of nested actions | Ilya Maximets | 1 | -5/+90 |
2022-04-06 | net: openvswitch: don't send internal clone attribute to the userspace. | Ilya Maximets | 2 | -2/+4 |
2022-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 7 | -8/+8 |
2022-04-05 | ipv6: Fix stats accounting in ip6_pkt_drop | David Ahern | 1 | -1/+1 |
2022-04-05 | netfilter: nf_tables: memcg accounting for dynamically allocated objects | Vasily Averin | 6 | -6/+6 |
2022-04-05 | sctp: count singleton chunks in assoc user stats | Jamie Bainbridge | 1 | -1/+5 |
2022-04-01 | net: ipv4: fix route with nexthop object delete warning | Nikolay Aleksandrov | 1 | -1/+6 |
2022-04-01 | mctp: Use output netdev to allocate skb headroom | Matt Johnston | 2 | -16/+44 |
2022-04-01 | mctp: Fix check for dev_hard_header() result | Matt Johnston | 1 | -1/+1 |
2022-04-01 | Revert "net: dsa: stop updating master MTU from master.c" | Vladimir Oltean | 1 | -1/+24 |
2022-04-01 | skbuff: fix coalescing for page_pool fragment recycling | Jean-Philippe Brucker | 1 | -4/+11 |
2022-04-01 | net/tls: fix slab-out-of-bounds bug in decrypt_internal | Ziyang Xuan | 1 | -1/+1 |
2022-03-31 | Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 9 | -27/+68 |
2022-03-31 | openvswitch: Add recirc_id to recirc warning | Stéphane Graber | 1 | -2/+2 |
2022-03-31 | Merge tag 'linux-can-fixes-for-5.18-20220331' of git://git.kernel.org/pub/scm... | Jakub Kicinski | 1 | -1/+1 |
2022-03-31 | rxrpc: fix some null-ptr-deref bugs in server_key.c | Xiaolong Huang | 1 | -2/+5 |
2022-03-31 | rxrpc: Fix call timer start racing with call destruction | David Howells | 3 | -14/+43 |
2022-03-31 | can: isotp: restore accidentally removed MSG_PEEK feature | Oliver Hartkopp | 1 | -1/+1 |
2022-03-30 | SUNRPC: handle malloc failure in ->request_prepare | NeilBrown | 3 | -13/+20 |
2022-03-30 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 1 | -2/+6 |
2022-03-30 | Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 18 | -203/+273 |
2022-03-30 | netfilter: bitwise: fix reduce comparisons | Jeremy Sowden | 1 | -2/+2 |
2022-03-29 | ax25: Fix UAF bugs in ax25 timers | Duoming Zhou | 1 | -0/+5 |
2022-03-29 | ax25: fix UAF bug in ax25_send_control() | Duoming Zhou | 1 | -4/+4 |
2022-03-29 | openvswitch: Fixed nd target mask field in the flow dump. | Martin Varghese | 1 | -2/+2 |
2022-03-29 | xsk: Do not write NULL in SW ring at allocation failure | Magnus Karlsson | 1 | -2/+6 |
2022-03-29 | Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 10 | -65/+112 |
2022-03-29 | net/smc: Send out the remaining data in sndbuf before close | Wen Gu | 1 | -0/+3 |
2022-03-29 | net: move net_unlink_todo() out of the header | Johannes Berg | 1 | -0/+10 |
2022-03-29 | 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-27 | net/sched: act_ct: fix ref leak when switching zones | Marcelo Ricardo Leitner | 1 | -6/+9 |
2022-03-27 | 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-26 | 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-25 | vsock/virtio: enable VQs early on probe | Stefano Garzarella | 1 | -0/+2 |