]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
netpfil tests: Serialize
[FreeBSD/FreeBSD.git] / sys /
2023-03-01 Dmitry Chaginlinux(4): Cleanup abi_compat.h include from linux_timer.h
2023-03-01 Dmitry Chaginlinux(4): Cleanup sys/queue.h from linux.h
2023-03-01 Dmitry Chaginlinux(4): Cleanup sys/sysent.h from linux_util
2023-03-01 Dmitry Chaginlinux(4): Cleanup vm includes from linux_util.h
2023-03-01 Dmitry Chaginlinux(4): Cleanup unneeded includes from linux_util.h
2023-02-28 Mina Galićapic: prevent divide by zero in CPU frequency init
2023-02-28 Zhenlei Huangvnet: Make vnet_sys[un]init() static
2023-02-27 Mark Johnstonvm_fault: Fix a race in vm_fault_soft_fast()
2023-02-27 Alexander V. Chernikovnetlink: fix NOINET6 build.
2023-02-27 Alexander V. Chernikovnetlink: fix addition of blackhole/reject routes.
2023-02-27 Gordon Berglingarm ti: Fix a typo in a kernel message
2023-02-26 Dmitry Chaginlinux(4): Fixup the interface name translation in netlink
2023-02-26 Dmitry Chaginlinux(4): Consolidate a FreeBSD interface names transla...
2023-02-26 Dmitry Chaginlinux(4): Use predefined constant instead of hardcoded...
2023-02-26 Dmitry Chaginlinux(4): Move use_real_names knob to the linux.c
2023-02-26 Dmitry Chaginlinux(4): Get rid of the opt_compat.h include.
2023-02-26 Warner Loshmodules: Add missing opt_*.h files for stand-alone...
2023-02-24 Konstantin Belousovkern/sysv_ipc.c: use ANSI C function definition
2023-02-24 Alexander V. Chernikovnetlink: clear IPv6 embedded scope when dumping route...
2023-02-24 Alexander V. Chernikovnetlink: fix IPv6 route addition with link-local gateway
2023-02-24 Alexander V. Chernikovnetlink: fix style(9) after c3d3f3594fdf.
2023-02-23 Mark Johnstonvmm: Fix AP startup compatibility for old bhyve executables
2023-02-23 Xin LIMFV: zlib 1.2.13.
2023-02-23 Kevin Bowlinge1000: Fix packet loss on 11th gen and later
2023-02-23 Kevin Bowlinge1000: Add support for future client platforms
2023-02-23 Kevin Bowlinge1000: Remove redundant disable_ulp for ich8lan
2023-02-22 John Baldwinccr,ccp: Fix argument order to sglist_append_vmpages.
2023-02-22 Kevin Bowlinge1000: bump driver version
2023-02-22 Kevin Bowlinge1000: fix I219 hang on reset
2023-02-21 Rick Macklemnfscl: Fix interaction between mmap'd and VOP_WRITE...
2023-02-21 Allan JudeFix per-jail zfs.mount_snapshot setting
2023-02-21 Krzysztof Galazkaixl(4): Fix MAC/VLAN filters accounting
2023-02-21 Krzysztof Galazkaixgbe(4): Filter out spurious link up indication
2023-02-21 Emmanuel VadotBump __FreeBSD_version after linuxkpi changes.
2023-02-21 Emmanuel Vadotlinuxkpi: Add more suspend defines
2023-02-20 Kyle Evanskern: physmem: improve region coalescing logic
2023-02-20 Dmitry Chagincpuset: Adapt sched_affinity compat shims to the stable/13
2023-02-20 Mark Johnstonpcb: Move an assignment into in_pcbdisconnect()
2023-02-20 Mark Johnstonpvclock: Export a vDSO page even without rdtscp available
2023-02-20 Alexander V. Chernikovnd6: fix panic in lltable_drop_entry_queue()
2023-02-20 Arseny Smalyuknetinet6: Fix mbuf leak in NDP
2023-02-20 Alexander V. Chernikovnetlink: fix OOB read in genetlink
2023-02-20 Alexander V. Chernikovnetlink: simplify temporary address allocation in rtnl_...
2023-02-20 Alexander V. Chernikovnetlink: fix interface dump.
2023-02-20 Alexander V. Chernikovfibs: restrict jail_attach(2) if process fibnum >=...
2023-02-20 Alexander V. Chernikovnetlink: return optional metadata with the operation...
2023-02-20 Alexander V. Chernikovnetlink: call genetlink notification handler upon succe...
2023-02-19 Alan Somersfusefs: fix some resource leaks
2023-02-19 Dmitry Chagincpuset: Add compat shim to the sched_affinity functions
2023-02-19 Konstantin Belousovtmpfs: remove IFF macro
2023-02-19 Konstantin Belousovtmpfs: remove bogus MPASS(VOP_ISLOCKED(vp)) asserts
2023-02-19 Konstantin Belousovsys/param.h: Add _WANT_P_OSREL
2023-02-19 Konstantin Belousovmsdosfs deextend: validate pages of the partial buffer
2023-02-19 Konstantin Belousovmsdosfs deextend(): memoize DETOV(dep)
2023-02-19 Konstantin Belousovmsdosfs: correct handling of vnode pager size on file...
2023-02-19 Konstantin Belousovallocbuf(): convert direct panic() calls to KASSERT()s
2023-02-18 Alexander V. Chernikovnetlink: validate rtable value in RTM_<NEW|DEL|GET...
2023-02-18 Alexander V. Chernikovrouting: always pass rtentry to add_route_flags().
2023-02-18 Alexander V. Chernikovnetlink: use ifmedia to provide vlan interface operstate.
2023-02-18 Alexander V. Chernikovnetlink: fix if_allocdescr() malloc options argument.
2023-02-18 Alexander V. Chernikovnetlink: add forgotten pru_rcvd handler.
2023-02-18 Mark Johnstonnetlink: Zero-initialize writer structures allocated...
2023-02-18 Mark Johnstonnetlink: Fix indentation in netlink_message_writer.c
2023-02-18 Mark Johnstonnetlink: Make the writers function table static and...
2023-02-18 Mark Johnstonnetlink: Zero-initialize mbuf messages
2023-02-18 Zhenlei Huangusb: Remove unused member in struct mos_softc
2023-02-17 Bjoern A. ZeebBump __FreeBSD_version to 1302502 after LinuxKPI changes.
2023-02-17 Bjoern A. ZeebLinuxKPI: dummy: remove files which have implementation
2023-02-17 Val PackettLinuxKPI: return an address string in pci_name()
2023-02-17 Bjoern A. ZeebLinuxKPI: pci: add more functions
2023-02-17 Bjoern A. ZeebLinuxKPI: PCI: implement support for more than 1 MSI...
2023-02-17 Bjoern A. ZeebLinuxKPI: implement irq_get_msi_desc()
2023-02-17 Bjoern A. ZeebLinuxKPI: 802.11: basic implementation of *queue(s...
2023-02-17 Bjoern A. ZeebLinuxKPI: 802.11: fix indent in lkpi_wake_tx_queues()
2023-02-17 Bjoern A. ZeebLinuxKPI: 802.11: enhance lkpi_scan_ies_add() for HT...
2023-02-17 Bjoern A. ZeebLinuxKPI: 802.11: implement ieee80211_is_pspoll()
2023-02-17 Bjoern A. ZeebLinuxKPI: 802.11: implement ieee80211_tx_status_ext()
2023-02-17 Bjoern A. ZeebLinuxKPI: 802.11: extend linuxkpi_ieee80211_rx()
2023-02-17 Bjoern A. ZeebLinuxKPI: 802.11: fix types and whitespace
2023-02-17 Bjoern A. ZeebLinuxKPI: skbuff: implement skb_free_frag()
2023-02-17 Bjoern A. ZeebLinuxKPI: add more dummy header files
2023-02-17 Bjoern A. ZeebLinuxKPI: pm.h: add dummy pm_wakeup_event()
2023-02-17 Bjoern A. ZeebLinuxKPI: device: add device_set_wakeup_enable()
2023-02-17 Bjoern A. ZeebLinuxKPI: const argument to irq_set_affinity_hint()
2023-02-17 Bjoern A. ZeebLinuxKPI: mm.h: implement virt_to_head_page()
2023-02-17 Bjoern A. ZeebLinuxKPI: interrupt.h: add disable_irq_nosync(), irq_se...
2023-02-17 Bjoern A. ZeebLinuxKPI: pci.h move function declaration to top of...
2023-02-17 Bjoern A. ZeebLinuxKPI: linux_pci.c: fix whitespace
2023-02-17 Piotr Kubajice(4): Update to 1.37.7-k
2023-02-17 Eric Joynerice_ddp: Update package to 1.3.30.0
2023-02-17 Kristof Provostpfsync: add missing bucket lock
2023-02-16 Mark Johnstonvmm: Remove an unneeded initialization of "retu"
2023-02-16 Mark Johnstonvmm: Collapse identical case statements in vlapic_icrlo...
2023-02-16 Mark Johnstonatomic: Fix the atomic_load_ptr() *SAN interceptor
2023-02-16 Mark Johnstonbridge: Make the ioctl table local to if_bridge.c
2023-02-16 Warner Loshsys/_endian.h: Move powerpc workaround into _endian.h
2023-02-16 Warner Loshpowerpc: Drop old workaround for old gcc
2023-02-16 Michael Paepckeu3g: add huawei device id
2023-02-16 evusb/u3g: Add support for QUECTEL EP06-E 4G modem
2023-02-16 Michael Paepckeusb: Remove obsolete Huawei 3G from usbdevs
next