summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-03-28mptcp: Fix data stream corruption in the address announcementArthur Mongodin
2025-03-28batman-adv: Ignore own maximum aggregation size during RXSven Eckelmann
2025-03-28xsk: fix an integer overflow in xp_create_and_assign_umem()Gavrilov Ilia
2025-03-28Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault
2025-03-28net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma
2025-03-28net: ipv6: ioam6: fix lwtunnel_output() loopJustin Iurman
2025-03-28net: lwtunnel: fix recursion loopsJustin Iurman
2025-03-28net: atm: fix use after free in lec_send()Dan Carpenter
2025-03-28devlink: fix xa_alloc_cyclic() error handlingMichal Swiatkowski
2025-03-28ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima
2025-03-28ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima
2025-03-28net: ipv6: fix TCP GSO segmentation with NATFelix Fietkau
2025-03-28Bluetooth: Fix error code in chan_alloc_skb_cb()Dan Carpenter
2025-03-28xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu
2025-03-28xfrm: fix tunnel mode TX datapath in packet offload modeAlexandre Cassen
2025-03-22Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz
2025-03-22netmem: prevent TX of unreadable skbsMina Almasry
2025-03-22net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker
2025-03-22mptcp: safety check before fallbackMatthieu Baerts (NGI0)
2025-03-22sctp: Fix undefined behavior in left shift operationYu-Chun Lin
2025-03-22Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmdLuiz Augusto von Dentz
2025-03-22Revert "openvswitch: switch to per-action label counting in conntrack"Xin Long
2025-03-22net: openvswitch: remove misbehaving actions length checkIlya Maximets
2025-03-22gre: Fix IPv6 link-local address generation.Guillaume Nault
2025-03-22netfilter: nft_exthdr: fix offset with ipv4_find_option()Alexey Kashavkin
2025-03-22net_sched: Prevent creation of classes with TC_H_ROOTCong Wang
2025-03-22ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter
2025-03-22netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert...Kohei Enju
2025-03-22net: mctp: unshare packets when reassemblingMatt Johnston
2025-03-22net: switchdev: Convert blocking notification chain to a raw oneAmit Cohen
2025-03-22netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao
2025-03-22Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz
2025-03-22Bluetooth: hci_event: Fix enabling passive scanningLuiz Augusto von Dentz
2025-03-22wifi: cfg80211: cancel wiphy_work before freeing wiphyMiri Korenblit
2025-03-22wifi: mac80211: don't queue sdata::work for a non-running sdataMiri Korenblit
2025-03-22sched: address a potential NULL pointer dereference in the GRED scheduler.Jun Yang
2025-03-22netfilter: nf_tables: make destruction work queue pernetFlorian Westphal
2025-03-22netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap ...Nicklas Bo Jensen
2025-03-22netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.Sebastian Andrzej Siewior
2025-03-13net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman
2025-03-13net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman
2025-03-13net-timestamp: support TCP GSO case for a few missing flagsJason Xing
2025-03-13vlan: enforce underlying device typeOscar Maes
2025-03-13net: ethtool: netlink: Allow NULL nlattrs when getting a phy_deviceMaxime Chevallier
2025-03-13net: ethtool: plumb PHY stats to PHY driversJakub Kicinski
2025-03-13ethtool: linkstate: migrate linkstate functions to support multi-PHY setupsOleksij Rempel
2025-03-13llc: do not use skb_get() before dev_queue_xmit()Eric Dumazet
2025-03-13net: gso: fix ownership in __udp_gso_segmentAntoine Tenart
2025-03-13wifi: mac80211: fix vendor-specific inheritanceJohannes Berg
2025-03-13wifi: mac80211: fix MLE non-inheritance parsingJohannes Berg