]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
After tearing down the interface per-"domain" bits, set the data area
[FreeBSD/FreeBSD.git] / sys / net /
2016-06-06 Bjoern A. ZeebAfter tearing down the interface per-"domain" bits...
2016-06-06 Bjoern A. ZeebSimilarly to r301505 protect the removal of the ifa...
2016-06-06 Bjoern A. ZeebIn if_purgeaddrs() we cannot hold the lock over the...
2016-06-06 Bjoern A. ZeebSYSINIT functions do not return a value; switch to...
2016-06-06 Bjoern A. ZeebProvide a public interface to rt_flushifroutes which...
2016-06-06 Bjoern A. ZeebMake the KASSERT message more helpful by also printing...
2016-06-06 Marcelo AraujoAdd support to priority code point (PCP) that is an...
2016-06-05 Simon J. GerratyImport bmake-20160604
2016-06-04 Baptiste DaroussinImport libucl snapshot 20160604
2016-06-03 Pedro F. GiffuniMFV r300961:
2016-06-03 Bjoern A. ZeebIntroduce a per-VNET flag to enable/disable netisr...
2016-06-03 Xin LIMFV r301238:
2016-06-02 George V. Neville... This change re-adds L2 caching for TCP and UDP, as...
2016-06-01 Kurt LidlImport NetBSD's blacklist source from vendor tree
2016-05-29 Phil ShaferSubmitted by: phil
2016-05-29 Allan JudeImport the skein hashing algorithm, based on the threef...
2016-05-28 Bjoern A. ZeebIn if_attachdomain1() there does not seem to be any...
2016-05-27 Jung-uk KimMerge ACPICA 20160527.
2016-05-26 Dimitry AndricUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-25 Ed MasteUpdate to ELF Tool Chain r3477
2016-05-25 Nick HibmaChange net.link.log_promisc_mode_change to a read-only...
2016-05-24 Michael TuexenAllow an MTU of 65535 bytes to be set via TUN[SG]IFINFO...
2016-05-20 Simon J. GerratyMerge bmake-20160512
2016-05-20 Ed MasteUpdate to ELF Tool Chain r3475
2016-05-19 Pedro F. Giffunisys/net: more spelling.
2016-05-19 Michael TuexenAllow writing IP packets of length TUNMRU no matter...
2016-05-18 Bjoern A. ZeebRather than having the if_vmove() code intermixed in...
2016-05-18 Bjoern A. ZeebAdd a "vnet_state" field to struct vnet.
2016-05-18 Scott LongActivate the NO_64BIT_ATOMICS code for mips and powerpc
2016-05-18 Scott LongRemove assertions that don't make sense for the data...
2016-05-18 Bjoern A. ZeebAdd a dummy VNET_SYSINIT that will make sure all VNETs...
2016-05-18 Bjoern A. ZeebSplit 'show vnets' into 'show vnet' and 'show all vnets'.
2016-05-18 Bjoern A. ZeebMake compile without INET or without IP support in...
2016-05-18 Scott LongImport the 'iflib' API library for network drivers...
2016-05-17 Eitan AdlerDon't repeat the the word 'the'
2016-05-17 Bjoern A. ZeebMark the unused arguments of various SYSINIT functions...
2016-05-16 Martin MatuskaRevert r299576 and MFV r299895:
2016-05-15 Don LewisWhen handling SIOCSIFNAME ensure that the new interface...
2016-05-14 John BaldwinAdd an EARLY_AP_STARTUP option to start APs earlier...
2016-05-14 Xin LIMFV r299716: file 5.27
2016-05-12 Nick HibmaAllow silencing of 'promiscuous mode enabled/disabled...
2016-05-12 Martin MatuskaMFV 299539:
2016-05-12 Martin MatuskaMFV r299425:
2016-05-11 Alexander MotinMFV r299453: 6765 zfs_zaccess_delete() comments do...
2016-05-11 Alexander MotinMFV r299451: 6764 zfs issues with inheritance flags...
2016-05-11 Alexander MotinMFV r299449: 6763 aclinherit=restricted masks inherited...
2016-05-11 Alexander MotinMFV r299442: 6762 POSIX write should imply DELETE_CHILD...
2016-05-11 Alexander MotinMFV r299440: 6736 ZFS per-vdev ZAPs
2016-05-11 Alexander MotinMFV r299438: 6842 Fix empty xattr dir causing lockup
2016-05-11 Alexander MotinMFV r299436: 6843 Make xattr dir truncate and remove...
2016-05-11 Alexander MotinMFV r299434: 6841 Undirty freed spill blocks
2016-05-08 Xin LIMFV r299237: apply two upstream revisions to address...
2016-05-08 Xin LIMFV r299233: Apply upstream fix 11edb37a71851b5bcbd4e51...
2016-05-05 Dimitry AndricImport libcxxrt master 516a65c109eb0a01e5e95fbef455eb32...
2016-05-05 Dimitry AndricSince contrib/libcxxrt's ancestry was never correct...
2016-05-04 Alan SomersImprove performance and functionality of the bitstring...
2016-05-03 Jung-uk KimMerge OpenSSL 1.0.2h.
2016-05-03 Pedro F. Giffunisys/net*: minor spelling fixes.
2016-05-03 Bjoern A. ZeebRemove the most useful INET || INET6 check leftover...
2016-04-30 Dimitry AndricUpdate from subversion 1.9.2 to 1.9.4.
2016-04-28 Randall StewartComplete the UDP tunneling of ICMP msgs to those protocols
2016-04-27 Jung-uk KimMerge ACPICA 20160422.
2016-04-27 Xin LIMFV r298691:
2016-04-26 Conrad Meyerradix_mpath: Don't derefence a NULL pointer in for...
2016-04-26 Pedro F. Giffunisys: extend use of the howmany() macro when available.
2016-04-22 Andriy GaponMFV r298471: 6052 decouple lzc_create() from the implem...
2016-04-21 Pedro F. Giffunisys: use our roundup2/rounddown2() macros when param...
2016-04-21 Pedro F. GiffuniRemove slightly used const values that can be replaced...
2016-04-20 Bjoern A. ZeebAdd more fields from struct ifnet needed during debuggi...
2016-04-20 Conrad Meyerradix rn_inithead: Fix minor leak in low memory conditions
2016-04-20 Conrad Meyerbpf_getdltlist: Don't overrun 'lst'
2016-04-19 Pedro F. Giffunikernel: use our nitems() macro when it is available...
2016-04-18 Xin LIMFV r298178:
2016-04-17 Baptiste DaroussinImport libucl 0.8.0
2016-04-17 Baptiste DaroussinImport sqlite3 3.12.1
2016-04-16 Glen BarberMFH
2016-04-15 Phil ShaferImport to 0.6.1
2016-04-15 Pedro F. Giffunisys/net* : for pointers replace 0 with NULL.
2016-04-15 Phil Shaferimport libxo-0.4.7
2016-04-12 Phil ShaferMerge libxo 0.4.6
2016-04-11 Alexander MotinMFV r297831: 6322 ZFS indirect block predictive prefetch
2016-04-11 Glen BarberMFH
2016-04-11 Bjoern A. ZeebDuring if_vmove() we call if_detach_internal() which...
2016-04-10 Pedro F. GiffuniCleanup unnecessary semicolons from the kernel.
2016-04-09 Alexander MotinMFV r297760: 6418 zpool should have a label clearing...
2016-04-06 Ravi PokalaRevert accidental submit of WIP as part of r297609
2016-04-06 Ravi PokalaStorage Controller Interface driver - typo in unimpleme...
2016-04-06 Glen BarberMFH
2016-04-05 John BaldwinRemove an unneeded check.
2016-04-04 Glen BarberMFH
2016-04-02 Alexander MotinMFV r297506: 6738 zfs send stream padding needs documen...
2016-04-02 Alexander MotinMFV r297505:
2016-04-02 Alexander MotinMFV r297504: 6681 zfs list burning lots of time in...
2016-03-31 Bjoern A. ZeebCatch up with some more fields. I needed the bpf one...
2016-03-29 Edward Tomasz Napi... Remove some NULL checks for M_WAITOK allocations.
2016-03-28 George V. Neville... Add ethertype reserved for network testing
2016-03-25 Jung-uk KimMerge byacc 20160324.
2016-03-24 Bjoern A. ZeebFix compile errors after r297225:
2016-03-24 George V. Neville... FreeBSD previously provided route caching for TCP ...
2016-03-18 Simon J. GerratyUpdate to bmake-20160315
next