summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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: msft: __hci_cmd_sync() doesn't return NULLDan Carpenter1-13/+7
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
2024-03-27Bluetooth: hci_core: Cancel request on command timeoutLuiz Augusto von Dentz4-38/+70
2024-03-27Bluetooth: hci_event: Fix not indicating new connection for BIG SyncLuiz Augusto von Dentz2-7/+18
2024-03-27Bluetooth: Remove BT_HSLuiz Augusto von Dentz11-3013/+20
2024-03-27Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler1-2/+0
2024-03-27Bluetooth: mgmt: Remove leftover queuing of power_off workJonas Dreßler1-16/+0
2024-03-27SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu1-8/+19
2024-03-27SUNRPC: fix a memleak in gss_import_v2_contextZhipeng Lu1-1/+10
2024-03-27net: mctp: copy skb ext data when fragmentingJeremy Kerr2-0/+11
2024-03-27ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet1-1/+0
2024-03-27af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima1-1/+1
2024-03-27inet_diag: annotate data-races around inet_diag_table[]Eric Dumazet1-3/+3
2024-03-27sock_diag: annotate data-races around sock_diag_handlers[family]Eric Dumazet1-5/+5
2024-03-27xfrm: set skb control buffer based on packet offload as wellMike Yu1-1/+5
2024-03-27xfrm: fix xfrm child route lookup for packet offloadMike Yu1-1/+3
2024-03-27Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis1-1/+3
2024-03-27Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu1-1/+1
2024-03-27wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau1-1/+2
2024-03-27net/iucv: fix the allocation size of iucv_path_table arrayAlexander Gordeev1-2/+2
2024-03-27io_uring/unix: drop usage of io_uring socketJens Axboe2-4/+2
2024-03-15netrom: Fix data-races around sysctl_net_busy_readJason Xing2-4/+4
2024-03-15netrom: Fix a data-race around sysctl_netrom_link_fails_countJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_routing_controlJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeoutJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_requested_window_sizeJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_busy_delayJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delayJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_maximum_triesJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_transport_timeoutJason Xing1-1/+1
2024-03-15netrom: Fix data-races around sysctl_netrom_network_ttl_initialiserJason Xing3-4/+5
2024-03-15netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiserJason Xing1-1/+1
2024-03-15netrom: Fix a data-race around sysctl_netrom_default_path_qualityJason Xing1-1/+1
2024-03-15netfilter: nf_conntrack_h323: Add protection for bmp length out of rangeLena Wang1-0/+4
2024-03-15netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal1-6/+5
2024-03-15net/rds: fix WARNING in rds_conn_connect_if_downEdward Adam Davis2-5/+4
2024-03-15net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet1-14/+7
2024-03-15xfrm: Pass UDP encapsulation in TX packet offloadLeon Romanovsky1-1/+1
2024-03-06af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima1-13/+9
2024-03-06af_unix: Fix task hung while purging oob_skb in GC.Kuniyuki Iwashima1-3/+4
2024-03-06mptcp: fix possible deadlock in subflow diagPaolo Abeni1-0/+3
2024-03-06mptcp: fix double-free on socket dismantleDavide Caratti1-0/+49
2024-03-06mptcp: fix potential wake-up event lossPaolo Abeni1-10/+11