]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Update route MTUs for bridge, lagg and vlan interfaces.
[FreeBSD/FreeBSD.git] / sys /
2020-01-22 Alexander MotinUpdate route MTUs for bridge, lagg and vlan interfaces.
2020-01-22 Gleb SmirnoffPlug possible calls into ip6?_output() without network...
2020-01-22 Gleb SmirnoffEnter network epoch when calling in_pcbconnect() for...
2020-01-22 Bjoern A. ZeebFix NOINET kernels after r356983.
2020-01-22 Alexander V. ChernikovBring back redirect route expiration.
2020-01-22 Gleb SmirnoffMake in_pcbladdr() require network epoch entered by...
2020-01-22 Gleb SmirnoffRemove extraneous NET_EPOCH_ASSERT - the full function...
2020-01-22 Gleb SmirnoffRe-absorb tcp_detach() back into tcp_usr_detach() as...
2020-01-22 Gleb SmirnoffDon't enter network epoch in tcp_usr_detach. A PCB...
2020-01-22 Gleb SmirnoffThe network epoch changes in the TCP stack combined...
2020-01-22 Gleb Smirnofftcp_usr_attach() doesn't need network epoch. in_pcbfre...
2020-01-22 Gleb SmirnoffRelax locking requirements for in_pcballoc(). All...
2020-01-22 Gleb SmirnoffInline tcp_attach() into tcp_usr_attach(). Not a funct...
2020-01-22 Gleb SmirnoffMake tcp_output() require network epoch.
2020-01-22 Gleb SmirnoffMake ip6_output() and ip_output() require network epoch.
2020-01-22 Gleb SmirnoffRemove struct callout_handle. Should have gone with...
2020-01-22 Gleb SmirnoffRemove comment that no longer describe reality.
2020-01-22 Gleb SmirnoffIn compatibility structure substitute 'struct callout_h...
2020-01-22 Gleb SmirnoffAdd documenting NET_EPOCH_ASSERT() to tcp_drop().
2020-01-22 Gleb SmirnoffAdd some documenting NET_EPOCH_ASSERTs.
2020-01-22 Gleb SmirnoffUnroll macro that is used just once. Not a functional...
2020-01-21 Hans Petter SelaskyAdd new USB ID to uslcom(4).
2020-01-21 Edward Tomasz Napi... Revert r356948; breaks build somehow.
2020-01-21 Edward Tomasz Napi... Make linux(4) handle MAP_32BIT.
2020-01-21 Mark JohnstonAdd relocation handling required for -zifunc-noplt...
2020-01-21 Mark JohnstonRegen.
2020-01-21 Mark JohnstonFix 64-bit syscall argument fetching in 32-bit Linux...
2020-01-21 Konstantin BelousovAdd support for Hygon Dhyana Family 18h processor.
2020-01-21 Alexander V. ChernikovDocument requirements for the 'struct route' variations.
2020-01-21 Hans Petter SelaskyMake sure the VNET is properly set when calling tcp_dro...
2020-01-21 Kyle Evanssysent.mk: split interpreter out of target command
2020-01-21 Jeff RobersonMove readahead and dropbehind fault functionality into...
2020-01-20 Jeff RobersonReduce object locking in vm_fault. Once we have an...
2020-01-20 Mateusz Guzikcache: revert r352613 now that vhold does not take...
2020-01-20 Konstantin Belousovx86: Wait for curthread to be set up as an indicator...
2020-01-20 Mateusz Guzikcache: make numcachehv use counter(9) on all archs
2020-01-20 George V. Neville... Add support for latest Intel I219 device, supported...
2020-01-20 Edward Tomasz Napi... Properly translate MNT_FORCE flag to Linux umount2...
2020-01-20 Justin Hibbitspowerpc/amiga: Hide CPLD date and time printing behind...
2020-01-19 Jeff RobersonDon't hold the object lock while calling getpages.
2020-01-19 Conrad Meyermps(4): add missing cam(4) dependency
2020-01-19 Justin HibbitsPowerPC: Add CPLD driver for AmigaOne X5000
2020-01-19 Mateusz Guzikvfs: switch vop_stdunlock to call lockmgr_unlock
2020-01-19 Mateusz Guzikx86: fix assertion in ipi_send_cpu to range check the...
2020-01-19 Justin Hibbits[PowerPC64] fix crash when using machdep.moea64_bpvo_po...
2020-01-19 Emmanuel Vadotzilinx/zy7_qspi: Add a qspi driver for Zynq platforms.
2020-01-19 Emmanuel Vadotrk805: Add a regnode_init method
2020-01-19 Emmanuel Vadotarm: allwinner: Add GPIO Interrupt support
2020-01-19 Emmanuel Vadotarm: allwinner: Fix padconf for interrupts information
2020-01-19 Jeff RobersonIt has not been possible to recursively terminate a...
2020-01-19 Jeff RobersonMake collapse synchronization more explicit and allow...
2020-01-19 Jeff RobersonProvide an API for interlocked refcount sleeps.
2020-01-19 Mateusz Guzikvfs: allow v_holdcnt to transition 0->1 without the...
2020-01-19 Mateusz Guzikcache: counter_u64_add_protected -> counter_u64_add
2020-01-19 Mateusz Guzikcache: convert numcachehv to counter(9) on 64-bit platforms
2020-01-19 Mateusz Guzikvfs: plug a conditional assigment of lo_name in getnewvnode
2020-01-18 Kyle Evanssysent targets: further cleanup and deduplication
2020-01-18 Andrew Gallatinpcpu_page_alloc: guard against empty NUMA domains
2020-01-18 Eugene Grosbeinifa_maintain_loopback_route: adjust debugging output
2020-01-18 Brandon BergrenD23057: [PowerPC] Fix offset calculations in bridge...
2020-01-18 Conrad MeyerGEOM label: strip leading/trailing space synthesizing...
2020-01-18 Justin HibbitsAdd a 'SINGLETON' directive to kobj interface definition
2020-01-18 Mateusz Guzikvfs: distribute freevnodes counter per-cpu
2020-01-18 Justin Hibbitspowerpc: Fix the NUMA domain list on powernv
2020-01-18 Brandon Bergren[PowerPC] Fix Book-E direct map for >=16G ram on e5500
2020-01-17 Brandon Bergren[PowerPC] Save a dword in the powerpc64 signal trampoline
2020-01-17 Conrad Meyernet80211: Move rate printing in amrr_node_stats() to...
2020-01-17 Kyle Evansbcm2835_vcbus: unifdef all platform definitions
2020-01-17 John BaldwinCheck for invalid sstatus values in set_mcontext().
2020-01-17 John BaldwinSave and restore floating point registers in get/set_mc...
2020-01-17 Mitchell HorneRISC-V: fix global pointer assignment at boot
2020-01-17 Ruslan BukinUse unsigned loads in fubyte, fuword16, generic_bs_r_1...
2020-01-17 Leandro Lupori[PPC] Fix wrong comment
2020-01-17 Mateusz Guzikvfs: provide F_ISUNIONSTACK as a kludge for libc
2020-01-17 Mateusz Guzikvfs: shorten lock hold time in vdbatch_process
2020-01-17 Gleb SmirnoffChange argument order of epoch_call() to more natural...
2020-01-17 Jeff RobersonFix a long standing bug that was made worse in r355765...
2020-01-17 Warner LoshWe only want to send the speedup to the lower layers...
2020-01-17 Warner LoshUse buf to send speedup
2020-01-17 Warner LoshPass BIO_SPEEDUP through all the geom layers
2020-01-16 Mateusz Guzikunionfs: use MNTK_NOMSYNC
2020-01-16 Emmanuel Vadotdwmmc: Remove max_hz from the softc
2020-01-16 Mateusz Guzikvfs: increment numvnodes without the vnode list lock...
2020-01-16 Mateusz Guzikvfs: refcator vnode allocation
2020-01-16 Emmanuel Vadotarm64: rockchip: Add RK3399 PWM driver
2020-01-16 Emmanuel Vadotarm64: rockchip: Add new interface for rk_pinctrl
2020-01-16 Emmanuel Vadotfdt_pinctrl: Add new methods for gpios
2020-01-16 Emmanuel Vadotregulator_fixed: Add a get_voltage method
2020-01-16 Emmanuel Vadotarm: allwinner: ahci: target-supply is optional
2020-01-16 Kirill PonomarevGenerate MAC address from the FreeBSD OUI range.
2020-01-16 Emmanuel Vadotarm: allwinner: Add support for bank supply
2020-01-16 Emmanuel Vadotaxp8xx: Add a regnode_init method
2020-01-16 Emmanuel Vadotaxp8xx: Add missing voltage regulators offset
2020-01-16 Michael TuexenRemove debug code not needed anymore.
2020-01-16 Leandro Lupori[PowerPC64] Enable virtio drivers
2020-01-16 Mateusz Guzikvfs: reimplement vlrureclaim to actually use LRU
2020-01-16 Jeff RobersonSimplify VM and UMA startup by eliminating boot pages...
2020-01-15 Ed Masteacpi_ibm: reference ThinkPad instead of IBM
2020-01-15 Kirk McKusickPeter Holm reports that his test that does an umount...
2020-01-15 Kyle Evansmips trampoline: don't bother with unwind tables
next