]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
tests: add more netlink tests for neighbors/routes
[FreeBSD/FreeBSD.git] / sys /
2023-03-03 Mark Johnstonbuf: Make bufspace_daemon_shutdown() a no-op after...
2023-03-02 Kristof Provostpfsync: ensure 'error' is always initialised
2023-03-02 Kristof Provostpfsync: support deferring IPv6 packets
2023-03-02 Andrew TurnerRemove an extra argument to SYSCTL_FOREACH
2023-03-02 Mark Johnstonamd64: Avoid copying td_frame from kernel procs
2023-03-02 Konstantin Belousovtmpfs: support the nosymfollow mount option
2023-03-01 Alexander V. Chernikovnetlink: make the maximum allowed netlink socket buffer...
2023-03-01 Dmitry Chaginlinprocfs(4): Fixup process size in the /proc/pid/stat...
2023-03-01 Dmitry Chaginlinux(4): Trim unused opt_usb.h from modules Makefiles
2023-03-01 Dmitry Chaginlinux(4): Rename linux_timer.h to linux_time.h
2023-03-01 Dmitry Chaginlinux(4): Cleanup includes under arm64/linux
2023-03-01 Dmitry Chaginlinux(4): Cleanup includes under x86/linux
2023-03-01 Dmitry Chaginlinux(4): Cleanup includes under amd64/linux
2023-03-01 Dmitry Chaginlinux(4): Cleanup includes under i386/linux
2023-03-01 Dmitry Chaginlinux(4): Cleanup includes under compat/linux
2023-03-01 Dmitry Chaginlinux(4): Cleanup sys/sysctl.h from linux_misc.h
2023-03-01 Dmitry Chaginlinux(4): Fix brackets of local include opt_inet6
2023-03-01 Dmitry Chaginlinux(4): Cleanup sys/uio.h where linux_uitl.h is included
2023-03-01 Dmitry Chaginlinux(4): Move uselib() to i386
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
next