summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-04-18udpencap: Remove Obsolete UDP_ENCAP_ESPINUDP_NON_IKE SupportAntony Antony5-52/+0
2024-04-06net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2-2/+51
2024-04-06net: phy: Introduce ethernet link topology representationMaxime Chevallier1-0/+9
2024-04-06netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski1-1/+1
2024-04-06net: skbuff: generalize the skb->decrypted bitJakub Kicinski6-18/+11
2024-04-06tcp: annotate data-races around tp->window_clampEric Dumazet7-23/+29
2024-04-06ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu1-1/+51
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-98/+216
2024-04-05Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds29-92/+208
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+6
2024-04-04netfilter: validate user input for expected lengthEric Dumazet4-0/+18
2024-04-04Merge tag 'nf-24-04-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-16/+34
2024-04-04net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet1-5/+5
2024-04-04netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso1-4/+5
2024-04-04netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan1-2/+7
2024-04-04netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso1-0/+3
2024-04-04netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso1-0/+1
2024-04-04netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso1-5/+8
2024-04-04netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso1-5/+10
2024-04-04Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski15-70/+207
2024-04-04net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet1-1/+1
2024-04-04af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima2-43/+1
2024-04-04af_unix: Remove scm_fp_dup() in unix_attach_fds().Kuniyuki Iwashima1-7/+2
2024-04-04trace: tcp: fully support trace_tcp_send_resetJason Xing2-5/+5
2024-04-04net: enable timestamp static key if CPUMarcelo Tosatti1-0/+5
2024-04-03net/smc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-12/+20
2024-04-03ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima1-7/+7
2024-04-03caif: Use UTILITY_NAME_LENGTH instead of hard-coding 16Christophe JAILLET1-4/+4
2024-04-03net/iucv: Avoid explicit cpumask var allocation on stackDawei Li1-8/+18
2024-04-03page_pool: try direct bulk recyclingAlexander Lobakin1-2/+5
2024-04-03page_pool: check for PP direct cache locality laterAlexander Lobakin4-53/+52
2024-04-03vsock/virtio: fix packet delivery to tap deviceMarco Pinna1-1/+2
2024-04-03ax25: fix use-after-free bugs caused by ax25_ds_del_timerDuoming Zhou1-1/+1
2024-04-02bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki1-0/+6
2024-04-02ipv6: remove RTNL protection from inet6_dump_fib()Eric Dumazet1-25/+26
2024-04-02genetlink: remove linux/genetlink.hJakub Kicinski3-3/+1
2024-04-02net: openvswitch: remove unnecessary linux/genetlink.h includeJakub Kicinski1-1/+0
2024-04-02netlink: create a new header for internal genetlink symbolsJakub Kicinski3-1/+14
2024-04-02tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet6-23/+8
2024-04-02inet: preserve const qualifier in inet_csk()Eric Dumazet3-4/+4
2024-04-02mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2-2/+2
2024-04-02mptcp: prevent BPF accessing lowat from a subflow socket.Paolo Abeni1-0/+4
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet1-5/+8
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet1-8/+12
2024-04-01net: enqueue_to_backlog() cleanupEric Dumazet1-13/+11
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet2-5/+11
2024-04-01net: enqueue_to_backlog() change vs not running deviceEric Dumazet1-4/+5
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet1-0/+17
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet1-3/+3
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski2-5/+109