summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-05-30l2tp: fix ICMP error handling for UDP-encap socketsTom Parkin
2024-05-30af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet
2024-05-30netrom: fix possible dead-lock in nr_rt_ioctl()Eric Dumazet
2024-05-30net: qrtr: ns: Fix module refcntChris Lew
2024-05-30net: bridge: mst: fix vlan use-after-freeNikolay Aleksandrov
2024-05-30net: bridge: xmit: make sure we have at least eth header len bytesNikolay Aleksandrov
2024-05-30SUNRPC: Fix gss_free_in_token_pages()Chuck Lever
2024-05-30sunrpc: removed redundant procp checkAleksandr Aprelkov
2024-05-30Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz
2024-05-30Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva
2024-05-30Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz
2024-05-30Bluetooth: ISO: Make iso_get_sock_listen genericIulia Tanasescu
2024-05-30Bluetooth: compute LE flow credits based on recvbuf spaceSebastian Urban
2024-05-30mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)
2024-05-30mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)
2024-05-30ax25: Fix reference count leak issue of net_deviceDuoming Zhou
2024-05-30ax25: Fix reference count leak issues of ax25_devDuoming Zhou
2024-05-30ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou
2024-05-30inet: fix inet_fill_ifaddr() flags truncationEric Dumazet
2024-05-30ipv6: sr: fix invalid unregister error pathHangbin Liu
2024-05-30ipv6: sr: fix incorrect unregister orderHangbin Liu
2024-05-30ipv6: sr: add missing seg6_local_exitHangbin Liu
2024-05-30net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets
2024-05-30af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao
2024-05-30net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang
2024-05-30wifi: nl80211: Avoid address calculations via out of bounds array indexingKees Cook
2024-05-30net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet
2024-05-30tcp: avoid premature drops in tcp_add_backlog()Eric Dumazet
2024-05-30wifi: mac80211: transmit deauth only if link is availableJohannes Berg
2024-05-30udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi
2024-05-30wifi: mac80211: don't select link ID if not provided in scan requestAyala Beker
2024-05-30wifi: cfg80211: ignore non-TX BSSs in per-STA profileBenjamin Berg
2024-05-25Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim
2024-05-09net/smc: fix neighbour and rtable leak in smc_ib_find_route()Wen Gu
2024-05-08ipv6: prevent NULL dereference in ip6_output()Eric Dumazet
2024-05-08hsr: Simplify code for announcing HSR nodes timer setupLukasz Majewski
2024-05-08ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet
2024-05-08rxrpc: Only transmit one ACK per jumbo packet receivedDavid Howells
2024-05-08rxrpc: Fix congestion control algorithmDavid Howells
2024-05-08ipv6: Fix potential uninit-value access in __ip6_make_skb()Shigeru Yoshida
2024-05-08appletalk: Improve handling of broadcast packetsVincent Duvert
2024-05-08net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau
2024-05-07mptcp: only allow set existing scheduler for net.mptcp.schedulerGregory Detal
2024-05-07nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa
2024-05-06phonet: fix rtm_phonet_notify() skb allocationEric Dumazet
2024-05-06net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo
2024-05-03rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats
2024-05-03Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-05-03Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou
2024-05-03Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim