aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* igc: Want AIM at 2.5GHEADmainKevin Bowling3 hours1-1/+1
* dpaa2: fix MRU for dpni (and software vlans along)Bjoern A. Zeeb11 hours1-4/+7
* modules: Add missing opt_*.h files for stand-alone compileWarner Losh13 hours2-1/+6
* lpt: check readiness with predefined macrosArvydas Sidorenko13 hours1-8/+3
* acpi_gpiobus: OR GPIO_PIN_(IN|OUT)PUT into flagsColin Percival15 hours1-2/+2
* axgbe: Fix setting promisc modeZhenlei Huang20 hours2-5/+7
* if_enc(4): Use new KPI to create enc interfaceZhenlei Huang20 hours1-19/+27
* igc: Improve a comment and update copyright datesKevin Bowling26 hours1-2/+2
* igc: Add AIMKevin Bowling26 hours3-7/+256
* uart: Fix cut-n-paste error in DBG2 codeWarner Losh36 hours1-1/+1
* uart: Document rw:XXX field of hw.uart.consoleWarner Losh36 hours1-0/+1
* uart: Small style tweakWarner Losh36 hours1-1/+1
* powerpc: Add nominal support for POWER10 and POWER11Justin Hibbits36 hours3-0/+22
* LinuxKPI: add new dummy headers visibility.h and of_net.hBjoern A. Zeeb37 hours2-0/+0
* LinuxKPI: always include linux/kconfig.hBjoern A. Zeeb37 hours2-2/+4
* LinuxKPI: add time_is_before_jiffies()Bjoern A. Zeeb37 hours1-0/+1
* acpica: Update the SPCR table to version 4Sia Jee Heng39 hours3-9/+19
* swap_pager: swapoff detecting object deathDoug Moore40 hours1-11/+17
* arm64: Disable coverage sanitization of `pmap_update_strided`Zhuo Ying Jiang Li41 hours1-1/+1
* cdefs: Add __nosanitizecoverageMark Johnston41 hours1-0/+2
* arm64/gicv3: Skip programming vPE GITS_BASERs to avoid a boot crashD Scott Phillips43 hours1-1/+10
* rtw89: add man page and hook driver up to the buildBjoern A. Zeeb44 hours1-0/+2
* rtw89: add missing bsddriver.name assignments for two chipsetsBjoern A. Zeeb44 hours2-0/+6
* rtw8xfw: remove module build dirs for firmware long goneBjoern A. Zeeb44 hours11-73/+0
* debugnet: Use precise types when accessing mbuf contentsMark Johnston44 hours1-5/+5
* tcp: fix duplicate retransmissions when RTO happens during SACK loss recoveryRichard Scheffenegger3 days4-26/+41
* sysctl vm.vm_objects: report cdev name for device-backed objectsKonstantin Belousov47 hours1-1/+15
* kinfo_vmentry: report cdev name for device mappingsKonstantin Belousov47 hours1-1/+17
* zfs: merge openzfs/zfs@b10992582Martin Matuska2 days435-9356/+12894
* e1000: Re-add AIMKevin Bowling2 days4-12/+299
* LinuxKPI: 802.11: fix ieee80211_schedule_txq() to avoid rtw89 panicAustin Shafer3 days1-2/+6
* vm_radix: add iter insert and remove interfacesDoug Moore3 days1-1/+20
* sctp: check locking requirementsMichael Tuexen3 days1-2/+2
* mlx5_ipsec: add enough #ifdef IPSEC_OFFLOAD to make LINT_NOIP compilableKonstantin Belousov3 days1-0/+12
* pf: remove redundant arguments to pf_state_key_addr_setup()Kristof Provost3 days1-17/+16
* pf: move the mbuf into struct pf_pdesc tooKristof Provost3 days8-354/+338
* pf: remove switch (af) default casesKristof Provost3 days4-43/+37
* pf: put kif into struct pf_pdescKristof Provost3 days6-156/+142
* pf: convert DIOCGETRULESET to netlinkKristof Provost3 days4-30/+87
* pf: consolidate pf function parametersKristof Provost3 days6-262/+230
* pf: unify some IPv4/IPv6 code in pf_setup_pdesc()Kristof Provost3 days1-8/+4
* pf: move pf_test_rule() out of pf_setup_pdesc()Kristof Provost3 days3-24/+22
* pf: deduplicate IPv4 and IPv6 code that handles fragmentsKristof Provost3 days1-29/+16
* pf: remove the last hand-rolled IPv6 extension header loopKristof Provost3 days3-73/+81
* pf: convert DIOCGETRULESETS to netlinkKristof Provost3 days4-20/+91
* pf: stricter address family checks in icmp-in-icmpKristof Provost3 days1-0/+12
* pf: add ttl to pf_pdescKristof Provost3 days3-49/+17
* pf: ensure that we won't enter an endless loopKristof Provost3 days1-4/+15
* pf: reduce IPv6 header parsing code duplicationKristof Provost3 days3-187/+225
* Revert "vfs_subr: optimize inval_buf_range"Doug Moore3 days1-17/+32