]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Add kern.rpc.gss.client_hash tunable, to make it possible to bump
[FreeBSD/FreeBSD.git] / sys / net /
2019-02-15 Stephen Hurdiflib: Improve return values of interrupt handlers.
2019-02-13 Randall StewartThis commit adds the missing release mechanism for the
2019-02-13 Martin MatuskaMFV r344088 (libarchive):
2019-02-12 Martin MatuskaMFV r344063:
2019-02-12 Marius StroblFix the build with ALTQ after r344060.
2019-02-12 Marius StroblMake taskqgroup_attach{,_cpu}(9) work across architectures
2019-02-12 Marius StroblFurther correct and optimize the bus_dma(9) usage of...
2019-02-11 Patrick KelseyReduce the time it takes the kernel to install a new...
2019-02-04 Marius Stroblo As illustrated by e. g. figure 7-14 of the Intel...
2019-02-03 Gleb SmirnoffTeach pfil_ioctl() about VIMAGE.
2019-02-02 Vincenzo Maffionenetmap: upgrade sync-kloop support
2019-01-31 Gleb SmirnoffNew pfil(9) KPI together with newborn pfil API and...
2019-01-31 John BaldwinDon't set IFCAP_TXRTLMT during lagg_clone_create().
2019-01-31 Gleb SmirnoffRevert r316461: Remove "IPFW static rules" rmlock,...
2019-01-30 Marius Strobl- Stop iflib(4) from leaking MSI messages on detachment...
2019-01-26 Marius Strobl- In _iflib_fl_refill(), don't mark an RX buffer as...
2019-01-25 Andrew GallatinFix an iflib driver unload panic introduced in r343085
2019-01-23 Vincenzo Maffionenetmap: improvements to the netmap kloop (CSB mode)
2019-01-22 Brooks DavisRework CASE_IOC_IFGROUPREQ() to require a case before...
2019-01-22 Patrick Kelseyonvert vmx(4) to being an iflib driver.
2019-01-22 Patrick KelseyFix various resource leaks that can occur in the error...
2019-01-16 Konstantin BelousovImprove iflib busdma(9) KPI use.
2019-01-16 Marcin WojtasSuppress excessive error prints in ENA TX hotpath
2019-01-11 Emmanuel VadotImport DTS from Linux 4.20
2019-01-11 Emmanuel VadotImport DTS includes from 4.19
2019-01-11 Gleb SmirnoffRemove recursive NET_EPOCH_ENTER() from sysctl_ifmalist...
2019-01-10 Ed MasteUpdate to ELF Tool Chain r3668
2019-01-10 Gleb SmirnoffBring the comment up to date.
2019-01-09 Mark JohnstonStop setting if_linkmib in vlan(4) ifnets.
2019-01-09 Gleb SmirnoffMechanical cleanup of epoch(9) usage in network stack.
2019-01-09 Gleb SmirnoffRemove part of comment that doesn't match reality.
2019-01-09 Jung-uk KimMFV: r342867
2019-01-07 Stephen HurdUse iflib_if_init_locked() during resume instead of...
2019-01-03 Matt Macymp_ring: avoid items offset difference between iflib...
2019-01-03 Konstantin BelousovFix typo, use boolean operator instead of bit-wise.
2018-12-31 Philip PaepsImport tzdata 2018i
2018-12-30 Philip PaepsImport tzdata 2018h
2018-12-29 Conrad MeyerUpdate to Zstandard 1.3.8
2018-12-26 Andriy GaponMFV r342532: 5882 Temporary pool names
2018-12-26 Andriy GaponMFV r342469: 9630 add lzc_rename and lzc_destroy to...
2018-12-23 Simon J. GerratyMerge bmake-20181221
2018-12-18 Cy SchubertMFV r342175:
2018-12-15 Dimitry AndricUpdate clang, llvm, lld, lldb, compiler-rt and libc...
2018-12-14 Jung-uk KimMFV: r342049
2018-12-13 Martin MatuskaMFV r341771,342040,342041:
2018-12-11 Mateusz GuzikRemove unused argument to priv_check_cred.
2018-12-11 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-12-11 Stephen HurdFix !tx_abdicate error from r336560
2018-12-09 Dimitry AndricMerge ^/head r340918 through r341763.
2018-12-09 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-12-09 Cy SchubertMFV r341618:
2018-12-06 Simon J. GerratyUpdate bmake to version 20180919
2018-12-05 Vincenzo Maffionenetmap.h: include stdatomic.h
2018-12-05 Vincenzo Maffionenetmap: align codebase to the current upstream (760279c...
2018-12-04 Eric van Gyzenaltq: manual cleanup after r341507
2018-12-04 Eric van Gyzenaltq: remove ALTQ3_COMPAT code
2018-11-30 Andrey V. ElsukovAdapt the fix in r341008 to correctly work with EBR.
2018-11-27 Andrew GallatinUse busdma unconditionally in iflib
2018-11-27 Marius StroblImport CK as of 21d3e319407d19dece16ee317c757ffc54a452b...
2018-11-27 Andrey V. ElsukovFix possible panic during ifnet detach in rtsock.
2018-11-26 Mark JohnstonPlug routing sysctl leaks.
2018-11-26 Martin MatuskaMFV r340938:
2018-11-24 Dimitry AndricMerge ^/head r340427 through r340868.
2018-11-24 Martin MatuskaMFV r340865:
2018-11-21 Oleg BulyzhinUnbreak kernel build with VLAN_ARRAY defined.
2018-11-20 Jung-uk KimMerge OpenSSL 1.1.1a.
2018-11-16 Andrey V. ElsukovAllow configuration of several ipsec interfaces with...
2018-11-16 Mike KarelsFix flags collision causing inability to enable CBQ...
2018-11-14 Stephen HurdClear RX completion queue state veriables in iflib_stop()
2018-11-14 Stephen HurdPrevent POLA violation with TSO/CSUM offload
2018-11-14 Stephen HurdFix leaks caused by ifc_nhwtxqs never being initialized
2018-11-14 Dimitry AndricMerge ^/head r340368 through r340426.
2018-11-13 Gleb SmirnoffFor compatibility KPI functions like if_addr_rlock...
2018-11-12 Dimitry AndricMerge ^/head r340235 through r340367.
2018-11-10 Emmanuel VadotUpdate our devicetree to 4.19 for arm and arm64
2018-11-07 Stephen HurdFix rxcsum issue introduced in r338838
2018-11-04 Eric van GyzenUpdate expat to 2.2.6
2018-11-04 Dimitry AndricMerge ^/head r339813 through r340125.
2018-11-04 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2018-11-02 Jung-uk KimMFV: r339981
2018-11-02 Kristof Provostpfsync: Handle syncdev going away
2018-11-02 Kristof ProvostNotify that the ifnet will go away, even on vnet shutdown
2018-11-02 Kristof Provostpfsync: Make pfsync callbacks per-vnet
2018-11-02 Kristof Provostpf: Limit the fragment entry queue length to 64 per...
2018-11-02 Kristof Provostpf: Split the fragment reassembly queue into smaller...
2018-11-01 Dag-Erling SmørgravMerge upstream r4932: turn so-reuseport option off...
2018-10-30 Bjoern A. ZeebWith more excessive use of modules, more kernel parts...
2018-10-30 Bjoern A. ZeebInitial implementation of draft-ietf-6man-ipv6only...
2018-10-30 Marcelo AraujoAllow changing lagg(4) MTU.
2018-10-28 Philip PaepsImport tzdata 2018g
2018-10-27 Dimitry AndricMerge ^/head r339670 through r339812.
2018-10-27 Eugene GrosbeinPrevent stf(4) from panicing due to unprotected access...
2018-10-26 Martin MatuskaMFV r339792:
2018-10-25 Martin MatuskaMFV r339750:
2018-10-25 Martin MatuskaMFV r339640,339641,339644:
2018-10-23 Dimitry AndricMerge ^/head r339015 through r339669.
2018-10-23 Eric JoynerRevert r339634.
2018-10-23 Andrey V. ElsukovAdd the check that current VNET is ready and access...
2018-10-23 Andrey V. ElsukovAdd the check that current VNET is ready and access...
2018-10-23 Andrey V. ElsukovRemove softc from idhash when interface is destroyed.
next