summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet2024-06-161-0/+2
* nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka2024-06-161-2/+1
* nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa2024-06-161-0/+1
* openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole2024-06-161-0/+6
* tcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima2024-06-161-1/+12
* params: lift param_set_uint_minmax to common codeSagi Grimberg2024-06-161-18/+0
* ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu2024-06-161-14/+28
* nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka2024-06-161-1/+14
* af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet2024-06-161-2/+1
* netrom: fix possible dead-lock in nr_rt_ioctl()Eric Dumazet2024-06-161-12/+7
* SUNRPC: Fix gss_free_in_token_pages()Chuck Lever2024-06-161-8/+2
* ipv6: sr: fix invalid unregister error pathHangbin Liu2024-06-161-0/+2
* ipv6: sr: fix incorrect unregister orderHangbin Liu2024-06-161-1/+1
* ipv6: sr: add missing seg6_local_exitHangbin Liu2024-06-161-0/+1
* net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets2024-06-161-1/+2
* af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao2024-06-161-1/+1
* wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt ...Igor Artemiev2024-06-161-2/+2
* 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