summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-10netfilter: nf_tables: reject destroy command to remove basechain hooksPablo Neira Ayuso1-1/+2
2024-04-10tls: get psock ref after taking rxlock to avoid leakSabrina Dubroca1-1/+1
2024-04-10tls: adjust recv return with async crypto and failed copy to userspaceSabrina Dubroca1-0/+3
2024-04-10tls: recv: process_rx_list shouldn't use an offset with kvecSabrina Dubroca1-1/+1
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet2-0/+16
2024-04-10net: hsr: hsr_slave: Fix the promiscuous mode in offload modeRavi Gunasekaran1-1/+2
2024-04-10nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka1-0/+5
2024-04-03Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_syncLuiz Augusto von Dentz2-4/+7
2024-04-03wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg1-2/+5
2024-04-03wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau1-3/+2
2024-04-03netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso1-0/+3
2024-04-03net: esp: fix bad handling of pages from page_poolDragos Tatulea2-8/+8
2024-04-03mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin1-5/+13
2024-04-03wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg5-28/+30
2024-03-27netfilter: nf_tables: Fix a memory leak in nf_tables_updchainQuan Tian1-13/+14
2024-03-27net: report RCU QS on threaded NAPI repollingYan Zhai1-0/+3
2024-03-27netfilter: nf_tables: do not compare internal table flags on updatesPablo Neira Ayuso1-1/+1
2024-03-27netfilter: nft_set_pipapo: release elements in clone only from destroy pathPablo Neira Ayuso1-4/+1
2024-03-27devlink: fix port new reply cmd typeJiri Pirko1-1/+1
2024-03-27ipv4: raw: Fix sending packets from raw sockets via IPsec tunnelsTobias Brunner1-0/+1
2024-03-27hsr: Handle failures in module initFelix Maurer1-4/+11
2024-03-27rds: introduce acquire/release ordering in acquire/release_in_xmit()Yewon Choi1-3/+2
2024-03-27net: move dev->state into net_device_read_txrx groupEric Dumazet1-1/+2
2024-03-27xfrm: Allow UDP encapsulation only in offload modesLeon Romanovsky1-1/+2
2024-03-27packet: annotate data-races around ignore_outgoingEric Dumazet2-3/+3
2024-03-27hsr: Fix uninit-value access in hsr_get_node()Shigeru Yoshida1-0/+4
2024-03-27tcp: Fix refcnt handling in __inet_hash_connect().Kuniyuki Iwashima1-1/+1
2024-03-27devlink: Fix devlink parallel commands processingShay Drory1-6/+7
2024-03-27net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet1-1/+2
2024-03-27rds: tcp: Fix use-after-free of net in reqsk_timer_handler().Kuniyuki Iwashima1-4/+0
2024-03-27tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet1-22/+19
2024-03-27net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET1-2/+2
2024-03-27devlink: Fix length of eswitch inline-modeWilliam Tu1-1/+1
2024-03-27net/x25: fix incorrect parameter validation in the x25_getsockopt() functionGavrilov Ilia1-2/+2
2024-03-27net: kcm: fix incorrect parameter validation in the kcm_getsockopt) functionGavrilov Ilia1-1/+2
2024-03-27udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia1-2/+2
2024-03-27l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() functionGavrilov Ilia1-2/+2
2024-03-27ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() functionGavrilov Ilia1-1/+3
2024-03-27tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia1-2/+2
2024-03-27Bluetooth: Fix eir name lengthFrédéric Danis2-23/+8
2024-03-27net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()Eric Dumazet1-1/+14
2024-03-27ipv6: fib6_rules: flush route cache when rule is changedShiming Cheng1-0/+6
2024-03-27Bluetooth: fix use-after-free in accessing skb after sending itPauli Virtanen1-1/+1
2024-03-27Bluetooth: af_bluetooth: Fix deadlockLuiz Augusto von Dentz1-7/+3
2024-03-27Bluetooth: msft: Fix memory leakLuiz Augusto von Dentz1-0/+3
2024-03-27Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz1-1/+1
2024-03-27Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz4-27/+60