aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2024-04-25Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/ti-sdk-5.10/t...Bruce Ashfield
2024-04-25Merge tag 'v6.1.87' into v6.1/standard/baseBruce Ashfield
2024-04-17af_unix: Fix garbage collector racing against connect()Michal Luczaj
2024-04-17af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-04-17netfilter: complete validation of user inputEric Dumazet
2024-04-17Bluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-04-17Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-04-17ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc
2024-04-17ipv4/route: avoid unused-but-set-variable warningArnd Bergmann
2024-04-17ipv6: fib: hide unused 'pn' variableArnd Bergmann
2024-04-17af_unix: Clear stale u->oob_skb.Kuniyuki Iwashima
2024-04-17xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet
2024-04-17net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets
2024-04-17Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov
2024-04-17batman-adv: Avoid infinite loop trying to resize local TTSven Eckelmann
2024-04-15Merge branch 'v6.1/standard/base' into v6.1/standard/preempt-rt/ti-sdk-5.10/t...Bruce Ashfield
2024-04-15Merge tag 'v6.1.86' into v6.1/standard/baseBruce Ashfield
2024-04-15Merge tag 'v6.1.85' into v6.1/standard/baseBruce Ashfield
2024-04-13net: mpls: error out if inner headers are not setFlorian Westphal
2024-04-13netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso
2024-04-13netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso
2024-04-13netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso
2024-04-13net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet
2024-04-10mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti
2024-04-109p: Fix read/write debug statements to report server replyDominique Martinet
2024-04-10tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...Kuniyuki Iwashima
2024-04-10udp: prevent local UDP tunnel packets from being GROedAntoine Tenart
2024-04-10udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart
2024-04-10udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart
2024-04-10ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima
2024-04-10erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet
2024-04-10gro: fix ownership transferAntoine Tenart
2024-04-10net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet
2024-04-10net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet
2024-04-10bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki
2024-04-10netfilter: validate user input for expected lengthEric Dumazet
2024-04-10netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan
2024-04-10netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso
2024-04-10netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso
2024-04-10vsock/virtio: fix packet delivery to tap deviceMarco Pinna
2024-04-10net/rds: fix possible cp null dereferenceMahmoud Adam
2024-04-10Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera
2024-04-10Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang
2024-04-10Bluetooth: add quirk for broken address propertiesJohan Hovold
2024-04-10inet: inet_defrag: prevent sk release while still in useFlorian Westphal
2024-04-10tls: get psock ref after taking rxlock to avoid leakSabrina Dubroca
2024-04-10tls: adjust recv return with async crypto and failed copy to userspaceSabrina Dubroca
2024-04-10tls: recv: process_rx_list shouldn't use an offset with kvecSabrina Dubroca
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet
2024-04-10nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka