aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-11-15selftests: mptcp: add mptcp_lib_wait_local_port_listensend-net-next-20231027Geliang Tang5-75/+24
2023-11-15selftests: mptcp: add mptcp_lib_check_transferGeliang Tang4-63/+30
2023-11-15selftests: mptcp: add mptcp_lib_make_fileGeliang Tang5-17/+13
2023-11-15selftests: mptcp: add missing oflag=appendGeliang Tang1-1/+1
2023-11-15selftests: mptcp: add mptcp_lib_get_counterGeliang Tang4-86/+73
2023-11-15selftests: mptcp: add mptcp_lib_is_v6Geliang Tang4-28/+15
2023-11-15selftests: mptcp: add mptcp_lib_kill_waitGeliang Tang3-28/+22
2023-11-15selftests: mptcp: userspace pm send RM_ADDR for ID 0Geliang Tang1-0/+26
2023-11-15selftests: mptcp: userspace pm remove initial subflowGeliang Tang1-0/+24
2023-11-15mptcp: userspace pm rename remove_err to outGeliang Tang1-4/+4
2023-11-15selftests: mptcp: userspace pm create id 0 subflowGeliang Tang1-0/+19
2023-11-15selftests: mptcp: update userspace pm test helpersGeliang Tang1-52/+50
2023-11-15selftests: mptcp: add chk_subflows_total helperGeliang Tang1-1/+40
2023-11-15selftests: mptcp: add evts_get_info helperGeliang Tang3-58/+57
2023-11-15mptcp: add mptcpi_subflows_total counterGeliang Tang3-0/+12
2023-11-15mptcp: More selftest coverage and code cleanup for net-nextMat Martineau0-0/+0
2023-11-15net: don't dump stack on queue timeoutJakub Kicinski1-2/+3
2023-11-15Merge branch 'bnxt_en-tx-improvements'David S. Miller4-221/+385
2023-11-15bnxt_en: Optimize xmit_more TX pathMichael Chan1-6/+10
2023-11-15bnxt_en: Use existing MSIX vectors for all mqprio TX ringsMichael Chan2-16/+43
2023-11-15bnxt_en: Add macros related to TC and TX ringsMichael Chan1-2/+11
2023-11-15bnxt_en: Add helper to get the number of CP rings required for TX ringsMichael Chan4-25/+82
2023-11-15bnxt_en: Support up to 8 TX rings per MSIXMichael Chan3-39/+55
2023-11-15bnxt_en: Refactor bnxt_hwrm_set_coal()Michael Chan1-17/+26
2023-11-15bnxt_en: New encoding for the TX opaque fieldMichael Chan3-5/+11
2023-11-15bnxt_en: Refactor bnxt_tx_int()Michael Chan1-5/+12
2023-11-15bnxt_en: Remove BNXT_RX_HDL and BNXT_TX_HDLMichael Chan2-24/+44
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan3-25/+19
2023-11-15bnxt_en: Restructure cp_ring_arr in struct bnxt_cp_ring_infoMichael Chan3-73/+66
2023-11-15bnxt_en: Add completion ring pointer in TX and RX ring structuresMichael Chan3-26/+40
2023-11-15bnxt_en: Put the TX producer information in the TX BD opaque fieldMichael Chan3-3/+11
2023-11-14Merge branch 'intel-wired-lan-driver-updates-2023-11-13-i40e'Jakub Kicinski17-739/+764
2023-11-14i40e: Delete unused i40e_mac_info fieldsIvan Vecera3-8/+2
2023-11-14i40e: Move inline helpers to i40e_prototype.hIvan Vecera2-68/+70
2023-11-14i40e: Remove VF MAC typesIvan Vecera2-31/+10
2023-11-14i40e: Use helpers to check running FW and AQ API versionsIvan Vecera4-58/+36
2023-11-14i40e: Add other helpers to check version of running firmware and AQ APIIvan Vecera1-0/+54
2023-11-14i40e: Move i40e_is_aq_api_ver_ge helperIvan Vecera2-19/+18
2023-11-14i40e: Initialize hardware capabilities at single placeIvan Vecera4-72/+51
2023-11-14i40e: Consolidate hardware capabilitiesIvan Vecera7-90/+85
2023-11-14i40e: Use DECLARE_BITMAP for flags field in i40e_hwIvan Vecera7-51/+55
2023-11-14i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pfIvan Vecera9-515/+544
2023-11-14i40e: Remove _t suffix from enum type namesIvan Vecera3-7/+7
2023-11-14i40e: Remove unused flagsIvan Vecera4-37/+31
2023-11-14i40e: Change user notification of non-SFP module in i40e_get_module_info()Andrii Staikov1-2/+2
2023-11-14i40e: add an error code check in i40e_vsi_setupSu Hui1-0/+4
2023-11-14i40e: increase max descriptors for XL710Justin Bronder2-6/+20
2023-11-14net: dsa: tag_rtl4_a: Use existing ETH_P_REALTEK constantFlorian Fainelli1-3/+2
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds178-432/+1240
2023-11-09Merge tag 'v6.7-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2-3/+26
2023-11-09Merge tag 'input-for-v6.7-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds91-471/+240
2023-11-09Merge tag 'for-6.7-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-64/+94
2023-11-09Merge tag 'linux-watchdog-6.7-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds21-83/+248
2023-11-09Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds74-775/+536
2023-11-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds58-3907/+2137
2023-11-09net: ti: icss-iep: fix setting counter valueDiogo Ivo1-1/+1
2023-11-08ptp: fix corrupted list in ptp_openEdward Adam Davis3-11/+19
2023-11-08ptp: ptp_read should not release queueEdward Adam Davis1-2/+0
2023-11-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2-41/+91
2023-11-08net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAPEric Dumazet1-8/+2
2023-11-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-5/+6
2023-11-08net: kcm: fill in MODULE_DESCRIPTION()Jakub Kicinski1-0/+1
2023-11-08Merge tag 'nf-23-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski40-7/+82
2023-11-08Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski30-130/+341
2023-11-08net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov3-15/+32
2023-11-08Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds20-54/+121
2023-11-08Merge tag 'exfat-for-6.7-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+3
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds31-950/+1433
2023-11-08MAINTAINERS: update lists.linuxfoundation.org migrated listsKonstantin Ryabitsev1-25/+25
2023-11-08Merge tag 's390-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds25-537/+319
2023-11-08Merge tag 'rcu-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds3-14/+63
2023-11-08Merge tag 'memblock-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-11-08Merge tag 'kgdb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2-4/+6
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds44-298/+918
2023-11-08netfilter: nat: fix ipv6 nat redirect with mapped and scoped addressesFlorian Westphal1-1/+26
2023-11-08netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski1-1/+1
2023-11-08ipvs: add missing module descriptionsFlorian Westphal16-0/+16
2023-11-08netfilter: nf_tables: remove catchall element in GC sync pathPablo Neira Ayuso1-5/+17
2023-11-08netfilter: add missing module descriptionsFlorian Westphal22-0/+22
2023-11-08drivers/net/ppp: use standard array-copy-functionPhilipp Stanner1-2/+2
2023-11-08i2c: cp2615: Fix 'assignment to __be16' warningBence Csókás1-1/+1
2023-11-08i2c: dev: copy userspace array safelyPhilipp Stanner1-2/+2
2023-11-08i2c: designware: Disable TX_EMPTY irq while waiting for block length byteTam Nguyen1-3/+16
2023-11-08i2c: iproc: handle invalid slave stateRoman Bacik1-58/+75
2023-11-07net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_F...Vladimir Oltean1-1/+1
2023-11-07virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()Shigeru Yoshida1-0/+2
2023-11-07r8169: respect userspace disabling IFF_MULTICASTHeiner Kallweit1-0/+2
2023-11-07Merge tag 'pm-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-1/+64
2023-11-07Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds72-1345/+1718
2023-11-07Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+9
2023-11-07Merge tag 'rproc-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds16-248/+932
2023-11-07Merge tag 'rpmsg-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds3-5/+5
2023-11-07Merge tag 'pcmcia-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds4-7/+12
2023-11-07Merge tag 'gpio-pinctrl-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm...Linus Torvalds39-310/+198
2023-11-07Merge branch 'Let BPF verifier consider {task,cgroup} is trusted in bpf_iter_...Martin KaFai Lau3-14/+6
2023-11-07selftests/bpf: get trusted cgrp from bpf_iter__cgroup directlyChuyi Zhou1-12/+4
2023-11-07bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou2-2/+2
2023-11-07net: phylink: initialize carrier state at creationKlaus Kudielka1-0/+1
2023-11-07Merge branch 'vsock-fixes'David S. Miller4-17/+139
2023-11-07test/vsock: add dobule bind connect testFilippo Storniolo3-0/+100
2023-11-07test/vsock: refactor vsock_acceptFilippo Storniolo1-12/+20
2023-11-07test/vsock fix: add missing check on socket creationFilippo Storniolo1-0/+8
2023-11-07vsock/virtio: remove socket from connected/bound list on shutdownFilippo Storniolo1-5/+11
2023-11-07tcp: Fix -Wc23-extensions in tcp_options_write()Nathan Chancellor1-31/+39
2023-11-07tg3: Fix the TX ring stallAlex Pakhunov1-11/+42
2023-11-07s390/qeth: Fix typo 'weed' in commentKuan-Wei Chiu1-1/+1
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds29-65/+168
2023-11-07Merge tag 'vfs-6.7.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-9/+9
2023-11-07Merge tag 'gfs2-v6.6-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-433/+421
2023-11-07Merge tag 'ovl-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds16-532/+929
2023-11-07Merge branch 'pm-tools'Rafael J. Wysocki1-1/+1
2023-11-07Merge branch 'pm-cpufreq'Rafael J. Wysocki2-0/+63
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsLinus Torvalds109-2296/+3982
2023-11-07MAINTAINERS: create an entry for exportfsAmir Goldstein1-1/+12
2023-11-07iomap: rename iomap entryChristian Brauner1-10/+9
2023-11-07crypto: ahash - Set using_shash for cloned ahash wrapper over shashDmitry Safonov1-0/+1
2023-11-07crypto: jitterentropy - Hide esoteric Kconfig options under FIPS and EXPERTHerbert Xu1-3/+25
2023-11-06idpf: fix potential use-after-free in idpf_tso()Eric Dumazet1-2/+4
2023-11-06tg3: power down device only on SYSTEM_POWER_OFFGeorge Shuklin1-1/+2
2023-11-06ice: Fix VF-VF direction matching in drop rule in switchdevMarcin Szycik1-1/+23
2023-11-06ice: Fix VF-VF filter rules in switchdev modeAniruddha Paul1-28/+62
2023-11-06ice: lag: in RCU, use atomic allocationMichal Schmidt1-3/+3
2023-11-06ice: Fix SRIOV LAG disable on non-compliant aggregateDave Ertman1-9/+3
2023-11-06i40e: Fix devlink port unregisteringIvan Vecera1-4/+6
2023-11-06i40e: Do not call devlink_port_type_clear()Ivan Vecera1-1/+0
2023-11-06Merge branch 'next' into for-linusDmitry Torokhov14863-176041/+538715
2023-11-06Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds505-18024/+17217
2023-11-06kdb: Corrects comment for kdballocenvYuran Pereira1-4/+3
2023-11-06Merge branch 'smc-fixes'David S. Miller4-10/+15
2023-11-06net/smc: put sk reference if close work was canceledD. Wythe1-1/+2
2023-11-06net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe1-5/+4
2023-11-06net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe4-4/+9
2023-11-06nfsd: regenerate user space parsers after ynl-gen changesJakub Kicinski3-14/+156
2023-11-06tcp: Fix SYN option room calculation for TCP-AO.Kuniyuki Iwashima1-2/+3
2023-11-06octeontx2-pf: Free pending and dropped SQEsGeetha sowjanya4-10/+49
2023-11-06net, sched: Fix SKB_NOT_DROPPED_YET splat under debug configJamal Hadi Salim2-2/+9
2023-11-05Merge tag 'rtc-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds26-108/+620
2023-11-05Merge tag 'mailbox-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds9-39/+117
2023-11-06Merge tag 'amd-drm-next-6.7-2023-11-03' of https://gitlab.freedesktop.org/agd...Dave Airlie53-527/+853
2023-11-06Merge tag 'drm-misc-next-fixes-2023-11-02' of git://anongit.freedesktop.org/d...Dave Airlie2-5/+5
2023-11-06gfs2: don't withdraw if init_threads() got interruptedAndreas Gruenbacher1-3/+1
2023-11-06gfs2: remove dead code in add_to_queueSu Hui1-1/+0
2023-11-06gfs2: Fix slab-use-after-free in gfs2_qd_deallocJuntong Deng1-4/+6
2023-11-06gfs2: Silence "suspicious RCU usage in gfs2_permission" warningAndreas Gruenbacher1-3/+4
2023-11-06gfs2: fs: derive f_fsid from s_uuidAmir Goldstein1-0/+1
2023-11-06gfs2: No longer use 'extern' in function declarationsAndreas Gruenbacher19-285/+289
2023-11-06gfs2: Rename gfs2_lookup_{ simple => meta }Andreas Gruenbacher3-15/+16
2023-11-06gfs2: Convert gfs2_internal_read to foliosAndreas Gruenbacher2-20/+18
2023-11-06gfs2: Convert stuffed_readpage to foliosAndreas Gruenbacher1-16/+14
2023-11-06gfs2: Minor gfs2_write_jdata_batch PAGE_SIZE cleanupAndreas Gruenbacher1-3/+3
2023-11-06gfs2: Get rid of gfs2_alloc_blocks generation parameterAndreas Gruenbacher6-13/+15
2023-11-05s390/mm: make pte_free_tlb() similar to pXd_free_tlb()Alexander Gordeev3-13/+3
2023-11-05s390/mm: use compound page order to distinguish page tablesAlexander Gordeev1-9/+4
2023-11-05s390/mm: use full 4KB page for 2KB PTEAlexander Gordeev4-262/+31
2023-11-05s390/cmma: rework no-dat handlingHeiko Carstens5-131/+21
2023-11-05s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens6-16/+28
2023-11-05s390/cmma: move set_page_stable() and friends to header fileHeiko Carstens2-42/+43
2023-11-05s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens7-42/+58
2023-11-05s390/cmma: cleanup inline assembliesHeiko Carstens1-22/+26
2023-11-05s390/ap: fix vanishing crypto cards in SE environmentHarald Freudenberger1-23/+20
2023-11-05s390/zcrypt: don't report online if card or queue is in check-stop stateIngo Franzki2-4/+5
2023-11-05s390: add USER_STACKTRACE supportHeiko Carstens2-0/+44
2023-11-05s390/perf: implement perf_callchain_user()Heiko Carstens2-0/+48
2023-11-05s390/ap: fix AP bus crash on early config change callback invocationHarald Freudenberger1-0/+4
2023-11-05s390/ap: re-enable interrupt for AP queuesHarald Freudenberger1-2/+12
2023-11-05s390/ap: rework to use irq info from ap queue statusHarald Freudenberger2-11/+12
2023-11-05s390/mm: add missing conversion to use ptdescsAlexander Gordeev2-3/+3
2023-11-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds22-184/+544
2023-11-05Merge tag 'firewire-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-11-05Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds34-426/+595
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-116/+179
2023-11-05bcachefs: Improve stripe checksum error messageKent Overstreet1-8/+13
2023-11-05bcachefs: Simplify, fix bch2_backpointer_get_key()Kent Overstreet1-44/+33
2023-11-05bcachefs: kill thing_it_points_to arg to backpointer_not_found()Kent Overstreet1-7/+6
2023-11-05bcachefs: bch2_ec_read_extent() now takes btree_transKent Overstreet3-9/+5
2023-11-05bcachefs: bch2_stripe_to_text() now prints ptr gensKent Overstreet1-0/+1
2023-11-05bcachefs: Don't iterate over journal entries just for btree rootsKent Overstreet4-40/+29
2023-11-05bcachefs: Break up bch2_journal_write()Kent Overstreet1-71/+92
2023-11-05bcachefs: Replace ERANGE with private error codesKent Overstreet2-2/+4
2023-11-05bcachefs: bkey_copy() is no longer a macroKent Overstreet4-19/+15
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet9-83/+89
2023-11-05bcachefs: Convert bch2_fs_open() to darrayKent Overstreet2-32/+34
2023-11-05bcachefs: Move __bch2_members_v2_get_mut to sb-members.hKent Overstreet2-14/+14
2023-11-05bcachefs: bch2_prt_datetime()Kent Overstreet5-26/+22
2023-11-05firewire: Annotate struct fw_node with __counted_byKees Cook1-1/+1
2023-11-04Merge tag 'i3c/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds13-45/+134
2023-11-04Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds28-654/+1375
2023-11-04bcachefs: CONFIG_BCACHEFS_DEBUG_TRANSACTIONS no longer defaults to yKent Overstreet1-1/+0
2023-11-04bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet4-4/+14
2023-11-04bcachefs: rebalance_work btree is not a snapshots btreeKent Overstreet5-12/+31
2023-11-04bcachefs: Add missing printk newlinesKent Overstreet1-3/+3
2023-11-04bcachefs: Fix recovery when forced to use JSET_NO_FLUSH journal entryKent Overstreet1-0/+7
2023-11-04bcachefs: .get_parent() should return an error pointerKent Overstreet1-3/+0
2023-11-04bcachefs: Fix bch2_delete_dead_inodes()Kent Overstreet2-22/+69
2023-11-04bcachefs: use swab40 for bch_backpointer.bucket_offset bitfieldBrian Foster3-10/+10
2023-11-04bcachefs: byte order swap bch_alloc_v4.fragmentation_lru fieldBrian Foster1-0/+1
2023-11-04bcachefs: allow writeback to fill bio completelyBrian Foster1-3/+16
2023-11-04bcachefs: fix odebug warn and lockdep splat due to on-stack rhashtableBrian Foster1-10/+14
2023-11-04bcachefs: update alloc cursor in early bucket allocatorBrian Foster1-4/+6
2023-11-04bcachefs: serialize on cached key in early bucket allocatorBrian Foster1-3/+25