summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-21net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet1-9/+6
2024-06-21mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing1-2/+7
2024-06-21tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing1-1/+5
2024-06-21net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua1-1/+1
2024-06-21net/smc: avoid overwriting when adjusting sock bufsizesWen Gu1-20/+2
2024-06-21bpf: Set run context for rawtp test_run callbackJiri Olsa1-0/+6
2024-06-21net: tls: fix marking packets as decryptedJakub Kicinski1-0/+3
2024-06-21ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet1-8/+6
2024-06-21ipv6: ioam: block BH from ioam6_output()Eric Dumazet1-4/+4
2024-06-21net/ncsi: Fix the multi thread manner of NCSI driverDelphineCCChiu3-38/+41
2024-06-21net/ncsi: Simplify Kconfig/dts control flowPeter Delevoryas1-17/+3
2024-06-21ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()Duoming Zhou1-1/+1
2024-06-21ax25: Fix refcount imbalance on inbound connectionsLars Kellogg-Stedman1-0/+6
2024-06-21wifi: mac80211: correctly parse Spatial Reuse Parameter Set elementLingbo Kong1-2/+8
2024-06-21wifi: cfg80211: pmsr: use correct nla_get_uX functionsLin Ma1-4/+4
2024-06-21wifi: cfg80211: Lock wiphy in cfg80211_get_stationRemi Pommarel1-1/+6
2024-06-21wifi: cfg80211: fully move wiphy work to unbound workqueueJohannes Berg2-3/+3
2024-06-21wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()Remi Pommarel1-2/+2
2024-06-21wifi: mac80211: mesh: Fix leak of mesh_preq_queue objectsNicolas Escande1-0/+13
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet3-36/+26
2024-06-16net/9p: fix uninit-value in p9_client_rpc()Nikita Zhandarovich1-0/+2
2024-06-16net/ipv6: Fix route deleting failure when metric equals 0xu xin1-1/+4
2024-06-16mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)2-0/+61
2024-06-16mptcp: cleanup SOL_TCP handlingPaolo Abeni1-35/+26
2024-06-16mptcp: avoid some duplicate code in socket option handlingPaolo Abeni1-12/+8
2024-06-12SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever1-1/+1
2024-06-12net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean1-5/+5
2024-06-12net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean1-1/+3
2024-06-12netfilter: nft_fib: allow from forward/input without iif selectorEric Garver1-5/+3
2024-06-12netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal1-0/+2
2024-06-12netfilter: nft_payload: skbuff vlan metadata mangle supportPablo Neira Ayuso1-7/+65
2024-06-12af_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima1-3/+6
2024-06-12af_unix: Annotate data-race around unix_sk(sk)->addr.Kuniyuki Iwashima1-4/+6
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