summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* wifi: mac80211: use deflink and fix typo in link ID checkBenjamin Berg2024-03-261-2/+2
* 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
* net: test: Fix printf format specifier in skb_segment kunit testDavid Gow2024-03-261-1/+1
* 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
* 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
* netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal2024-03-151-6/+5
* 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
* xfrm: Pass UDP encapsulation in TX packet offloadLeon Romanovsky2024-03-151-1/+1
* xfrm: Clear low order bits of ->flowi4_tos in decode_session4().Guillaume Nault2024-03-151-1/+1
* af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima2024-03-061-13/+9
* af_unix: Fix task hung while purging oob_skb in GC.Kuniyuki Iwashima2024-03-061-3/+4
* mptcp: fix possible deadlock in subflow diagPaolo Abeni2024-03-061-0/+3
* mptcp: fix double-free on socket dismantleDavide Caratti2024-03-061-0/+49
* mptcp: fix potential wake-up event lossPaolo Abeni2024-03-061-10/+11
* mptcp: fix snd_wnd initialization for passive socketPaolo Abeni2024-03-061-1/+1
* mptcp: push at DSS boundariesPaolo Abeni2024-03-061-0/+1
* mptcp: avoid printing warning once on client sideMatthieu Baerts (NGI0)2024-03-061-1/+1
* mptcp: map v4 address to v6 when destroying subflowGeliang Tang2024-03-061-0/+10
* wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg2024-03-061-0/+2
* tls: fix use-after-free on failed backlog decryptionSabrina Dubroca2024-03-061-7/+17
* tls: separate no-async decryption request handling from asyncSabrina Dubroca2024-03-061-5/+8
* tls: fix peeking with sync+async decryptionSabrina Dubroca2024-03-061-3/+6
* tls: decrement decrypt_pending if no async completion will be calledSabrina Dubroca2024-03-061-0/+2
* net: hsr: Use correct offset for HSR TLV values in supervisory HSR framesLukasz Majewski2024-03-061-1/+1