summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-11-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau1-1/+2
2024-11-08netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso1-0/+3
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin1-0/+4
2024-11-08net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long1-1/+12
2024-11-08net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela1-1/+1
2024-11-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau1-17/+25
2024-11-08xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca1-1/+5
2024-11-08Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin1-2/+1
2024-11-08Bluetooth: Remove debugfs directory on module init failureAaron Thompson1-0/+1
2024-11-08net: Fix an unsafe loop on the listAnastasia Kovaleva1-1/+2
2024-11-08net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de1-2/+6
2024-11-08Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz1-2/+0
2024-11-08netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin1-0/+5
2024-11-08tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell1-0/+13
2024-11-08tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing1-0/+3
2024-11-08ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel1-1/+1
2024-11-08ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima1-4/+2
2024-11-08tipc: guard against string buffer overrunSimon Horman1-2/+6
2024-11-08sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long1-1/+3
2024-11-08ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov1-3/+3
2024-11-08net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet1-3/+7
2024-11-08net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet1-1/+1
2024-11-08netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet2-4/+10
2024-11-08netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman1-5/+2
2024-11-08net: qrtr: Update packets cloning when broadcastingYoussef Samir1-1/+1
2024-11-08tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet5-16/+19
2024-11-08netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet1-12/+2
2024-11-08can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().Kuniyuki Iwashima1-1/+3
2024-11-08wifi: mac80211: use two-phase skb reclamation in ieee80211_do_stop()Dmitry Antipov1-1/+16
2024-11-08wifi: cfg80211: fix two more possible UBSAN-detected off-by-one errorsDmitry Antipov2-2/+4
2024-11-08wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov1-3/+3
2024-11-08netfilter: nf_tables: elements with timeout below CONFIG_HZ never expirePablo Neira Ayuso1-1/+1
2024-09-12netns: restore ops before calling ops_exit_listLi RongQing1-1/+1
2024-09-12net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann1-0/+7
2024-09-12ila: call nf_unregister_net_hooks() soonerEric Dumazet3-4/+16
2024-09-12netns: add pre_exit method to struct pernet_operationsEric Dumazet1-0/+28
2024-09-12net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski1-4/+2
2024-09-12net: bridge: fdb: convert added_by_external_learn to use bitopsNikolay Aleksandrov2-12/+11
2024-09-12net: bridge: fdb: convert added_by_user to bitopsNikolay Aleksandrov3-17/+18
2024-09-12net: bridge: fdb: convert is_sticky to bitopsNikolay Aleksandrov2-7/+8
2024-09-12net: bridge: fdb: convert is_static to bitopsNikolay Aleksandrov2-23/+21
2024-09-12net: bridge: fdb: convert is_local to bitopsNikolay Aleksandrov3-16/+27
2024-09-12bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel5-8/+12
2024-09-12net: bridge: add support for sticky fdb entriesNikolay Aleksandrov2-3/+17
2024-09-12rfkill: fix spelling mistake contidion to conditionRichard Guy Briggs1-2/+2
2024-09-12can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima1-0/+4
2024-09-12netfilter: nf_conncount: fix wrong variable typeYunjian Wang1-5/+3
2024-09-12af_unix: Remove put_pid()/put_cred() in copy_peercred().Kuniyuki Iwashima1-8/+1
2024-09-12sch/netem: fix use after free in netem_dequeueStephen Hemminger1-5/+4
2024-09-04net: prevent mss overflow in skb_segment()Eric Dumazet1-1/+2