]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Fix a use-after-free in swp_pager_meta_free().
[FreeBSD/FreeBSD.git] / sys / net /
2018-11-07 shurdFix rxcsum issue introduced in r338838
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-11-02 kppfsync: Handle syncdev going away
2018-11-02 kpNotify that the ifnet will go away, even on vnet shutdown
2018-11-02 kppfsync: Make pfsync callbacks per-vnet
2018-11-02 kppf: Limit the fragment entry queue length to 64 per...
2018-11-02 kppf: Split the fragment reassembly queue into smaller...
2018-10-30 bzWith more excessive use of modules, more kernel parts...
2018-10-30 bzInitial implementation of draft-ietf-6man-ipv6only...
2018-10-30 araujoAllow changing lagg(4) MTU.
2018-10-27 eugenPrevent stf(4) from panicing due to unprotected access...
2018-10-25 mmMFV r339640,339641,339644:
2018-10-23 erjRevert r339634.
2018-10-23 aeAdd the check that current VNET is ready and access...
2018-10-23 aeAdd the check that current VNET is ready and access...
2018-10-23 aeRemove softc from idhash when interface is destroyed.
2018-10-23 vmaffionenetmap: align codebase to the current upstream (sha...
2018-10-23 erjiflib: drain enqueued tasks before detaching from taskq...
2018-10-22 hselaskyResolve deadlock between epoch(9) and various network...
2018-10-21 aeFollow the fix in r339532 (by glebius):
2018-10-21 aeRework if_ipsec(4) to use epoch(9) instead of rmlock.
2018-10-21 aeAdd handling for appearing/disappearing of ingress...
2018-10-21 aeAdd handling for appearing/disappearing of ingress...
2018-10-21 aeAdd handling for appearing/disappearing of ingress...
2018-10-21 aeAdd KPI that can be used by tunneling interfaces to...
2018-10-21 kpvlan: Fix panic with lagg and vlan
2018-10-21 aeAdd ifaddr_event_ext event. It is similar to ifaddr_eve...
2018-10-21 glebiusFix exiting an epoch(9) we never entered. May happen...
2018-10-20 baptUpdate libdialog to 1.3-20180621
2018-10-15 hselaskyFix deadlock when destroying VLANs.
2018-10-12 erjixl/iavf(4): Change ixlv to iavf and update it to use...
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 gjbMFH r338661 through r339253.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-09 jtlThere are three places where we return from a function...
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 gjbMFH r338661 through r339200.
2018-10-03 tuexenUse strlcpy() instead of strncpy().
2018-09-29 tuexenFor changing the MTU on tun/tap devices, it should...
2018-09-26 impReapply, with minor tweaks, r338025, from the original...
2018-09-24 emasteCopy libevent sources to contrib
2018-09-21 mmacyfix vlan locking to permit sx acquisition in ioctl...
2018-09-20 shurdFix capabilities handling for iflib drivers
2018-09-20 baptImport mandoc 1.14.4
2018-09-17 aeRestore outbound packets capturing for if_gre(4). It...
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
2018-09-12 brDon't mark module data as static on RISC-V.
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-09-06 shurdClean up iflib sysctls
2018-09-03 bzRather than duplicating the functionality of a macro...
2018-08-29 shurdFix compile error due to missing parenthesis in r338372
2018-08-29 shurdFix potential data corruption in iflib
2018-08-26 markmRemove the Yarrow PRNG algorithm option in accordance...
2018-08-24 npUnbreak VLANs after r337943.
2018-08-23 manudts: Import DTS for arm64
2018-08-22 pkelseyExtended pf(4) ioctl interface and pfctl(8) to allow...
2018-08-22 erjif_media: Add new 2.5G/5G/25G/40G/50G/100G/200G/400G...
2018-08-21 mmacyfix copy/paste error when clearing ifma flag
2018-08-19 cemBack out r338035 until Warner is finished churning...
2018-08-19 cemRemove unused and easy to misuse PNP macro parameter
2018-08-17 npif_vlan(4): A VLAN always has a PCP and its ifnet's...
2018-08-16 npAdd the ability to look up the 3b PCP of a VLAN interfa...
2018-08-15 mmacyFix in6_multi double free
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-13 gallatinlagg: allow lacp to manage the link state
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-08 eadlerfile: update to 5.34
2018-08-05 kppf: Increase default hash table size
2018-08-04 pkelseyMark the send queue ready so ALTQ is available.
2018-07-31 mavMFV r336991, r337001:
2018-07-30 andrewAs with DPCPU_DEFINE_STATIC make VNET_DEFINE_STATIC...
2018-07-30 andrewEnsure the DPCPU and VNET module spaces are aligned...
2018-07-30 andrewAs with DPCPU_DEFINE make it a compile error to use...
2018-07-29 mmMFV r336851:
2018-07-25 pkelseyALTQ support for iflib.
2018-07-24 mariusSince r336611, n is only used for INET in iflib_parse_h...
2018-07-24 andrewUse the new VNET_DEFINE_STATIC macro when we are defini...
2018-07-24 andrewAs with DPCPU create VNET_DEFINE_STATIC for when a...
2018-07-23 eugenepair(4): make sure we do not duplicate MAC addresses
2018-07-22 mariusUse the maximum of isc_tx_{nsegments,tso_segments_max...
2018-07-22 marius- Given that the controlling expression of the receive...
2018-07-20 shurdAdd knob to control tx ring abdication.
2018-07-20 shurdImprove netmap TX handling when TX IRQs are not used...
2018-07-17 aeMove invoking of callout_stop(&lle->lle_timer) into...
2018-07-15 mariusAssorted TSO fixes for em(4)/iflib(9) and dead code...
2018-07-12 kppf: Fix typo in r336221
2018-07-12 kppf: Increate default state table size
2018-07-11 cyMFV r324714:
2018-07-09 aeDeduplicate the code.
2018-07-07 sbrunostruct ifmediareq *ifmrp is only used in the COMPAT_FRE...
2018-07-04 willRevert r335833.
2018-07-04 mmacyepoch(9): allow preemptible epochs to compose
2018-07-01 willpf: remove unused ioctls.
2018-06-28 aeAdd NULL pointer check.
2018-06-19 aeMove BPFIF_* macro definitions into .c file, where...
2018-06-18 erjiflib: Style fixes
next