summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-25net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean5-30/+42
2022-08-25net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet countersVladimir Oltean1-1/+2
2022-08-25net: dsa: microchip: ksz9477: fix fdb_dump last invalid entryArun Ramadoss1-0/+3
2022-08-25net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpuZhengchao Shao1-1/+1
2022-08-25net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao1-0/+1
2022-08-25net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong1-0/+3
2022-08-25net: moxa: pass pdev instead of ndev to DMA functionsSergei Antonov1-10/+10
2022-08-25mlxsw: spectrum: Clear PTP configuration after unregistering the netdeviceAmit Cohen1-1/+1
2022-08-25virtio_net: fix endian-ness for RSSMichael S. Tsirkin1-2/+2
2022-08-25net: qrtr: start MHI channel after endpoit creationMaxim Kochetkov1-5/+7
2022-08-25net: dsa: mv88e6060: prevent crash on an unused portSergei Antonov1-0/+3
2022-08-25net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()Xin Xiong1-2/+4
2022-08-25spi: meson-spicc: add local pow2 clock ops to preserve rate between messagesNeil Armstrong1-28/+101
2022-08-25powerpc/pci: Fix get_phb_number() lockingMichael Ellerman1-6/+10
2022-08-25netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specifiedPablo Neira Ayuso1-0/+5
2022-08-25netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVA...Pablo Neira Ayuso1-0/+3
2022-08-25netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flagsPablo Neira Ayuso1-0/+24
2022-08-25netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso1-4/+9
2022-08-25netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal1-4/+0
2022-08-25netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso1-1/+1
2022-08-25netfilter: nf_tables: possible module reference underflow in error pathPablo Neira Ayuso1-1/+1
2022-08-25netfilter: nf_ct_irc: cap packet search space to 4kFlorian Westphal1-3/+9
2022-08-25netfilter: nf_ct_ftp: prefer skb_linearizeFlorian Westphal1-18/+6
2022-08-25netfilter: nf_ct_h323: cap packet size at 64kFlorian Westphal1-1/+9
2022-08-25netfilter: nf_ct_sane: remove pseudo skb linearizationFlorian Westphal1-38/+30
2022-08-25netfilter: nf_tables: disallow NFTA_SET_ELEM_KEY_END with NFT_SET_ELEM_INTERV...Pablo Neira Ayuso1-0/+1
2022-08-25fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()Dan Carpenter1-1/+1
2022-08-25netfilter: nf_tables: use READ_ONCE and WRITE_ONCE for shared generation id a...Pablo Neira Ayuso1-7/+13
2022-08-25netfilter: nfnetlink: re-enable conntrack expectation eventsFlorian Westphal2-13/+72
2022-08-25RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl sizePotnuri Bharat Teja2-17/+10
2022-08-25RDMA/mlx5: Use the proper number of portsMark Bloch1-18/+16
2022-08-25IB/iser: Fix login with authenticationSergey Gorenko1-1/+6
2022-08-25ASoC: codec: tlv320aic32x4: fix mono playback via I2SPhilipp Zabel1-0/+9
2022-08-25ASoC: tas2770: Fix handling of mute/unmuteMartin Povišer2-27/+32
2022-08-25ASoC: tas2770: Drop conflicting set_bias_level power settingMartin Povišer1-33/+0
2022-08-25ASoC: tas2770: Allow mono streamsMartin Povišer1-1/+1
2022-08-25ASoC: tas2770: Set correct FSYNC polarityMartin Povišer2-1/+22
2022-08-25ASoC: DPCM: Don't pick up BE without substreamTakashi Iwai1-0/+3
2022-08-25ASoC: SOF: Intel: hda: Fix potential buffer overflow by snprintf()Takashi Iwai1-1/+1
2022-08-25ASoC: SOF: debug: Fix potential buffer overflow by snprintf()Takashi Iwai1-3/+3
2022-08-25ASoC: Intel: avs: Fix potential buffer overflow by snprintf()Takashi Iwai1-2/+2
2022-08-25iavf: Fix deadlock in initializationIvan Vecera1-1/+10
2022-08-25iavf: Fix reset error handlingPrzemyslaw Patynowski1-3/+6
2022-08-25iavf: Fix NULL pointer dereference in iavf_get_link_ksettingsPrzemyslaw Patynowski1-1/+1
2022-08-25iavf: Fix adminq error handlingPrzemyslaw Patynowski1-2/+13
2022-08-25nios2: add force_successful_syscall_return()Al Viro2-0/+8
2022-08-25nios2: restarts apply only to the first sigframe we build...Al Viro1-0/+1
2022-08-25nios2: fix syscall restart checksAl Viro1-1/+1
2022-08-25nios2: traced syscall does need to check the syscall numberAl Viro1-3/+8
2022-08-25nios2: don't leave NULLs in sys_call_table[]Al Viro2-1/+1