aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* release: update to -RELEASErelease/12.4.0Glen Barber2022-11-301-1/+1
* Add UPDATING entries and bump version.Gordon Tetlow2022-11-291-1/+1
* Add UPDATING entries and bump versionEd Maste2022-11-161-1/+1
* release: update to RC2Glen Barber2022-11-111-1/+1
* ipfw: Have NAT steal the TH_RES1 bit, instead of the TH_AE bitRichard Scheffenegger2022-11-107-10/+13
* if_vxlan(4): Check the size of data available in mbuf before using themZhenlei Huang2022-11-041-0/+6
* 12.4: update to RC1Glen Barber2022-11-041-1/+1
* 12.4: create releng/12.4 branchGlen Barber2022-10-202-2/+2
* fusefs: After successful F_GETLK, l_whence should be SEEK_SETAlan Somers2022-10-201-2/+32
* Fix mpr(4) panic during a firmware update.Kenneth D. Merry2022-10-201-1/+1
* ioat: Add Ice Lake ID.Alexander Motin2022-10-201-0/+2
* ixl(4): Fix SR-IOV panicsYan Ka Chiu2022-10-191-0/+8
* ixl(4): Add support for I710 devices and remove non-inclusive languageKrzysztof Galazka2022-10-194-5/+11
* ice(4): Add RDMA Client InterfaceEric Joyner2022-10-1921-8/+2044
* ix(4): Add control of 2.5/5G autonegotiation speedsPiotr Pietruszewski2022-10-192-19/+104
* ixv(4): Allow PF to control the VF link statePiotr Pietruszewski2022-10-196-2/+50
* ice(4): Update to 1.34.2-kEric Joyner2022-10-1942-1430/+5078
* ice_ddp: Update to 1.3.27.0Eric Joyner2022-10-195-32/+29
* iflib: Allow drivers to determine which queue to TX onEric Joyner2022-10-193-5/+19
* iavf(4): Replace functions with compatible implementationsEric Joyner2022-10-191-3/+38
* ixl(4): Remove unused function declarationEric Joyner2022-10-191-1/+0
* ixl(4): Remove iavf(4) source filesEric Joyner2022-10-193-3682/+0
* iavf(4): Split source and update to 3.0.26-kEric Joyner2022-10-1929-16/+13539
* ice(4): Update to version 0.29.4-kEric Joyner2022-10-1929-874/+2865
* ice_ddp: Update to 1.3.24.0Eric Joyner2022-10-194-8/+8
* ixl(4): Fix VLAN HW filteringKrzysztof Galazka2022-10-1911-334/+505
* inet6(4): add a missing IPPROTO_ETHERIP entryHiroki Sato2022-10-191-0/+9
* fusefs: update atime on reads when using cached attributesAlan Somers2022-10-195-6/+33
* Add missing change from c76461e064b675c8edd3b1d9bb917905a885a860Alan Somers2022-10-191-1/+1
* Fix a vnode locking bug in fuse_vnop_advlock.Alan Somers2022-10-191-12/+16
* fusefs: during F_GETLK, don't change l_pid if no lock is foundAlan Somers2022-10-191-1/+1
* clnt_vc.c: Replace msleep() with pause() to avoid assert panicRick Macklem2022-10-171-3/+3
* igc: Fix up hw vlan opsKevin Bowling2022-10-172-79/+19
* igc: remove unnecessary PHY ID checksMah Yock Gen2022-10-172-14/+3
* Revert "e1000: Try auto-negotiation for fixed 100 or 10 configuration"Kevin Bowling2022-10-121-12/+8
* nfs_clvnops.c: Fix access to v_mount when vnode unlockedRick Macklem2022-10-081-2/+4
* Add ELFCOMPRESS_ZSTD ELF compression constantEd Maste2022-10-071-0/+1
* 12.4: update stable/12 to -PRERELEASE to start the release cycleGlen Barber2022-10-071-2/+2
* nfscl: Fix parameter order in the calls to MGET().Zhenlei Huang2022-10-071-1/+1
* tcp: fix cwnd restricted SACK retransmission loopRichard Scheffenegger2022-09-251-3/+3
* tcp: send ACKs when requestedMichael Tuexen2022-09-251-3/+3
* tcp: fix computation of offsetMichael Tuexen2022-09-251-3/+3
* newvers.sh: avoid bare git invocationEd Maste2022-09-191-1/+1
* nfscl: Allow "nolockd" to work for NFSv4 mountsRick Macklem2022-09-192-26/+29
* qlnxe(4): Fix a typo in a source code commentGordon Bergling2022-09-181-1/+1
* kern_jail: Fix a typo in a source code commentGordon Bergling2022-09-181-1/+1
* netpfil: Fix some typos in source code commentsGordon Bergling2022-09-183-5/+5
* arm64, riscv: size boot stacks appropriatelyKyle Evans2022-09-172-7/+15
* alc: force maximum payload size to 128 bytes for AR816X/AR817xKyle Evans2022-09-171-2/+3
* arm64: disable the EL2 MMU before dropping to EL1Kyle Evans2022-09-171-0/+10