summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima2024-05-171-1/+1
* net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo2024-05-171-3/+10
* tipc: fix UAF in error pathPaolo Abeni2024-05-171-1/+5
* af_unix: Fix garbage collector racing against connect()Michal Luczaj2024-05-171-1/+17
* af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima2024-05-173-14/+15
* ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet2024-05-171-1/+5
* net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau2024-05-171-2/+7
* phonet: fix rtm_phonet_notify() skb allocationEric Dumazet2024-05-171-1/+1
* rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats2024-05-171-1/+1
* Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou2024-05-171-0/+3
* Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou2024-05-171-0/+4
* tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima2024-05-171-1/+7
* tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet2024-05-173-3/+7
* tcp: remove redundant check on tskbColin Ian King2024-05-171-5/+2
* net: mark racy access on sk->sk_rcvbuflinke li2024-05-171-2/+2
* wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson2024-05-171-2/+2
* tipc: fix a possible memleak in tipc_buf_appendXin Long2024-05-171-1/+1
* net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau2024-05-171-1/+1
* net l2tp: drop flow hash on forwardDavid Bauer2024-05-171-0/+3
* nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segm...Kuniyuki Iwashima2024-05-171-6/+8
* ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu2024-05-171-11/+1
* net: slightly optimize eth_type_transLi RongQing2024-05-171-8/+10
* wifi: nl80211: don't free NULL coalescing ruleJohannes Berg2024-05-171-0/+2
* udp: preserve the connected status if only UDP cmsgYick Xie2024-05-022-4/+6
* tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet2024-05-021-22/+19
* tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima2024-05-021-1/+14
* Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor2024-05-022-6/+8
* net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim2024-05-021-2/+2
* net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2024-05-022-2/+5
* ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno2024-05-021-2/+4
* netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan2024-05-021-2/+6
* netfilter: nf_tables: __nft_expr_type_get() selects specific family typePablo Neira Ayuso2024-05-021-5/+8
* ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc2024-05-021-3/+4
* ipv4/route: avoid unused-but-set-variable warningArnd Bergmann2024-05-021-3/+1
* ipv6: fib: hide unused 'pn' variableArnd Bergmann2024-05-021-2/+5
* Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov2024-05-021-1/+3
* batman-adv: Avoid infinite loop trying to resize local TTSven Eckelmann2024-05-021-1/+1
* ip_gre: do not report erspan version on GRE interfaceHangbin Liu2024-04-131-19/+29
* erspan: Check IFLA_GRE_ERSPAN_VER is set.William Tu2024-04-131-1/+2
* erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet2024-04-132-0/+8
* erspan: Add type I version 0 support.William Tu2024-04-131-15/+43
* ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima2024-04-131-7/+7
* net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet2024-04-131-5/+5
* netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan2024-04-131-2/+7
* net/rds: fix possible cp null dereferenceMahmoud Adam2024-04-131-1/+1
* netfilter: nf_tables: disallow timeout for anonymous setsPablo Neira Ayuso2024-04-131-0/+7
* Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera2024-04-131-16/+32
* Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang2024-04-131-0/+25
* tcp: properly terminate timers for kernel socketsEric Dumazet2024-04-132-0/+16
* mptcp: add sk_stop_timer_sync helperGeliang Tang2024-04-131-0/+7