aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* linuxkpi: Include linux/types.h in linux/mod_devicetable.hEmmanuel Vadot2023-04-041-0/+2
* linuxkpi: Include linux/math64.h in linux/time.hEmmanuel Vadot2023-04-041-0/+2
* Fix pcie phy enabling codes for RK3568 SoC.Ganbold Tsagaankhuu2023-04-041-9/+24
* zfs: merge openzfs/zfs@431083f75Martin Matuska2023-04-03317-15436/+45449
* Fix driver name.Ganbold Tsagaankhuu2023-04-031-1/+1
* Add non-posted device memory to the arm64 mem mapAndrew Turner2023-04-031-1/+4
* linsysfs(4): Reimplement listnics() using ifAPIDmitry Chagin2023-04-034-179/+403
* LinuxKPI: 802.11: remove extra spacesBjoern A. Zeeb2023-04-021-2/+2
* lagg(4): Tap traffic after protocol processingZhenlei Huang2023-04-021-10/+14
* infiniband: Widen NET_EPOCH coverageZhenlei Huang2023-04-022-6/+3
* netlink: add NETLINK to the DEFAULTS for each architectureAlexander V. Chernikov2023-04-0211-5/+11
* linuxkpi: hdmi: Remove wrong dependency on wlanEmmanuel Vadot2023-04-021-1/+0
* netlink: allow exact-match route lookups via RTM_GETROUTE.Alexander V. Chernikov2023-04-023-7/+26
* netlink: fix NULL check in the default route snl(3) parser.Alexander V. Chernikov2023-04-021-0/+2
* netlink: fix snl_read_reply_multi().Alexander V. Chernikov2023-04-021-1/+1
* pseudofs: Simplify pfs_visible_procDmitry Chagin2023-04-021-8/+4
* pseudofs: Allow vis callback to be called for a named nodeDmitry Chagin2023-04-022-5/+6
* pseudofs: Microoptimize struct pfs_nodeDmitry Chagin2023-04-022-4/+6
* cxgbe(4): Allow tracing filters on loopback ports.Navdeep Parhar2023-04-021-1/+2
* cxgbe/iw_cxgbe: Always set a vnet around calls to IN_LOOPBACK.Navdeep Parhar2023-04-011-13/+25
* nfscommon: Add support for an NFSv4 operation bitmapRick Macklem2023-04-014-0/+215
* arcmsr(4): Fix reading buffer empty length error.黃清隆2023-04-011-3/+6
* LinuxKPI: 802.11: adjust lockingBjoern A. Zeeb2023-03-312-24/+105
* libpcap: Update to 1.10.3Joseph Mingrone2023-03-311-41/+219
* fuse: Remove set but unused cr_gid variable.John Baldwin2023-03-311-5/+0
* LinuxKPI: Appease -Wunused-but-set-variable warnings from GCC.John Baldwin2023-03-312-1/+2
* lacp: Use C99 bool for boolean return valueZhenlei Huang2023-03-313-31/+24
* arm64/gicv3: correct the size of the distributor resourceMitchell Horne2023-03-311-1/+1
* arm64: Move the initial kernel stack out of the init_pagetables sectionMark Johnston2023-03-311-7/+6
* Move arm64 EENTRY uses before ENTRYAndrew Turner2023-03-312-6/+6
* arm64: Ensure that thread0's PCB flags are initializedMark Johnston2023-03-311-0/+1
* linux(4): Fix opt_netlink.h inclusionDmitry Chagin2023-03-312-3/+4
* linux(4): Move inclusion of i386-specific files under common conditionDmitry Chagin2023-03-311-4/+3
* Revert "linsysfs(4): Reimplement listnics() using ifAPI"Dmitry Chagin2023-03-314-373/+179
* carp: allow commands to use interface name rather than indexKristof Provost2023-03-312-4/+13
* Handle the arm64 unknown exception separatelyAndrew Turner2023-03-311-2/+4
* LinuxKPI: 802.11: use ic_printf more consistentlyBjoern A. Zeeb2023-03-311-12/+12
* fs/cd9660: add header include guardsEd Maste2023-03-303-0/+15
* ifcapnv: cap_bit in ifcap2_nv_bit_names[] is bit, not indexKonstantin Belousov2023-03-301-1/+1
* sys: Disable errors for -Wunused-function on GCC.John Baldwin2023-03-301-0/+1
* cxgbe(4): Remove dead code.Navdeep Parhar2023-03-301-4/+0
* graid3: Pre-allocate the timeout event structureMark Johnston2023-03-302-8/+33
* kdb: Modify securelevel policyMark Johnston2023-03-304-14/+54
* netlink: Fix adding routes with nexthops on p2p interfaces.Alexander V. Chernikov2023-03-301-4/+12
* inet6: protect address manipulation with a lockMateusz Guzik2023-03-301-0/+9
* Improvement in UFS/FFS directory placement when doing mkdir(2).Kirk McKusick2023-03-304-40/+74
* routing: fix panic when adding an interface route to the p2p interfaceAlexander V. Chernikov2023-03-291-1/+1
* amd64 wakeup: recalculate mitigations after APICs are wokenKonstantin Belousov2023-03-291-5/+7
* lagg(4): Do not enter net epoch recursivelyZhenlei Huang2023-03-291-18/+5
* lagg(4): Refactor out some lagg protocol input routines into a default oneZhenlei Huang2023-03-291-43/+21