summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-04-17Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-13/+10
2024-04-17Bluetooth: hci_sync: Fix using the same interval and window for Coded PHYLuiz Augusto von Dentz1-3/+3
2024-04-17Bluetooth: hci_sync: Use QoS to determine which PHY to scanLuiz Augusto von Dentz1-11/+55
2024-04-17Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unsetLuiz Augusto von Dentz1-2/+8
2024-04-17Bluetooth: ISO: Align broadcast sync_timeout with connection timeoutLuiz Augusto von Dentz1-2/+2
2024-04-17ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc1-3/+4
2024-04-17ipv4/route: avoid unused-but-set-variable warningArnd Bergmann1-3/+1
2024-04-17ipv6: fib: hide unused 'pn' variableArnd Bergmann1-2/+5
2024-04-17af_unix: Clear stale u->oob_skb.Kuniyuki Iwashima1-1/+3
2024-04-17xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet1-0/+2
2024-04-17net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets1-2/+3
2024-04-17Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov1-1/+3
2024-04-17batman-adv: Avoid infinite loop trying to resize local TTSven Eckelmann1-1/+1
2024-04-13net: mpls: error out if inner headers are not setFlorian Westphal1-0/+3
2024-04-13Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto1-1/+2
2024-04-13netdev: let netlink core handle -EMSGSIZE errorsJakub Kicinski2-14/+3
2024-04-13net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet1-0/+10
2024-04-13wifi: cfg80211: check A-MSDU format more carefullyJohannes Berg1-4/+10
2024-04-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet5-0/+6
2024-04-10SUNRPC: Fix a slow server-side memory leak with RPC-over-TCPChuck Lever1-9/+1
2024-04-109p: Fix read/write debug statements to report server replyDominique Martinet1-5/+5
2024-04-10mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2-2/+2
2024-04-10udp: prevent local UDP tunnel packets from being GROedAntoine Tenart1-0/+6
2024-04-10udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart2-14/+2
2024-04-10udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart3-3/+12
2024-04-10ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima1-7/+7
2024-04-10ax25: fix use-after-free bugs caused by ax25_ds_del_timerDuoming Zhou1-1/+1
2024-04-10tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...Kuniyuki Iwashima1-8/+11
2024-04-10erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet2-0/+8
2024-04-10tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...Kuniyuki Iwashima1-2/+9
2024-04-10gro: fix ownership transferAntoine Tenart2-2/+4
2024-04-10net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet1-1/+1
2024-04-10net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet1-5/+5
2024-04-10mptcp: prevent BPF accessing lowat from a subflow socket.Paolo Abeni1-0/+4
2024-04-10bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki1-0/+6
2024-04-10netfilter: validate user input for expected lengthEric Dumazet4-0/+18
2024-04-10netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso1-4/+5
2024-04-10netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan1-2/+7
2024-04-10netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso1-0/+1
2024-04-10netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso1-0/+3
2024-04-10vsock/virtio: fix packet delivery to tap deviceMarco Pinna1-1/+2
2024-04-10net/rds: fix possible cp null dereferenceMahmoud Adam1-1/+1
2024-04-10netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso1-5/+8
2024-04-10netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso1-5/+10
2024-04-10Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera1-16/+32
2024-04-10Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang1-0/+25
2024-04-10Bluetooth: add quirk for broken address propertiesJohan Hovold1-1/+4
2024-04-10inet: inet_defrag: prevent sk release while still in useFlorian Westphal3-15/+59
2024-04-10netfilter: nf_tables: skip netdev hook unregistration if table is dormantPablo Neira Ayuso1-6/+10
2024-04-10netfilter: nf_tables: reject table flag and netdev basechain updatesPablo Neira Ayuso1-1/+30