aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-06Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski5-104/+316
2023-10-06net: phy: broadcom: add support for BCM5221 phyGiulio Benetti1-0/+10
2023-10-06Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-0/+4
2023-10-06Merge tag 'linux-can-next-for-6.7-20231005' of git://git.kernel.org/pub/scm/l...Jakub Kicinski1-0/+4
2023-10-06Merge wireless into wireless-nextJohannes Berg119-611/+2994
2023-10-06flow_offload: Annotate struct flow_action_entry with __counted_byKees Cook1-1/+1
2023-10-06nexthop: Annotate struct nh_group with __counted_byKees Cook1-1/+1
2023-10-06nexthop: Annotate struct nh_notifier_grp_info with __counted_byKees Cook1-1/+1
2023-10-05nexthop: Annotate struct nh_notifier_res_table_info with __counted_byKees Cook1-1/+1
2023-10-05nexthop: Annotate struct nh_res_table with __counted_byKees Cook1-1/+1
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski30-64/+108
2023-10-05can: dev: add can_state_get_by_berr_counter() to return the CAN state based o...Marc Kleine-Budde1-0/+4
2023-10-05Merge tag 'net-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds9-12/+19
2023-10-05virtchnl: Add header dependenciesIvan Vecera1-0/+4
2023-10-05net_sched: sch_fq: add TCA_FQ_WEIGHTS attributeEric Dumazet1-0/+3
2023-10-05net_sched: sch_fq: add 3 bands and WRR schedulingEric Dumazet1-2/+9
2023-10-05net_sched: export pfifo_fast prio2band[]Eric Dumazet1-0/+1
2023-10-05net: mana: Fix oversized sge0 for GSO packetsHaiyang Zhang1-2/+3
2023-10-04tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-2/+4
2023-10-04Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski1-0/+1
2023-10-04page_pool: fix documentation typosRandy Dunlap1-3/+3
2023-10-04net: appletalk: remove cops supportGreg Kroah-Hartman1-1/+0
2023-10-04Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-2/+4
2023-10-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2023-10-04netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long1-0/+1
2023-10-03net: add sysctl to disable rfc4862 5.5.3e lifetime handlingPatrick Rohr1-0/+1
2023-10-03overflow: add DEFINE_FLEX() for on-stack allocsPrzemek Kitszel3-15/+56
2023-10-03bpf: Remove xdp_do_flush_map().Sebastian Andrzej Siewior1-6/+0
2023-10-03net: dsa: notify drivers of MAC address changes on user portsVladimir Oltean1-0/+10
2023-10-03net: dsa: propagate extack to ds->ops->port_hsr_join()Vladimir Oltean1-1/+2
2023-10-03ipv6: mark address parameters of udp_tunnel6_xmit_skb() as constBeniamino Galvani1-2/+3
2023-10-03ipv4/fib: send notify when delete source address routesHangbin Liu1-0/+1
2023-10-02net: mana: Annotate struct hwc_dma_buf with __counted_byKees Cook1-1/+1
2023-10-02net: mana: Annotate struct mana_rxq with __counted_byKees Cook1-1/+1
2023-10-02ipv6: Annotate struct ip6_sf_socklist with __counted_byKees Cook1-1/+1
2023-10-02ipv4/igmp: Annotate struct ip_sf_socklist with __counted_byKees Cook1-1/+1
2023-10-02ipv4: Annotate struct fib_info with __counted_byKees Cook1-1/+1
2023-10-01Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+0
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds4-4/+25
2023-10-01inet: implement lockless IP_TOSEric Dumazet2-4/+3
2023-10-01inet: implement lockless IP_MTU_DISCOVEREric Dumazet1-5/+8
2023-10-01net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-3/+3
2023-10-01net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet1-4/+16
2023-10-01net: implement lockless SO_MAX_PACING_RATEEric Dumazet1-1/+1
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-10-01Merge tag 'timers-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2023-10-01neighbour: fix data-races around n->outputEric Dumazet1-1/+1
2023-10-01net: add DEV_STATS_READ() helperEric Dumazet1-0/+1
2023-10-01Merge tag 'for-net-2023-09-20' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller1-1/+1
2023-10-01net_sched: sch_fq: add fast path for mostly idle qdiscEric Dumazet1-0/+1
2023-10-01net_sched: constify qdisc_priv()Eric Dumazet1-4/+4
2023-10-01tcp: derive delack_max from rto_minEric Dumazet1-0/+2
2023-10-01tcp: constify tcp_rto_min() and tcp_rto_min_us() argumentEric Dumazet1-2/+2
2023-10-01net: constify sk_dst_get() and __sk_dst_get() argumentEric Dumazet1-2/+2
2023-10-01vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada1-7/+0
2023-09-30Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds1-7/+16
2023-09-29mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2-3/+5
2023-09-29maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett1-0/+2
2023-09-29maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett1-0/+9
2023-09-29mm: abstract moving to the next PFNMatthew Wilcox (Oracle)1-1/+9
2023-09-29Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds1-13/+11
2023-09-29Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds3-5/+12
2023-09-28Merge tag 'mlx5-updates-2023-09-19' of git://git.kernel.org/pub/scm/linux/ker...Paolo Abeni2-0/+2
2023-09-28scsi: Do not attempt to rescan suspended devicesDamien Le Moal1-1/+1
2023-09-28ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal1-2/+4
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal1-1/+4
2023-09-28ata: libata-scsi: link ata port and scsi deviceDamien Le Moal1-0/+2
2023-09-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+3
2023-09-27timers: Tag (hr)timer softirq as hotplug safeFrederic Weisbecker1-1/+5
2023-09-27swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik1-7/+16
2023-09-25wifi: cfg80211: OWE DH IE handling offloadVinayak Yadawad1-0/+17
2023-09-25wifi: ieee80211: add UL-bandwidth definition of trigger framePo-Hao Huang1-0/+7
2023-09-25wifi: cfg80211: report per-link errors during associationBenjamin Berg1-0/+3
2023-09-25wifi: mac80211: support antenna control in injectionJohannes Berg2-1/+7
2023-09-25wifi: mac80211: add support for parsing TID to Link mapping elementAyala Beker1-0/+58
2023-09-25wifi: mac80211: Notify the low level driver on change in MLO valid linksIlan Peer1-0/+2
2023-09-25wifi: mac80211: allow for_each_sta_active_link() under RCUJohannes Berg1-1/+1
2023-09-25wifi: mac80211: relax RCU check in for_each_vif_active_link()Johannes Berg1-1/+1
2023-09-25wifi: mac80211: use bandwidth indication element for CSAJohannes Berg1-0/+23
2023-09-25ata: libata-sata: increase PMP SRST timeout to 10sMatthias Schiffer1-1/+1
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg1-1/+17
2023-09-25wifi: mac80211: ethtool: always hold wiphy mutexJohannes Berg1-0/+4
2023-09-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2023-09-24Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds2-3/+3
2023-09-23Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-09-23Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini11-26/+64
2023-09-22Merge tag 'hardening-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2023-09-22Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+0
2023-09-22Merge tag 'locking-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+2
2023-09-21scsi: core: ata: Do no try to probe for CDL on old drivesDamien Le Moal1-0/+3
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni19-92/+79
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-5/+10
2023-09-21Merge tag 'v6.6-rc3.vfs.ctime.revert' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-44/+2
2023-09-21Merge tag 'for-linus-6.6a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-20/+7
2023-09-21vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov2-4/+17
2023-09-21vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov1-0/+1
2023-09-21locking/seqlock: Do the lockdep annotation before locking in do_write_seqcoun...Sebastian Andrzej Siewior1-1/+1
2023-09-20Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz1-1/+1
2023-09-20Revert "fs: add infrastructure for multigrain timestamps"Christian Brauner1-44/+2
2023-09-20netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal1-1/+1
2023-09-20locking/atomic: scripts: fix fallback ifdefferyMark Rutland1-9/+1
2023-09-19net/mlx5: Add a health error syndrome for pci data poisonedMoshe Shemesh1-0/+1
2023-09-19net/mlx5: Bridge, Enable mcast in smfs steering modeErez Shitrit1-0/+1
2023-09-20kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usageHuacai Chen1-1/+1
2023-09-19bpf: Fix tr dereferencingLeon Hwang1-1/+1
2023-09-19mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner2-3/+3
2023-09-19net: ethernet: mtk_wed: introduce hw_rro support for MT7988Sujuan Chen1-0/+45
2023-09-19net: ethernet: mtk_wed: introduce partial AMSDU offload support for MT7988Sujuan Chen2-0/+13
2023-09-19net: ethernet: mtk_wed: introduce WED support for MT7988Sujuan Chen1-2/+6
2023-09-19net: ethernet: mtk_wed: introduce mtk_wed_buf structureLorenzo Bianconi1-1/+6
2023-09-19net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_descLorenzo Bianconi1-2/+2
2023-09-19ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet3-17/+10
2023-09-19net: phy: fix regression with AX88772A PHY driverRussell King (Oracle)1-0/+1
2023-09-19team: fix null-ptr-deref when team device type is changedZiyang Xuan1-0/+2
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross1-6/+6
2023-09-19arm/xen: remove lazy mode related definitionsJuergen Gross1-12/+0
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross1-2/+1
2023-09-18Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-2/+7
2023-09-18net: stmmac: Tx coe sw fallbackRohan G Thomas1-0/+1
2023-09-18Revert "ceph: make members in struct ceph_mds_request_args_ext a union"Ilya Dryomov1-13/+11
2023-09-18ceph: Annotate struct ceph_monmap with __counted_byKees Cook1-1/+1
2023-09-18pds_core: check health in devcmd waitShannon Nelson1-0/+1
2023-09-18wifi: cfg80211: save power spectral density(psd) of regulatory ruleWen Gong3-1/+15
2023-09-17Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+5
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-19/+136
2023-09-17devlink: introduce possibility to expose info about nested devlinksJiri Pirko1-0/+2
2023-09-17devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko1-2/+2
2023-09-17net/mlx5: SF, Implement peer devlink set for SF representor devlink portJiri Pirko1-0/+1
2023-09-17devlink: expose peer SF devlink instanceJiri Pirko2-0/+4
2023-09-17mlx5: Implement SyncE support using DPLL infrastructureJiri Pirko2-1/+60
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko3-1/+37
2023-09-17dpll: netlink: Add DPLL framework base functionsVadim Fedorenko1-0/+4
2023-09-17dpll: core: Add DPLL framework base functionsVadim Fedorenko1-0/+133
2023-09-17dpll: spec: Add Netlink spec in YAMLVadim Fedorenko1-0/+201
2023-09-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller1-2/+9
2023-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+3
2023-09-16Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-0/+4
2023-09-16Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+1
2023-09-16mm: kasan: Declare kasan_unpoison_task_stack_below in kasan.hKumar Kartikeya Dwivedi1-0/+2
2023-09-16bpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi2-1/+4
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi3-0/+13
2023-09-16bpf: Implement support for adding hidden subprogsKumar Kartikeya Dwivedi2-1/+3
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi1-0/+2
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi1-0/+5
2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V2-0/+20
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-2/+4
2023-09-15bpf/tests: add tests for cpuv4 instructionsPuranjay Mohan1-4/+46
2023-09-15Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-09-15Merge tag 'drm-fixes-2023-09-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-5/+34
2023-09-15SUNRPC: Silence compiler complaints about tautological comparisonsTrond Myklebust1-1/+1
2023-09-15Revert "SUNRPC: clean up integer overflow check"Anna Schumaker1-1/+3
2023-09-15bpf: Fix BTF_ID symbol generation collisionJiri Olsa1-1/+1
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev2-1/+20
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev1-4/+12
2023-09-15xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar1-0/+2
2023-09-15Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller1-2/+3
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2-2/+2
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2-8/+11
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet2-2/+2
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet2-1/+1
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet3-5/+3
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet4-5/+5
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet3-3/+3
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet2-1/+1
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet2-1/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2-9/+2
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet3-5/+16
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet2-12/+2
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni14-30/+80
2023-09-14Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+6
2023-09-14udplite: fix various data-racesEric Dumazet2-9/+11
2023-09-14udplite: remove UDPLITE_BITEric Dumazet1-3/+2
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2-11/+7
2023-09-14udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet1-7/+9
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-1/+1
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-5/+5
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-5/+5
2023-09-14udp: introduce udp->udp_flagsEric Dumazet1-7/+21
2023-09-14drm/tests: helpers: Avoid a driver uafThomas Hellström1-1/+3
2023-09-14wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()Johannes Berg1-1/+1
2023-09-13uapi: stddef.h: Fix __DECLARE_FLEX_ARRAY for C++Alexey Dobriyan1-0/+6
2023-09-13uapi: stddef.h: Fix header guard locationAlexey Dobriyan1-1/+2
2023-09-13Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen1-3/+3
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+3
2023-09-13NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia1-0/+1
2023-09-13NFS: Use the correct commit info in nfs_join_page_group()Trond Myklebust1-1/+3
2023-09-13virtchnl: Add CRC stripping capabilityPaul M Stillwell Jr1-2/+9
2023-09-13wifi: mac80211: Sanity check tx bitrate if not provided by driverStephen Douthit1-0/+5
2023-09-13wifi: cfg80211: export DFS CAC time and usable state helper functionsAditya Kumar Singh1-0/+24
2023-09-13wifi: cfg80211: call reg_call_notifier on beacon hintsAbhishek Kumar1-0/+3
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit1-1/+1
2023-09-13wifi: nl80211: fixes to FILS discovery updatesAloka Dixit2-4/+11
2023-09-13wifi: cfg80211: remove scan_width supportJohannes Berg2-63/+2
2023-09-13i2c: Drop legacy callback .probe_new()Uwe Kleine-König1-10/+1
2023-09-13wifi: cfg80211: add missing kernel-doc for cqm_rssi_workJohannes Berg1-0/+1
2023-09-13wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()Johannes Berg1-1/+1
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima1-0/+5