summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-04-27net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean
2024-04-27af_unix: Don't peek OOB data without MSG_OOB.Kuniyuki Iwashima
2024-04-27af_unix: Call manage_oob() for every skb in unix_stream_read_generic().Kuniyuki Iwashima
2024-04-27netfilter: flowtable: incorrect pppoe tuplePablo Neira Ayuso
2024-04-27netfilter: flowtable: validate pppoe headerPablo Neira Ayuso
2024-04-27netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov
2024-04-27netfilter: nft_set_pipapo: do not free live elementFlorian Westphal
2024-04-27netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso
2024-04-27netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()Ziyang Xuan
2024-04-27netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan
2024-04-17af_unix: Fix garbage collector racing against connect()Michal Luczaj
2024-04-17af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-04-17netfilter: complete validation of user inputEric Dumazet
2024-04-17ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc
2024-04-17ipv4/route: avoid unused-but-set-variable warningArnd Bergmann
2024-04-17ipv6: fib: hide unused 'pn' variableArnd Bergmann
2024-04-17af_unix: Clear stale u->oob_skb.Kuniyuki Iwashima
2024-04-17xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet
2024-04-17net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets
2024-04-17Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov
2024-04-17batman-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
2024-04-13net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean
2024-04-10gro: fix ownership transferAntoine Tenart
2024-04-10mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti
2024-04-10udp: prevent local UDP tunnel packets from being GROedAntoine Tenart
2024-04-10udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart
2024-04-10udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart
2024-04-10ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima
2024-04-10erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet
2024-04-10net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet
2024-04-10bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki
2024-04-10netfilter: validate user input for expected lengthEric Dumazet
2024-04-10netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan
2024-04-10netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso
2024-04-10netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso
2024-04-10net/rds: fix possible cp null dereferenceMahmoud Adam
2024-04-10Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera
2024-04-10Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet
2024-04-10nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka
2024-04-10wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau
2024-04-10nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter
2024-04-10Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever
2024-04-10NFSD: Refactor common code out of dirlist helpersChuck Lever
2024-04-10SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2024-04-10SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever