aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
10 daysMerge tag 'v5.4.275' into v5.4/standard/basev5.4/standard/baseBruce Ashfield
10 daysMerge tag 'v5.4.274' into v5.4/standard/baseBruce Ashfield
2024-05-02udp: preserve the connected status if only UDP cmsgYick Xie
2024-05-02tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet
2024-05-02tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima
2024-05-02ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu
2024-05-02Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor
2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima
2024-05-02net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim
2024-05-02ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno
2024-05-02netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan
2024-05-02af_unix: Fix garbage collector racing against connect()Michal Luczaj
2024-05-02af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-05-02ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc
2024-05-02ipv4/route: avoid unused-but-set-variable warningArnd Bergmann
2024-05-02ipv6: fib: hide unused 'pn' variableArnd Bergmann
2024-05-02net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets
2024-05-02Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov
2024-05-02batman-adv: Avoid infinite loop trying to resize local TTSven Eckelmann
2024-04-13ip_gre: do not report erspan version on GRE interfaceHangbin Liu
2024-04-13erspan: Check IFLA_GRE_ERSPAN_VER is set.William Tu
2024-04-13netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso
2024-04-13netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso
2024-04-13netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso
2024-04-13netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso
2024-04-13erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet
2024-04-13erspan: Add type I version 0 support.William Tu
2024-04-13ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima
2024-04-13net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet
2024-04-13bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki
2024-04-13netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan
2024-04-13netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso
2024-04-13net/rds: fix possible cp null dereferenceMahmoud Adam
2024-04-13netfilter: nf_tables: disallow timeout for anonymous setsPablo Neira Ayuso
2024-04-13Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera
2024-04-13Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang
2024-04-13tcp: properly terminate timers for kernel socketsEric Dumazet
2024-04-13nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka
2024-04-13wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau
2024-04-13xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor
2024-04-13netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso
2024-04-13netfilter: nf_tables: disallow anonymous set with timeout flagPablo Neira Ayuso
2024-04-13netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso
2024-03-28Merge tag 'v5.4.273' into v5.4/standard/baseBruce Ashfield
2024-03-28Merge tag 'v5.4.272' into v5.4/standard/baseBruce Ashfield
2024-03-28Merge tag 'v5.4.271' into v5.4/standard/baseBruce Ashfield
2024-03-28Merge tag 'v5.4.270' into v5.4/standard/baseBruce Ashfield
2024-03-28Merge tag 'v5.4.269' into v5.4/standard/baseBruce Ashfield
2024-03-26netfilter: nf_tables: do not compare internal table flags on updatesPablo Neira Ayuso
2024-03-26hsr: Handle failures in module initFelix Maurer