Age | Commit message (Expand) | Author |
2023-05-25 | leds: Change led_trigger_blink[_oneshot]() delay parameters to pass-by-value | Hans de Goede |
2023-05-25 | udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). | Kuniyuki Iwashima |
2023-05-24 | net/handshake: Enable the SNI extension to work properly | Chuck Lever |
2023-05-24 | net/handshake: Unpin sock->file if a handshake is cancelled | Chuck Lever |
2023-05-24 | net/handshake: handshake_genl_notify() shouldn't ignore @flags | Chuck Lever |
2023-05-24 | net/handshake: Fix uninitialized local variable | Chuck Lever |
2023-05-24 | net/handshake: Fix handshake_dup() ref counting | Chuck Lever |
2023-05-24 | net/handshake: Remove unneeded check from handshake_dup() | Chuck Lever |
2023-05-24 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-05-24 | net: Make sock_splice_read() use copy_splice_read() by default | David Howells |
2023-05-24 | devlink: pass devlink_port pointer to ops->port_del() instead of index | Jiri Pirko |
2023-05-24 | devlink: remove duplicate port notification | Jiri Pirko |
2023-05-24 | ipv6: Fix out-of-bounds access in ipv6_find_tlv() | Gavrilov Ilia |
2023-05-24 | udp: Stop using RTO_ONLINK. | Guillaume Nault |
2023-05-24 | raw: Stop using RTO_ONLINK. | Guillaume Nault |
2023-05-24 | ping: Stop using RTO_ONLINK. | Guillaume Nault |
2023-05-23 | net: fix skb leak in __skb_tstamp_tx() | Pratyush Yadav |
2023-05-23 | unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGES | David Howells |
2023-05-23 | af_unix: Support MSG_SPLICE_PAGES | David Howells |
2023-05-23 | ip: Remove ip_append_page() | David Howells |
2023-05-23 | udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES | David Howells |
2023-05-23 | ip6, udp6: Support MSG_SPLICE_PAGES | David Howells |
2023-05-23 | ip, udp: Support MSG_SPLICE_PAGES | David Howells |
2023-05-23 | tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked() | David Howells |
2023-05-23 | tls: Inline do_tcp_sendpages() | David Howells |
2023-05-23 | espintcp: Inline do_tcp_sendpages() | David Howells |
2023-05-23 | tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg | David Howells |
2023-05-23 | tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES | David Howells |
2023-05-23 | tcp: Support MSG_SPLICE_PAGES | David Howells |
2023-05-23 | net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES | David Howells |
2023-05-23 | net: Pass max frags into skb_append_pagefrags() | David Howells |
2023-05-23 | net: Declare MSG_SPLICE_PAGES internal sendmsg() flag | David Howells |
2023-05-23 | page_pool: fix inconsistency for page_pool_ring_[un]lock() | Yunsheng Lin |
2023-05-23 | bpf, sockmap: Incorrectly handling copied_seq | John Fastabend |
2023-05-23 | bpf, sockmap: Wake up polling after data copy | John Fastabend |
2023-05-23 | bpf, sockmap: TCP data stall on recv before accept | John Fastabend |
2023-05-23 | bpf, sockmap: Handle fin correctly | John Fastabend |
2023-05-23 | bpf, sockmap: Improved check for empty queue | John Fastabend |
2023-05-23 | bpf, sockmap: Reschedule is now done through backlog | John Fastabend |
2023-05-23 | bpf, sockmap: Convert schedule_work into delayed_work | John Fastabend |
2023-05-23 | bpf, sockmap: Pass skb ownership through read_skb | John Fastabend |
2023-05-23 | ipv{4,6}/raw: fix output xfrm lookup wrt protocol | Nicolas Dichtel |
2023-05-22 | net/handshake: Fix sock->file allocation | Chuck Lever |
2023-05-22 | net/handshake: Squelch allocation warning during Kunit test | Chuck Lever |
2023-05-22 | Merge tag 'nfs-for-6.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2023-05-22 | net/tcp: refactor tcp_inet6_sk() | Pavel Begunkov |
2023-05-22 | net: ipconfig: move ic_nameservers_fallback into #ifdef block | Arnd Bergmann |
2023-05-22 | sctp: fix an issue that plpmtu can never go to complete state | Xin Long |
2023-05-21 | xfrm: Ensure policies always checked on XFRM-I input path | Benedict Wong |
2023-05-21 | xfrm: Treat already-verified secpath entries as optional | Benedict Wong |