summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-03-28netfilter: nft_counter: Use u64_stats_t for statistic.Sebastian Andrzej Siewior1-44/+46
2025-03-28mptcp: Fix data stream corruption in the address announcementArthur Mongodin1-2/+4
2025-03-28batman-adv: Ignore own maximum aggregation size during RXSven Eckelmann2-4/+2
2025-03-28xsk: fix an integer overflow in xp_create_and_assign_umem()Gavrilov Ilia1-1/+1
2025-03-28Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault1-9/+6
2025-03-28net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma1-0/+1
2025-03-28net: lwtunnel: fix recursion loopsJustin Iurman1-12/+53
2025-03-28net: atm: fix use after free in lec_send()Dan Carpenter1-1/+2
2025-03-28ipv6: Set errno after ip_fib_metrics_init() in ip6_route_info_create().Kuniyuki Iwashima1-0/+2
2025-03-28ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw().Kuniyuki Iwashima1-1/+2
2025-03-28Bluetooth: Fix error code in chan_alloc_skb_cb()Dan Carpenter1-1/+6
2025-03-28xfrm_output: Force software GSO only in tunnel modeCosmin Ratiu1-1/+1
2025-03-28xfrm: fix tunnel mode TX datapath in packet offload modeAlexandre Cassen1-0/+41
2025-03-22netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal7-19/+21
2025-03-22netfilter: nf_tables: bail out if stateful expression provides no .clonePablo Neira Ayuso1-8/+7
2025-03-22netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso4-13/+28
2025-03-22Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz2-97/+56
2025-03-22net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker1-1/+1
2025-03-22mptcp: safety check before fallbackMatthieu Baerts (NGI0)1-0/+2
2025-03-22sctp: Fix undefined behavior in left shift operationYu-Chun Lin1-1/+1
2025-03-22Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmdLuiz Augusto von Dentz1-5/+34
2025-03-22net: openvswitch: remove misbehaving actions length checkIlya Maximets1-14/+1
2025-03-22gre: Fix IPv6 link-local address generation.Guillaume Nault1-6/+9
2025-03-22netfilter: nft_exthdr: fix offset with ipv4_find_option()Alexey Kashavkin1-6/+4
2025-03-22net_sched: Prevent creation of classes with TC_H_ROOTCong Wang1-0/+6
2025-03-22ipvs: prevent integer overflow in do_ip_vs_get_ctl()Dan Carpenter1-4/+4
2025-03-22netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert...Kohei Enju1-0/+2
2025-03-22net: switchdev: Convert blocking notification chain to a raw oneAmit Cohen1-7/+18
2025-03-22netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao1-2/+7
2025-03-22Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz5-27/+19
2025-03-22Bluetooth: hci_event: Fix enabling passive scanningLuiz Augusto von Dentz1-15/+22
2025-03-22wifi: cfg80211: cancel wiphy_work before freeing wiphyMiri Korenblit1-0/+7
2025-03-22sched: address a potential NULL pointer dereference in the GRED scheduler.Jun Yang1-1/+2
2025-03-22netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap ...Nicklas Bo Jensen1-2/+2
2025-03-22netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.Sebastian Andrzej Siewior1-2/+4
2025-03-22tcp: fix forever orphan socket caused by tcp_abortXueming Feng1-6/+10
2025-03-22tcp: fix races in tcp_abort()Eric Dumazet1-5/+1
2025-03-13pfifo_tail_enqueue: Drop new packet when sch->limit == 0Quang Le1-0/+3
2025-03-13net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman1-0/+1
2025-03-13net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman1-1/+2
2025-03-13net-timestamp: support TCP GSO case for a few missing flagsJason Xing1-4/+7
2025-03-13vlan: enforce underlying device typeOscar Maes1-1/+2
2025-03-13llc: do not use skb_get() before dev_queue_xmit()Eric Dumazet1-22/+27
2025-03-13net: gso: fix ownership in __udp_gso_segmentAntoine Tenart1-2/+6
2025-03-13wifi: nl80211: reject cooked mode if it is set along with other flagsVitaliy Shevtsov1-0/+5
2025-03-13wifi: cfg80211: regulatory: improve invalid hints checkingNikita Zhandarovich1-1/+2
2025-03-13Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()Haoxiang Li1-0/+3
2025-03-13Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()Haoxiang Li1-0/+2
2025-03-13mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addrKrister Johansen1-3/+15
2025-03-07mptcp: reset when MPTCP opts are dropped after joinMatthieu Baerts (NGI0)1-14/+1