summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso2024-04-131-1/+19
* netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso2024-04-131-5/+8
* netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso2024-04-131-5/+9
* net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()Eric Dumazet2024-04-131-0/+10
* net: dsa: fix panic when DSA master device unbinds on shutdownVladimir Oltean2024-04-131-19/+6
* gro: fix ownership transferAntoine Tenart2024-04-101-2/+4
* mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2024-04-102-3/+3
* udp: prevent local UDP tunnel packets from being GROedAntoine Tenart2024-04-101-0/+6
* udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart2024-04-102-14/+2
* udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart2024-04-103-3/+12
* ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima2024-04-101-7/+7
* erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet2024-04-102-0/+8
* net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet2024-04-101-5/+5
* bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki2024-04-101-0/+6
* netfilter: validate user input for expected lengthEric Dumazet2024-04-104-0/+18
* netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan2024-04-101-2/+7
* netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso2024-04-101-0/+1
* netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso2024-04-101-0/+3
* net/rds: fix possible cp null dereferenceMahmoud Adam2024-04-101-1/+1
* Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera2024-04-101-16/+32
* Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang2024-04-101-0/+25
* tcp: properly terminate timers for kernel socketsEric Dumazet2024-04-102-0/+16
* nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka2024-04-101-0/+5
* wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau2024-04-101-3/+2
* nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2024-04-101-18/+6
* Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever2024-04-105-11/+11
* NFSD: Refactor common code out of dirlist helpersChuck Lever2024-04-101-0/+22
* SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever2024-04-101-1/+1
* SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever2024-04-105-11/+11
* NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever2024-04-101-11/+26
* NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2024-04-101-2/+0
* SUNRPC: Remove svc_shutdown_net()Chuck Lever2024-04-102-8/+7
* SUNRPC: Rename svc_close_xprt()Chuck Lever2024-04-103-4/+9
* SUNRPC: Rename svc_create_xprt()Chuck Lever2024-04-101-5/+19
* SUNRPC: Remove svo_shutdown methodChuck Lever2024-04-101-3/+0
* SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt()Chuck Lever2024-04-101-16/+10
* SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2024-04-101-5/+5
* lockd: use svc_set_num_threads() for thread start and stopNeilBrown2024-04-101-2/+1
* SUNRPC: always treat sv_nrpools==1 as "not pooled"NeilBrown2024-04-101-25/+29
* SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown2024-04-101-6/+25
* SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2024-04-101-47/+2
* SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown2024-04-101-2/+7
* SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2024-04-101-11/+11
* SUNRPC/NFSD: clean up get/put functions.NeilBrown2024-04-101-14/+5
* exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2024-04-103-3/+3
* xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor2024-04-101-0/+3
* netfilter: nf_tables: reject constant set with timeoutPablo Neira Ayuso2024-04-101-0/+3
* netfilter: nf_tables: disallow anonymous set with timeout flagPablo Neira Ayuso2024-04-101-0/+3
* netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeoutPablo Neira Ayuso2024-04-101-0/+1
* mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin2024-04-101-5/+13