summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-22ALSA: emu10k1: remove obsolete card type variable and definesOswald Buddenhagen2-4/+0
2023-04-22ALSA: emu10k1: drop redundant snd_emu10k1_efx_playback_pointer()Oswald Buddenhagen1-18/+1
2023-04-22ALSA: emu10k1: drop redundant snd_emu10k1_efx_playback_hw_free()Oswald Buddenhagen1-31/+1
2023-04-22Merge tag 'mlx5-updates-2023-04-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski20-273/+297
2023-04-22Merge tag 'mlx5-fixes-2023-04-20' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski16-54/+40
2023-04-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski116-8896/+13397
2023-04-22Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-11/+12
2023-04-22net: dst: fix missing initialization of rt_uncachedMaxime Bizon5-11/+3
2023-04-22net: dsa: qca8k: fix LEDS_CLASS dependencyArnd Bergmann1-1/+1
2023-04-22net/sched: cls_api: Initialize miss_cookie_node when action miss is not usedIvan Vecera1-0/+1
2023-04-22net/handshake: Fix section mismatch in handshake_exitGeert Uytterhoeven1-1/+1
2023-04-22net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti2-1/+27
2023-04-22nfp: fix incorrect pointer deference when offloading IPsec with bondingHuanhuan Wang1-2/+2
2023-04-22net: dpaa: Fix uninitialized variable in dpaa_stop()Dan Carpenter1-1/+2
2023-04-22net: phy: add basic driver for NXP CBTX PHYVladimir Oltean3-0/+234
2023-04-22rust: ioctl: Add ioctl number manipulation functionsAsahi Lina2-0/+73
2023-04-22rust: uapi: Add UAPI crateAsahi Lina5-5/+61
2023-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho5-1/+184
2023-04-22rust: lock: add `Guard::do_unlocked`Wedson Almeida Filho2-2/+30
2023-04-22netfilter: nf_tables: allow to create netdev chain without devicePablo Neira Ayuso1-12/+11
2023-04-22netfilter: nf_tables: support for deleting devices in an existing netdev chainPablo Neira Ayuso1-11/+88
2023-04-22netfilter: nf_tables: support for adding new devices to an existing netdev chainPablo Neira Ayuso2-81/+142
2023-04-22netfilter: nf_tables: rename function to destroy hook listPablo Neira Ayuso1-4/+4
2023-04-22netfilter: nf_tables: do not send complete notification of deletionsPablo Neira Ayuso1-19/+51
2023-04-22netfilter: nf_tables: extended netlink error reporting for netdevicePablo Neira Ayuso1-14/+24
2023-04-22ipvs: Correct spelling in commentsSimon Horman1-3/+3
2023-04-22ipvs: Remove {Enter,Leave}FunctionSimon Horman5-112/+9
2023-04-22ipvs: Consistently use array_size() in ip_vs_conn_init()Simon Horman1-6/+6
2023-04-22ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman2-3/+5
2023-04-22netfilter: nf_tables: do not store rule in traceinfo structureFlorian Westphal3-16/+16
2023-04-22netfilter: nf_tables: do not store verdict in traceinfo structureFlorian Westphal3-19/+20
2023-04-22netfilter: nf_tables: do not store pktinfo in traceinfo structureFlorian Westphal3-15/+16
2023-04-22netfilter: nf_tables: remove unneeded conditionalFlorian Westphal1-4/+2
2023-04-22netfilter: nf_tables: make validation state per tableFlorian Westphal2-21/+20
2023-04-22netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal3-9/+2
2023-04-22netfilter: nf_tables: don't store chain address on jumpFlorian Westphal4-28/+44
2023-04-22netfilter: nf_tables: don't store address of last rule on jumpFlorian Westphal1-6/+2
2023-04-22netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob markerFlorian Westphal1-28/+27
2023-04-22Merge tag 'kvmarm-fixes-6.3-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-1/+20
2023-04-22rust: sync: introduce `LockedBy`Wedson Almeida Filho3-1/+159
2023-04-22rust: introduce `current`Wedson Almeida Filho3-1/+89
2023-04-22rust: add basic `Task`Wedson Almeida Filho4-0/+96
2023-04-22rust: introduce `ARef`Wedson Almeida Filho1-0/+107
2023-04-22rust: lock: introduce `SpinLock`Wedson Almeida Filho4-1/+142
2023-04-22rust: lock: introduce `Mutex`Wedson Almeida Filho4-0/+128
2023-04-22rust: sync: introduce `Lock` and `Guard`Wedson Almeida Filho2-1/+163
2023-04-22RDMA/efa: Add rdma write capability to device capsYonatan Nachum4-17/+44
2023-04-22MIPS: Define RUNTIME_DISCARD_EXIT in LD scriptJiaxun Yang1-0/+2
2023-04-22mailmap: add entry for OleksandrOleksandr Natalenko1-0/+1
2023-04-22ocfs2: reduce ioctl stack usageArnd Bergmann1-11/+26