summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet2024-04-132-0/+8
* erspan: Add type I version 0 support.William Tu2024-04-131-15/+43
* ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima2024-04-131-7/+7
* net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet2024-04-131-5/+5
* netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan2024-04-131-2/+7
* net/rds: fix possible cp null dereferenceMahmoud Adam2024-04-131-1/+1
* netfilter: nf_tables: disallow timeout for anonymous setsPablo Neira Ayuso2024-04-131-0/+7
* Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera2024-04-131-16/+32
* Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang2024-04-131-0/+25
* tcp: properly terminate timers for kernel socketsEric Dumazet2024-04-132-0/+16
* mptcp: add sk_stop_timer_sync helperGeliang Tang2024-04-131-0/+7
* nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka2024-04-131-0/+5
* wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau2024-04-131-3/+2
* xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor2024-04-131-0/+3
* netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso2024-04-131-0/+3
* netfilter: nf_tables: disallow anonymous set with timeout flagPablo Neira Ayuso2024-04-131-0/+3
* hsr: Handle failures in module initFelix Maurer2024-03-261-4/+11
* rds: introduce acquire/release ordering in acquire/release_in_xmit()Yewon Choi2024-03-261-3/+2
* hsr: Fix uninit-value access in hsr_get_node()Shigeru Yoshida2024-03-261-0/+4
* net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2024-03-262-6/+6
* 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
* tcp: fix incorrect parameter validation in the do_tcp_getsockopt() functionGavrilov Ilia2024-03-261-2/+2
* ipv6: fib6_rules: flush route cache when rule is changedShiming Cheng2024-03-261-0/+6
* Bluetooth: hci_core: Fix possible buffer overflowLuiz Augusto von Dentz2024-03-261-1/+1
* Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler2024-03-261-2/+0
* SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu2024-03-261-8/+19
* af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima2024-03-261-1/+1
* sock_diag: annotate data-races around sock_diag_handlers[family]Eric Dumazet2024-03-261-5/+5
* Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu2024-03-261-1/+1
* net/iucv: fix the allocation size of iucv_path_table arrayAlexander Gordeev2024-03-261-2/+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
* netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiserJason Xing2024-03-151-1/+1
* netrom: Fix a data-race around sysctl_netrom_default_path_qualityJason Xing2024-03-151-1/+1
* netfilter: nf_conntrack_h323: Add protection for bmp length out of rangeLena Wang2024-03-151-0/+4
* net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis2024-03-152-5/+4
* net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet2024-03-151-14/+7
* wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg2024-03-061-0/+2