summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-12kthread: add kthread_stop_putAndreas Gruenbacher1-2/+1
2024-06-12netfilter: nft_payload: restore vlan q-in-q match supportPablo Neira Ayuso1-16/+7
2024-06-12netfilter: ipset: Add list flush to cancel_gcAlexander Maltsev1-0/+3
2024-06-12netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet1-0/+2
2024-06-12nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka1-2/+1
2024-06-12net: relax socket state check at accept time.Paolo Abeni1-1/+3
2024-06-12tls: fix missing memory barrier in tls_initDae R. Jeong1-1/+9
2024-06-12openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole1-0/+6
2024-06-12tcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima1-1/+12
2024-06-12ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu1-14/+28
2024-06-12af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.Kuniyuki Iwashima1-6/+22
2024-06-12rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni1-1/+5
2024-06-12sunrpc: fix NFSACL RPC retry on soft mountDan Aloni1-0/+1
2024-06-12nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka1-1/+14
2024-06-12ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer1-5/+6
2024-06-12af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet1-2/+1
2024-06-12netrom: fix possible dead-lock in nr_rt_ioctl()Eric Dumazet1-12/+7
2024-06-12net: qrtr: ns: Fix module refcntChris Lew1-0/+27
2024-06-12net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov1-6/+10
2024-06-12net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov1-0/+6
2024-06-12SUNRPC: Fix gss_free_in_token_pages()Chuck Lever1-8/+2
2024-06-12sunrpc: removed redundant procp checkAleksandr Aprelkov1-2/+0
2024-06-12Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz7-457/+47
2024-06-12Bluetooth: hci_event: Remove code to removed CONFIG_BT_HSLukas Bulwahn1-163/+0
2024-06-12Bluetooth: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2-6/+7
2024-06-12Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu2-16/+19
2024-06-12Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban2-25/+122
2024-06-12mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)1-2/+0
2024-06-12ax25: Fix reference count leak issue of net_deviceDuoming Zhou1-6/+1
2024-06-12ax25: Fix reference count leak issues of ax25_devDuoming Zhou1-2/+1
2024-06-12ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou1-25/+15
2024-06-12ipv6: sr: fix invalid unregister error pathHangbin Liu1-0/+2
2024-06-12ipv6: sr: fix incorrect unregister orderHangbin Liu1-1/+1
2024-06-12ipv6: sr: add missing seg6_local_exitHangbin Liu1-0/+1
2024-06-12net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets1-1/+2
2024-06-12af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao1-1/+1
2024-06-12net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang1-1/+1
2024-06-12wifi: nl80211: Avoid address calculations via out of bounds array indexingKees Cook1-7/+7
2024-06-12net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet1-1/+2
2024-06-12tcp: avoid premature drops in tcp_add_backlog()Eric Dumazet1-2/+11
2024-06-12udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi2-9/+32
2024-06-12wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt ...Igor Artemiev1-2/+2
2024-06-12wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon times...Richard Kinder1-1/+2
2024-06-12wifi: mac80211: don't use rate mask for scanningJohannes Berg3-5/+15
2024-05-25Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim5-51/+76
2024-05-25Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()Sungwoo Kim1-11/+10
2024-05-17net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo1-3/+10
2024-05-17tipc: fix UAF in error pathPaolo Abeni1-1/+5
2024-05-17mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal1-1/+38
2024-05-17mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni1-0/+3