Age | Commit message (Expand) | Author |
2023-05-10 | Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Jakub Kicinski |
2023-05-10 | af_unix: Fix data races around sk->sk_shutdown. | Kuniyuki Iwashima |
2023-05-10 | af_unix: Fix a data race of sk->sk_receive_queue->qlen. | Kuniyuki Iwashima |
2023-05-10 | net: datagram: fix data-races in datagram_poll() | Eric Dumazet |
2023-05-10 | tcp: add annotations around sk->sk_shutdown accesses | Eric Dumazet |
2023-05-10 | net: add vlan_get_protocol_and_depth() helper | Eric Dumazet |
2023-05-10 | net: deal with most data-races in sk_wait_event() | Eric Dumazet |
2023-05-10 | net: annotate sk->sk_err write from do_recvmmsg() | Eric Dumazet |
2023-05-10 | netlink: annotate accesses to nlk->cb_running | Eric Dumazet |
2023-05-10 | netfilter: conntrack: fix possible bug_on with enable_hooks=1 | Florian Westphal |
2023-05-10 | netfilter: nf_tables: always release netdev hooks from notifier | Florian Westphal |
2023-05-07 | net: skb_partial_csum_set() fix against transport header magic value | Eric Dumazet |
2023-05-05 | Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Jakub Kicinski |
2023-05-05 | net/sched: flower: fix error handler on replace | Vlad Buslov |
2023-05-05 | Revert "net/sched: flower: Fix wrong handle assignment during filter change" | Vlad Buslov |
2023-05-05 | net/sched: flower: fix filter idr initialization | Vlad Buslov |
2023-05-04 | Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-05-04 | 9p: Remove INET dependency | Jason Andryuk |
2023-05-03 | netfilter: nf_tables: fix ct untracked match breakage | Florian Westphal |
2023-05-03 | af_packet: Don't send zero-byte data in packet_sendmsg_spkt(). | Kuniyuki Iwashima |
2023-05-03 | ethtool: Fix uninitialized number of lanes | Ido Schimmel |
2023-05-03 | netfilter: nf_tables: deactivate anonymous set from preparation phase | Pablo Neira Ayuso |
2023-05-03 | netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with mi... | Pablo Neira Ayuso |
2023-05-01 | rxrpc: Fix timeout of a call that hasn't yet been granted a channel | David Howells |
2023-05-01 | rxrpc: Make it so that a waiting process can be aborted | David Howells |
2023-05-01 | rxrpc: Fix hard call timeout units | David Howells |
2023-05-01 | net/sched: act_mirred: Add carrier check | Victor Nogueira |
2023-04-29 | Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds |
2023-04-29 | Merge tag 'nfs-for-6.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2023-04-28 | net: ipv6: fix skb hash for some RST packets | Antoine Tenart |
2023-04-28 | sit: update dev->needed_headroom in ipip6_tunnel_bind_dev() | Cong Wang |
2023-04-28 | net/sched: cls_api: remove block_cb from driver_list before freeing | Vlad Buslov |
2023-04-28 | tcp: fix skb_copy_ubufs() vs BIG TCP | Eric Dumazet |
2023-04-28 | net/ncsi: clear Tx enable mode when handling a Config required AEN | Cosmo Chou |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-04-27 | SUNRPC: Support TLS handshake in the server-side TCP socket code | Chuck Lever |
2023-04-27 | SUNRPC: Clear rq_xid when receiving a new RPC Call | Chuck Lever |
2023-04-27 | SUNRPC: Recognize control messages in server-side TCP socket code | Chuck Lever |
2023-04-27 | SUNRPC: Be even lazier about releasing pages | Chuck Lever |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-27 | net/sched: act_pedit: free pedit keys on bail from offset check | Pedro Tammela |
2023-04-27 | net/sched: flower: Fix wrong handle assignment during filter change | Ivan Vecera |
2023-04-27 | rxrpc: Fix potential data race in rxrpc_wait_to_be_connected() | David Howells |
2023-04-26 | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-04-26 | SUNRPC: Convert svc_xprt_release() to the release_pages() API | Chuck Lever |
2023-04-26 | SUNRPC: Relocate svc_free_res_pages() | Chuck Lever |
2023-04-26 | SUNRPC: Ignore return value of ->xpo_sendto | Chuck Lever |
2023-04-26 | SUNRPC: Ensure server-side sockets have a sock->file | Chuck Lever |