summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* hsr: Fix uninit-value access in hsr_get_node()Shigeru Yoshida2024-03-261-0/+4
* tcp: Fix refcnt handling in __inet_hash_connect().Kuniyuki Iwashima2024-03-261-1/+1
* net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet2024-03-261-1/+2
* rds: tcp: Fix use-after-free of net in reqsk_timer_handler().Kuniyuki Iwashima2024-03-261-4/+0
* tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet2024-03-261-22/+19
* net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET2024-03-261-2/+2
* net/x25: fix incorrect parameter validation in the x25_getsockopt() functionGavrilov Ilia2024-03-261-2/+2
* net: kcm: fix incorrect parameter validation in the kcm_getsockopt) functionGavrilov Ilia2024-03-261-1/+2
* udp: fix incorrect parameter validation in the udp_lib_getsockopt() functionGavrilov Ilia2024-03-261-2/+2
* l2tp: fix incorrect parameter validation in the pppol2tp_getsockopt() functionGavrilov Ilia2024-03-261-2/+2
* ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() functionGavrilov Ilia2024-03-261-1/+3
* tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia2024-03-261-2/+2
* Bluetooth: Fix eir name lengthFrédéric Danis2024-03-262-23/+8
* net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()Eric Dumazet2024-03-261-1/+14
* ipv6: fib6_rules: flush route cache when rule is changedShiming Cheng2024-03-261-0/+6
* Bluetooth: fix use-after-free in accessing skb after sending itPauli Virtanen2024-03-261-1/+1
* Bluetooth: af_bluetooth: Fix deadlockLuiz Augusto von Dentz2024-03-261-7/+3
* Bluetooth: msft: Fix memory leakLuiz Augusto von Dentz2024-03-261-0/+3
* Bluetooth: msft: __hci_cmd_sync() doesn't return NULLDan Carpenter2024-03-261-13/+7
* Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz2024-03-261-1/+1
* Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz2024-03-264-27/+60
* Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz2024-03-264-38/+70
* Bluetooth: hci_event: Fix not indicating new connection for BIG SyncLuiz Augusto von Dentz2024-03-262-7/+18
* Bluetooth: Remove BT_HSLuiz Augusto von Dentz2024-03-2611-3013/+20
* Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler2024-03-261-2/+0
* Bluetooth: mgmt: Remove leftover queuing of power_off workJonas Dreßler2024-03-261-16/+0
* SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu2024-03-261-8/+19
* SUNRPC: fix a memleak in gss_import_v2_contextZhipeng Lu2024-03-261-1/+10
* net: mctp: copy skb ext data when fragmentingJeremy Kerr2024-03-262-0/+11
* ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet2024-03-261-1/+0
* af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima2024-03-261-1/+1
* inet_diag: annotate data-races around inet_diag_table[]Eric Dumazet2024-03-261-3/+3
* sock_diag: annotate data-races around sock_diag_handlers[family]Eric Dumazet2024-03-261-5/+5
* xfrm: set skb control buffer based on packet offload as wellMike Yu2024-03-261-1/+5
* xfrm: fix xfrm child route lookup for packet offloadMike Yu2024-03-261-1/+3
* Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis2024-03-261-1/+3
* Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu2024-03-261-1/+1
* wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau2024-03-261-1/+2
* net/iucv: fix the allocation size of iucv_path_table arrayAlexander Gordeev2024-03-261-2/+2
* io_uring/unix: drop usage of io_uring socketJens Axboe2024-03-262-4/+2
* netrom: Fix data-races around sysctl_net_busy_readJason Xing2024-03-152-4/+4
* netrom: Fix a data-race around sysctl_netrom_link_fails_countJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_routing_controlJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeoutJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_transport_requested_window_sizeJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_transport_busy_delayJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delayJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_transport_maximum_triesJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_transport_timeoutJason Xing2024-03-151-1/+1
* netrom: Fix data-races around sysctl_netrom_network_ttl_initialiserJason Xing2024-03-153-4/+5