summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-06-12ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn
2024-06-12net: fix __dst_negative_advice() raceEric Dumazet
2024-06-12inet: introduce dst_rtable() helperEric Dumazet
2024-06-12ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-06-12net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean
2024-06-12net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean
2024-06-12netfilter: nft_fib: allow from forward/input without iif selectorEric Garver
2024-06-12netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal
2024-06-12netfilter: nft_payload: skbuff vlan metadata mangle supportPablo Neira Ayuso
2024-06-12ipv4: Fix address dump when IPv4 is disabled on an interfaceIdo Schimmel
2024-06-12af_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima
2024-06-12af_unix: Annotate data-race around unix_sk(sk)->addr.Kuniyuki Iwashima
2024-06-12netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann
2024-06-12netfilter: nft_payload: restore vlan q-in-q match supportPablo Neira Ayuso
2024-06-12netfilter: ipset: Add list flush to cancel_gcAlexander Maltsev
2024-06-12netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet
2024-06-12SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever
2024-06-12nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka
2024-06-12net: relax socket state check at accept time.Paolo Abeni
2024-06-12tls: fix missing memory barrier in tls_initDae R. Jeong
2024-06-12openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole
2024-06-12tcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima
2024-06-12ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu
2024-06-12af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.Kuniyuki Iwashima
2024-06-12rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni
2024-06-12sunrpc: fix NFSACL RPC retry on soft mountDan Aloni
2024-06-12nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka
2024-06-12ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer
2024-06-12Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim
2024-06-12Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu
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