summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet
2024-06-16net/9p: fix uninit-value in p9_client_rpc()Nikita Zhandarovich
2024-06-16net/ipv6: Fix route deleting failure when metric equals 0xu xin
2024-06-16sunrpc: exclude from freezer when waiting for requests:NeilBrown
2024-06-16net: dsa: tag_sja1105: always prefer source port information from INCL_SRCPTVladimir Oltean
2024-06-16mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)
2024-06-16SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever
2024-06-16netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal
2024-06-16netfilter: nft_payload: skbuff vlan metadata mangle supportPablo Neira Ayuso
2024-06-16netfilter: nft_payload: rebuild vlan header on h_proto accessFlorian Westphal
2024-06-16netfilter: nft_payload: rebuild vlan header when neededPablo Neira Ayuso
2024-06-16netfilter: nft_payload: move struct nft_payload_set definition where it belongsPablo Neira Ayuso
2024-06-16netfilter: nft_payload: restore vlan q-in-q match supportPablo Neira Ayuso
2024-06-16netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet
2024-06-16nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka
2024-06-16nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa
2024-06-16tls: fix missing memory barrier in tls_initDae R. Jeong
2024-06-16openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole
2024-06-16tcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima
2024-06-16ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu
2024-06-16af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.Kuniyuki Iwashima
2024-06-16rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni
2024-06-16sunrpc: fix NFSACL RPC retry on soft mountDan Aloni
2024-06-16nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka
2024-06-16ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer
2024-06-16af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet
2024-06-16netrom: fix possible dead-lock in nr_rt_ioctl()Eric Dumazet
2024-06-16net: qrtr: ns: Fix module refcntChris Lew
2024-06-16SUNRPC: Fix gss_free_in_token_pages()Chuck Lever
2024-06-16sunrpc: removed redundant procp checkAleksandr Aprelkov
2024-06-16mptcp: SO_KEEPALIVE: fix getsockopt supportMatthieu Baerts (NGI0)
2024-06-16ipv6: sr: fix invalid unregister error pathHangbin Liu
2024-06-16ipv6: sr: fix incorrect unregister orderHangbin Liu
2024-06-16ipv6: sr: add missing seg6_local_exitHangbin Liu
2024-06-16net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets
2024-06-16af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao
2024-06-16net: ipv6: fix wrong start position when receive hop-by-hop fragmentgaoxingwang
2024-06-16net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet
2024-06-16tcp: avoid premature drops in tcp_add_backlog()Eric Dumazet
2024-06-16udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi
2024-06-16net: remove duplicate reuseport_lookup functionsLorenz Bauer
2024-06-16net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer
2024-06-16wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt ...Igor Artemiev
2024-05-25netlink: annotate data-races around sk->sk_errEric Dumazet
2024-05-25netlink: annotate lockless accesses to nlk->max_recvmsg_lenEric Dumazet
2024-05-25net: tls: handle backlogging of crypto requestsJakub Kicinski
2024-05-25tls: fix race between async notify and socket closeJakub Kicinski
2024-05-25net: tls: factor out tls_*crypt_async_wait()Jakub Kicinski
2024-05-25tls: extract context alloc/initialization out of tls_set_sw_offloadSabrina Dubroca
2024-05-25tls: rx: simplify async waitJakub Kicinski