summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: mpls: error out if inner headers are not setFlorian Westphal2024-04-131-0/+3
* Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto2024-04-131-1/+2
* netdev: let netlink core handle -EMSGSIZE errorsJakub Kicinski2024-04-132-14/+3
* net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet2024-04-131-0/+10
* wifi: cfg80211: check A-MSDU format more carefullyJohannes Berg2024-04-131-4/+10
* net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet2024-04-135-0/+6
* SUNRPC: Fix a slow server-side memory leak with RPC-over-TCPChuck Lever2024-04-101-9/+1
* 9p: Fix read/write debug statements to report server replyDominique Martinet2024-04-101-5/+5
* mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2024-04-102-2/+2
* udp: prevent local UDP tunnel packets from being GROedAntoine Tenart2024-04-101-0/+6
* udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart2024-04-102-14/+2
* udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart2024-04-103-3/+12
* ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima2024-04-101-7/+7
* ax25: fix use-after-free bugs caused by ax25_ds_del_timerDuoming Zhou2024-04-101-1/+1
* tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...Kuniyuki Iwashima2024-04-101-8/+11
* erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet2024-04-102-0/+8
* tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...Kuniyuki Iwashima2024-04-101-2/+9
* gro: fix ownership transferAntoine Tenart2024-04-102-2/+4
* net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet2024-04-101-1/+1
* net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet2024-04-101-5/+5
* mptcp: prevent BPF accessing lowat from a subflow socket.Paolo Abeni2024-04-101-0/+4
* bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki2024-04-101-0/+6
* netfilter: validate user input for expected lengthEric Dumazet2024-04-104-0/+18
* netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso2024-04-101-4/+5
* netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan2024-04-101-2/+7
* netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso2024-04-101-0/+1
* netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso2024-04-101-0/+3
* vsock/virtio: fix packet delivery to tap deviceMarco Pinna2024-04-101-1/+2
* net/rds: fix possible cp null dereferenceMahmoud Adam2024-04-101-1/+1
* netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso2024-04-101-5/+8
* netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso2024-04-101-5/+10
* Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera2024-04-101-16/+32
* Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang2024-04-101-0/+25
* Bluetooth: add quirk for broken address propertiesJohan Hovold2024-04-101-1/+4
* inet: inet_defrag: prevent sk release while still in useFlorian Westphal2024-04-103-15/+59
* netfilter: nf_tables: skip netdev hook unregistration if table is dormantPablo Neira Ayuso2024-04-101-6/+10
* netfilter: nf_tables: reject table flag and netdev basechain updatesPablo Neira Ayuso2024-04-101-1/+30
* netfilter: nf_tables: reject destroy command to remove basechain hooksPablo Neira Ayuso2024-04-101-1/+2
* tls: get psock ref after taking rxlock to avoid leakSabrina Dubroca2024-04-101-1/+1
* tls: adjust recv return with async crypto and failed copy to userspaceSabrina Dubroca2024-04-101-0/+3
* tls: recv: process_rx_list shouldn't use an offset with kvecSabrina Dubroca2024-04-101-1/+1
* tcp: properly terminate timers for kernel socketsEric Dumazet2024-04-102-0/+16
* net: hsr: hsr_slave: Fix the promiscuous mode in offload modeRavi Gunasekaran2024-04-101-1/+2
* nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka2024-04-101-0/+5
* Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_syncLuiz Augusto von Dentz2024-04-032-4/+7
* wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg2024-04-031-2/+5
* wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau2024-04-031-3/+2
* netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso2024-04-031-0/+3
* net: esp: fix bad handling of pages from page_poolDragos Tatulea2024-04-032-8/+8
* mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin2024-04-031-5/+13