summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau
2024-11-08netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin
2024-11-08net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long
2024-11-08net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela
2024-11-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau
2024-11-08xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca
2024-11-08Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin
2024-11-08Bluetooth: Remove debugfs directory on module init failureAaron Thompson
2024-11-08net: Fix an unsafe loop on the listAnastasia Kovaleva
2024-11-08net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de
2024-11-08Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz
2024-11-08netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin
2024-11-08tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell
2024-11-08tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing
2024-11-08ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel
2024-11-08ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima
2024-11-08tipc: guard against string buffer overrunSimon Horman
2024-11-08sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long
2024-11-08ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov
2024-11-08net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet
2024-11-08net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet
2024-11-08netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet
2024-11-08netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman
2024-11-08net: qrtr: Update packets cloning when broadcastingYoussef Samir
2024-11-08tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet
2024-11-08netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet
2024-11-08can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima
2024-11-08wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov
2024-11-08wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov
2024-11-08wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov
2024-11-08netfilter: nf_tables: elements with timeout below CONFIG_HZ never expirePablo Neira Ayuso
2024-09-12netns: restore ops before calling ops_exit_listLi RongQing
2024-09-12net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann
2024-09-12ila: call nf_unregister_net_hooks() soonerEric Dumazet
2024-09-12netns: add pre_exit method to struct pernet_operationsEric Dumazet
2024-09-12net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski
2024-09-12net: bridge: fdb: convert added_by_external_learn to use bitopsNikolay Aleksandrov
2024-09-12net: bridge: fdb: convert added_by_user to bitopsNikolay Aleksandrov
2024-09-12net: bridge: fdb: convert is_sticky to bitopsNikolay Aleksandrov
2024-09-12net: bridge: fdb: convert is_static to bitopsNikolay Aleksandrov
2024-09-12net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov
2024-09-12bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel
2024-09-12net: bridge: add support for sticky fdb entriesNikolay Aleksandrov
2024-09-12rfkill: fix spelling mistake contidion to conditionRichard Guy Briggs
2024-09-12can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima
2024-09-12netfilter: nf_conncount: fix wrong variable typeYunjian Wang
2024-09-12af_unix: Remove put_pid()/put_cred() in copy_peercred().Kuniyuki Iwashima
2024-09-12sch/netem: fix use after free in netem_dequeueStephen Hemminger
2024-09-04net: prevent mss overflow in skb_segment()Eric Dumazet