summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski
2024-04-05tcp: annotate data-races around tp->window_clampEric Dumazet
2024-04-05ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-04netfilter: validate user input for expected lengthEric Dumazet
2024-04-04Merge tag 'nf-24-04-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-04-04net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet
2024-04-04netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso
2024-04-04netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan
2024-04-04netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso
2024-04-04netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso
2024-04-04netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso
2024-04-04netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso
2024-04-03Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-04-03net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet
2024-04-03af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima
2024-04-03af_unix: Remove scm_fp_dup() in unix_attach_fds().Kuniyuki Iwashima
2024-04-03trace: tcp: fully support trace_tcp_send_resetJason Xing
2024-04-03net: enable timestamp static key if CPUMarcelo Tosatti
2024-04-03net/smc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-04-02ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima
2024-04-02caif: Use UTILITY_NAME_LENGTH instead of hard-coding 16Christophe JAILLET
2024-04-02net/iucv: Avoid explicit cpumask var allocation on stackDawei Li
2024-04-02page_pool: try direct bulk recyclingAlexander Lobakin
2024-04-02page_pool: check for PP direct cache locality laterAlexander Lobakin
2024-04-02vsock/virtio: fix packet delivery to tap deviceMarco Pinna
2024-04-02ax25: fix use-after-free bugs caused by ax25_ds_del_timerDuoming Zhou
2024-04-02bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki
2024-04-01ipv6: remove RTNL protection from inet6_dump_fib()Eric Dumazet
2024-04-01genetlink: remove linux/genetlink.hJakub Kicinski
2024-04-01net: openvswitch: remove unnecessary linux/genetlink.h includeJakub Kicinski
2024-04-01netlink: create a new header for internal genetlink symbolsJakub Kicinski
2024-04-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet
2024-04-01mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti
2024-04-01mptcp: prevent BPF accessing lowat from a subflow socket.Paolo Abeni
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet
2024-04-01net: enqueue_to_backlog() cleanupEric Dumazet
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet
2024-04-01net: enqueue_to_backlog() change vs not running deviceEric Dumazet
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski
2024-04-01net: net_test: add tests for IP tunnel flags conversion helpersAlexander Lobakin
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin
2024-03-29Merge tag 'for-net-2024-03-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski