summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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-17kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior
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-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-05-17net: mark racy access on sk->sk_rcvbuflinke li
2024-05-17wifi: cfg80211: fix rdev_dump_mpp() arguments orderIgor Artemiev
2024-05-17wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson
2024-05-17net: gro: add flush check in udp_gro_receive_segmentRichard Gobert
2024-05-17tipc: fix a possible memleak in tipc_buf_appendXin Long
2024-05-17net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau
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-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik
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-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-02netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso
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-02ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet
2024-05-02netfilter: nft_set_pipapo: do not free live elementFlorian Westphal
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-02netfilter: complete validation of user inputEric Dumazet
2024-05-02Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
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-02xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet
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-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-13net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet