summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-05-029p/trans_fd: mark concurrent read and writes to p9_conn->errIgnacio Encinas1-7/+10
2025-05-029p/net: fix improper handling of bogus negative read/write repliesDominique Martinet1-14/+16
2025-05-02mptcp: pm: Defer freeing of MPTCP userspace path manager entriesMat Martineau1-1/+5
2025-05-02net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel1-5/+13
2025-05-02netfilter: fib: avoid lookup if socket is availableFlorian Westphal2-15/+15
2025-05-02net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() tooCong Wang1-4/+10
2025-05-02net_sched: hfsc: Fix a UAF vulnerability in class handlingCong Wang1-2/+7
2025-05-02tipc: fix NULL pointer dereference in tipc_mon_reinit_self()Tung Nguyen1-1/+2
2025-05-02net: lwtunnel: disable BHs when requiredJustin Iurman1-6/+20
2025-04-25Bluetooth: l2cap: Process valid commands in too long frameFrédéric Danis1-1/+17
2025-04-25netfilter: conntrack: fix erronous removal of offload bitFlorian Westphal1-4/+6
2025-04-25net: dsa: avoid refcount warnings when ds->ops->tag_8021q_vlan_del() failsVladimir Oltean1-1/+1
2025-04-25net: dsa: free routing table on probe failureVladimir Oltean1-7/+14
2025-04-25net: dsa: clean up FDB, MDB, VLAN entries on unbindVladimir Oltean1-3/+35
2025-04-25net: bridge: switchdev: do not notify new brentries as changedJonas Gorski1-1/+3
2025-04-25net: openvswitch: fix nested key length validation in the set() actionIlya Maximets1-1/+2
2025-04-25net: mctp: Set SOCK_RCU_FREEMatt Johnston1-0/+3
2025-04-25ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll()Damodharam Ammepalli1-1/+1
2025-04-25smc: Fix lockdep false-positive for IPPROTO_SMC.Kuniyuki Iwashima1-0/+5
2025-04-25Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeu...Johannes Berg1-1/+0
2025-04-25ipv6: add exception routes to GC list in rt6_insert_exceptionXin Long1-0/+1
2025-04-25Bluetooth: l2cap: Check encryption key size on incoming connectionFrédéric Danis1-1/+2
2025-04-25Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid addressLuiz Augusto von Dentz1-2/+3
2025-04-25wifi: mac80211: Purge vif txq in ieee80211_do_stop()Remi Pommarel1-0/+3
2025-04-25wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()Remi Pommarel1-0/+1
2025-04-20sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro2-8/+16
2025-04-20net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-0/+5
2025-04-20mptcp: only inc MPJoinAckHMacFailure for HMAC failuresMatthieu Baerts (NGI0)1-2/+6
2025-04-20mptcp: fix NULL pointer in can_accept_new_subflowGang Yan1-7/+8
2025-04-20svcrdma: do not unregister device for listenersOlga Kornievskaia1-1/+2
2025-04-20wifi: mac80211: fix integer overflow in hwmp_route_info_get()Gavrilov Ilia1-4/+10
2025-04-20mptcp: sockopt: fix getting freebind & transparentMatthieu Baerts (NGI0)1-0/+12
2025-04-20mptcp: sockopt: fix getting IPV6_V6ONLYMatthieu Baerts (NGI0)1-0/+16
2025-04-20bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn1-36/+44
2025-04-20net: vlan: don't propagate flags on openStanislav Fomichev1-27/+4
2025-04-20wifi: mac80211: fix userspace_selectors corruptionJohannes Berg1-8/+6
2025-04-20page_pool: avoid infinite loop to schedule delayed workerJason Xing1-1/+7
2025-04-20wifi: mac80211: ensure sdata->work is canceled before initialized.Miri Korenblit1-1/+4
2025-04-20wifi: mac80211: add strict mode disabling workaroundsJohannes Berg2-16/+73
2025-04-20net: page_pool: don't cast mp param to devmemPavel Begunkov1-1/+1
2025-04-20ethtool: cmis_cdb: Fix incorrect read / write length extensionIdo Schimmel2-16/+3
2025-04-20nft_set_pipapo: fix incorrect avx2 match of 5th field octetFlorian Westphal1-1/+2
2025-04-20ipv6: Align behavior across nexthops during path selectionIdo Schimmel1-4/+4
2025-04-20net_sched: sch_sfq: move the limit validationOctavian Purdila1-4/+6
2025-04-20net_sched: sch_sfq: use a temporary work area for validating configurationOctavian Purdila1-12/+44
2025-04-20net: ethtool: Don't call .cleanup_data when prepare_data failsMaxime Chevallier1-3/+5
2025-04-20tc: Ensure we have enough buffer space when sending filter netlink notificationsToke Høiland-Jørgensen1-21/+45
2025-04-20net: tls: explicitly disallow disconnectJakub Kicinski1-0/+6
2025-04-20codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()Cong Wang2-8/+3
2025-04-20tipc: fix memory leak in tipc_link_xmitTung Nguyen1-0/+1