]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Unify prints in mlx5en(4).
[FreeBSD/FreeBSD.git] / sys / net /
2019-09-30 markjAdd IFLIB_SINGLE_IRQ_RX_ONLY.
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-27 gallatinkTLS support for TLS 1.3
2019-09-25 glebiusstyle(9): remove extraneous empty lines
2019-09-25 glebiusAdd debugging facility EPOCH_TRACE that checks that...
2019-09-24 erjiflib: Remove redundant VLAN events deregistration
2019-09-17 kibAdd SIOCGIFDOWNREASON.
2019-09-12 kevansSIOCSIFNAME: Do nothing if we're not actually changing
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 hselaskyCallout drain does not have to be followed by a callout...
2019-09-10 baptImport libedit 2019-09-10
2019-09-10 lwhsuFix build for the platforms where db_expr_t is not...
2019-09-10 cemAppease Clang false-positive Werrors in r352112
2019-09-09 cemddb(4): Add 'show route <dest>' and 'show routetable...
2019-09-09 markjChange synchonization rules for vm_page reference counting.
2019-09-01 vmaffionenetmap: import changes from upstream (SHA 137f537eae513)
2019-08-30 mjorasWrap a vlan's parent's if_output in a separate function.
2019-08-27 jhbAdd kernel-side support for in-kernel TLS.
2019-08-22 cyMFV r346563:
2019-08-19 kevanstuntap: belatedly add MODULE_VERSION for if_tun and...
2019-08-19 vmaffioneif_tuntap: minor improvements
2019-08-17 erjnet: Update SFF-8024 definitions and strings with value...
2019-08-16 erjiflib: add iflib_deregister to help cleanup on exit
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-03 gnnProperly validte arguments for route deletion
2019-08-01 erjiflib: Prevent kernel panic caused by loading driver...
2019-08-01 erjiflib: remove kobject class reference increment
2019-08-01 rrsThis adds the third step in getting BBR into the tree...
2019-08-01 emasteppp: correct echo-req magic number on big endian archs
2019-07-28 asomersMFHead @r350386
2019-07-25 kevansif_tuntap(4): Add TUNGIFNAME
2019-07-24 erjiflib: fix dangling device softc pointer
2019-07-24 krionAllow set MTU more than 1500 bytes.
2019-07-14 chuckFix a typo in r349969
2019-07-13 chuckbhyve: Create EUI64 for NVMe namespaces
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-29 jhbSupport IFCAP_NOMAP in vlan(4).
2019-06-29 jhbAdd an external mbuf buffer type that holds multiple...
2019-06-28 mmMFV r349454:
2019-06-28 hselaskyNeed to wait for epoch callbacks to complete before...
2019-06-27 asomersMFHead @349476
2019-06-26 mariuso In iflib_txq_drain():
2019-06-25 luporl[PowerPC64] Don't mark module data as static
2019-06-25 hselaskyConvert all IPv4 and IPv6 multicast memberships into...
2019-06-20 asomersMFHead @349234
2019-06-19 zecV_ip6_forwarding and V_ipforwarding have been defined...
2019-06-19 zecEvaluating htons() at compile time is more efficient...
2019-06-17 mmMFV r349134:
2019-06-15 marius- Replace unused and only ever written to members of...
2019-06-06 markjRestore the comment removed in r348745.
2019-06-06 markjConditionalize an in_epoch() call on INVARIANTS.
2019-06-06 asomersMFHead @348740
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-29 erjiflib: provide probe wrapper for vendor drivers
2019-05-29 kevansif_bridge(4): Complete bpf auditing of local traffic...
2019-05-28 aeRework r348303 to reduce the time of holding global...
2019-05-27 aeFix possible NULL pointer dereference.
2019-05-24 jhbRestructure mbuf send tags to provide stronger guarantees.
2019-05-22 melifaroFix gateway setup for the interface routes.
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-19 melifaroFix rt_ifa selection during loopback route insertion...
2019-05-14 kevanstuntap: Defer clearing if_softc until after if_detach
2019-05-13 aeAvoid possible recursion on BPF_LOCK() in bpfwrite().
2019-05-13 asomersMFHead @347527
2019-05-13 aeDo not leak memory used for binary filter.
2019-05-13 aeRework locking in BPF code to remove rwlock from fast...
2019-05-11 kevanstuntap: Improve style
2019-05-10 erjiflib: use default ntxd and nrxd when user value is...
2019-05-09 kevanstuntap: Don't down tap interfaces if LINK0 is set
2019-05-09 kevanstuntap: Properly detach tap ifp
2019-05-09 marius- Merge r338254 from cxgbe(4):
2019-05-08 glebiusExistense of PCB route caching doesn't allow us to...
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 mariusAllow to build without INET and INET6 again after r347221.
2019-05-08 kevanstun/tap: merge and rename to `tuntap`
2019-05-07 mariuso Use iflib_fast_intr_rxtx() also for "legacy" interrup...
2019-05-06 marius- Remove the unused ifc_link_irq and ifc_mtx_name membe...
2019-05-03 mmacyAllow iflib drivers to pass a pointer to their own...
2019-05-03 gallatinSelect lacp egress ports based on NUMA domain
2019-05-02 emasteiflib: remove assertion that isc_capabilities is nonzero
2019-04-25 shurdiflib: Better control over queue core assignment
2019-04-25 kevanstap(4): Correct driver name...
2019-04-25 kevanstap(4): Add a MODULE_VERSION
2019-04-25 kevanstun(4): Don't allow open of open or dying devices
2019-04-25 kevanstun/tap: close race between destroy/ioctl handler
2019-04-24 gallatiniflib: Add pfil hooks
2019-04-24 aeAdd GRE-in-UDP encapsulation support as defined in...
2019-04-23 kevanstun(4): Defer clearing TUN_OPEN until much later
2019-04-23 cyMFV r346563:
2019-04-22 gallatinTrack device's NUMA domain in ifnet & alloc ifnet from...
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-17 kevansiflib: Use new ether_gen_addr, restricting addresses...
2019-04-17 kevansnet: adjust randomized address bits
2019-04-14 tuexenWhen sending a routing message, don't allow the user...
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
next