]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Convert ksyms(4) to use an OBJT_PHYS object.
[FreeBSD/FreeBSD.git] / sys / net /
2019-11-06 Ed Masteblacklist: update to NetBSD snapshot on 20191106
2019-11-05 Eric Joynernet: add ETHER_IS_ZERO macro similar to ETHER_IS_BROADCAST
2019-11-04 Eric Joyneriflib: properly release memory allocated for DMA
2019-11-03 Cy SchubertMFV r354257:
2019-10-31 Vincenzo Maffionenetmap: fix build issue in netmap_user.h
2019-10-31 Vincenzo Maffioneadd valectl to the system commands
2019-10-30 Eric Joyneriflib: cleanup memory leaks on driver detach
2019-10-29 Gleb SmirnoffThere is a long standing problem with multicast program...
2019-10-23 Eric Joyneriflib: call ether_ifdetach and netmap_detach before...
2019-10-23 Conrad MeyerPrevent a panic when a driver provides bogus debugnet...
2019-10-23 Kyle Evanstuntap(4): Fix NOINET build after r353741
2019-10-22 Kyle Evanstuntap(4): properly declare if_tun and if_tap modules
2019-10-21 Brooks DavisUpdate tcsh to git revision 83c5be0 bringing in a numbe...
2019-10-21 Gleb SmirnoffRemove obsoleted KPIs that were used to access interfac...
2019-10-21 Kyle Evanstuntap(4): restrict scope of net.link.tap.user_open...
2019-10-20 Kyle Evanstuntap(4): use cdevpriv w/ dtor for last close instead...
2019-10-20 Kyle Evanstuntap(4): Use make_dev_s to avoid si_drv1 race
2019-10-20 Kyle Evanstuntap(4): break out after setting TUN_DSTADDR
2019-10-20 Kyle Evanstuntap(4): Drop TUN_IASET
2019-10-19 Michael TuexenFix compile issues when building a kernel without the...
2019-10-19 Jung-uk KimMerge ACPICA 20191018.
2019-10-18 Conrad MeyerFix debugnet(4) link/build fallout on some configurations
2019-10-18 Vincenzo Maffionetap: add support for virtio-net offloads
2019-10-18 Gleb SmirnoffMake rt_getifa_fib() static.
2019-10-17 Conrad MeyerImplement NetGDB(4)
2019-10-17 Conrad Meyerdebugnet(4): Add optional full-duplex mode
2019-10-17 Gleb SmirnoffRevert two parts of r353292 that enter epoch when proce...
2019-10-17 Conrad Meyerdebugnet(4): Infer non-server connection parameters
2019-10-17 Conrad MeyerAdd ddb(4) 'netdump' command to netdump a core without...
2019-10-17 Conrad Meyerdebugnet: Respond to broadcast ARP requests
2019-10-17 Conrad Meyerdebugnet(4): Check hardware-validated UDP checksums
2019-10-17 Conrad MeyerSplit out a more generic debugnet(4) from netdump(4)
2019-10-17 Philip Paepsether: add older ethertype definitions for QinQ
2019-10-16 Gleb Smirnoffdo_link_state_change() is executed in taskqueue context...
2019-10-16 Andriy GaponMFV r353637: 10844 Serialize ZTHR operations to elimina...
2019-10-16 Andriy GaponMFV r353630: 10809 Performance optimization of AVL...
2019-10-16 Andriy GaponMFV r348596: 9689 zfs range lock code should not be...
2019-10-16 Andriy GaponMFV r353628:
2019-10-16 Andriy GaponMFV r353623: 10473 zfs(1M) missing cross-reference...
2019-10-16 Andriy GaponMFV r353619: 9691 fat zap should prefetch when iterating
2019-10-16 Andriy GaponMFV r353617: 9425 allow channel programs to be stopped...
2019-10-16 Andriy GaponMFV r353615: 9485 Optimize possible split block search...
2019-10-16 Andriy GaponMFV r353613: 10731 zfs: NULL pointer errors
2019-10-16 Andriy GaponMFC r353611: 10330 merge recent ZoL vdev and metaslab...
2019-10-16 Andriy GaponMFV r353608: 10165 libzpool: passing argument 1 to...
2019-10-16 Andriy GaponMFV r353606: 10067 Miscellaneous man page typos
2019-10-15 Andriy GaponMFV r353561: 10343 ZoL: Prefix all refcount functions...
2019-10-15 Andriy GaponMFV r353558: 10572 10579 Fix race in dnode_check_slots_...
2019-10-15 Andriy GaponMFV r353551: 10452 ZoL: merge in large dnode feature...
2019-10-15 Hans Petter SelaskyThe two functions ifnet_byindex() and ifnet_byindex_loc...
2019-10-15 Hans Petter SelaskyExclude the network link eventhandler from epochificati...
2019-10-14 Gleb Smirnoffif_delmulti() is never called without ifp argument...
2019-10-13 Michael TuexenAdd missing include which breaks builds without VIMAGE.
2019-10-13 Michael TuexenUse an event handler to notify the SCTP about IP addres...
2019-10-13 Gleb Smirnoffvlan_config() isn't always called in epoch context.
2019-10-10 Gleb SmirnoffDon't use if_maddr_rlock() in sppp(4), use epoch(9...
2019-10-10 Gleb SmirnoffDon't use if_maddr_rlock() in tuntap(4), use epoch...
2019-10-10 Gleb SmirnoffInterface output method must be executed in network...
2019-10-10 Gleb SmirnoffAdd two extra functions that basically give count of...
2019-10-10 Gleb SmirnoffProvide new KPI for network drivers to access lists...
2019-10-09 Dimitry AndricMerge ^/head r353316 through r353350.
2019-10-09 Gleb Smirnoffifnet_byindex_ref() requires network epoch.
2019-10-08 Brooks DavisUpdate tcsh to 6.21.00.
2019-10-08 Dimitry AndricMerge ^/head r352764 through r353315.
2019-10-08 Gleb SmirnoffRemove epoch assertion from if_setlladdr(). Originally...
2019-10-08 Gleb SmirnoffIn DIAGNOSTIC block of if_delmulti_ifma_flags() enter...
2019-10-08 Hans Petter SelaskyFix regression issue after r353274:
2019-10-07 Gleb SmirnoffWiden NET_EPOCH coverage.
2019-10-07 Hans Petter SelaskyCompile time assert a valid subsystem for all VNET...
2019-10-07 Hans Petter SelaskyFactor out VNET shutdown check into an own vnet structu...
2019-10-07 Andriy GaponMFV r350898, r351075: 8423 8199 7432 Implement large_dn...
2019-10-04 Kyle Evanstuntap(4): loosen up tunclose restrictions
2019-10-03 Kyle Evansif_tuntap: create /dev aliases when a tuntap device...
2019-10-03 Kyle Evansif_tuntap: add a busy/unbusy mechanism, replace destroy...
2019-09-30 Mark JohnstonAdd IFLIB_SINGLE_IRQ_RX_ONLY.
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.3
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.2
2019-09-27 Andrew GallatinkTLS support for TLS 1.3
2019-09-26 Dimitry AndricMerge ^/head r352587 through r352763.
2019-09-26 Martin MatuskaMFV r352731:
2019-09-25 Gleb Smirnoffstyle(9): remove extraneous empty lines
2019-09-25 Gleb SmirnoffAdd debugging facility EPOCH_TRACE that checks that...
2019-09-24 Eric Joyneriflib: Remove redundant VLAN events deregistration
2019-09-19 Dimitry AndricMerge ^/head r352436 through r352536.
2019-09-19 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-17 Konstantin BelousovAdd SIOCGIFDOWNREASON.
2019-09-13 Dimitry AndricMerge ^/head r352105 through r352307.
2019-09-12 Kyle EvansSIOCSIFNAME: Do nothing if we're not actually changing
2019-09-10 Jung-uk KimMerge OpenSSL 1.1.1d.
2019-09-10 Hans Petter SelaskyCallout drain does not have to be followed by a callout...
2019-09-10 Baptiste DaroussinImport libedit 2019-09-10
2019-09-10 Li-Wen HsuFix build for the platforms where db_expr_t is not...
2019-09-10 Conrad MeyerAppease Clang false-positive Werrors in r352112
2019-09-09 Conrad Meyerddb(4): Add 'show route <dest>' and 'show routetable...
2019-09-09 Mark JohnstonChange synchonization rules for vm_page reference counting.
2019-09-07 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-03 Dimitry AndricMerge ^/head r351317 through r351731.
2019-09-02 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-02 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-01 Vincenzo Maffionenetmap: import changes from upstream (SHA 137f537eae513)
next