summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-05-17af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima
2024-05-17net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo
2024-05-17tipc: fix UAF in error pathPaolo Abeni
2024-05-17af_unix: Fix garbage collector racing against connect()Michal Luczaj
2024-05-17af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-05-17ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet
2024-05-17net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau
2024-05-17phonet: fix rtm_phonet_notify() skb allocationEric Dumazet
2024-05-17rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats
2024-05-17Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou
2024-05-17Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou
2024-05-17tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet
2024-05-17tcp: remove redundant check on tskbColin Ian King
2024-05-17net: mark racy access on sk->sk_rcvbuflinke li
2024-05-17wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson
2024-05-17tipc: fix a possible memleak in tipc_buf_appendXin Long
2024-05-17net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau
2024-05-17net l2tp: drop flow hash on forwardDavid Bauer
2024-05-17nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segm...Kuniyuki Iwashima
2024-05-17ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu
2024-05-17net: slightly optimize eth_type_transLi RongQing
2024-05-17wifi: nl80211: don't free NULL coalescing ruleJohannes Berg
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-02Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor
2024-05-02net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim
2024-05-02net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang
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-02netfilter: nf_tables: __nft_expr_type_get() selects specific family typePablo Neira Ayuso
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-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-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-13netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan
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-13mptcp: add sk_stop_timer_sync helperGeliang Tang