]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
MFV r302218: file 5.28.
[FreeBSD/FreeBSD.git] / sys / net /
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-23 bzUpdate pf(4) and pflog(4) to survive basic VNET testing...
2016-06-23 npAdd spares to struct ifnet and socket for packet pacing...
2016-06-22 bzAdd more fields to if_debug.c for ddb(4) 'show ifnet...
2016-06-22 bzAfter r302054 unloading an network interface driver...
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-21 bzGet closer to a VIMAGE network stack teardown from...
2016-06-17 kppf: Filter on and set vlan PCP values
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-07 cemiflib: Improve cleanup on iflib_queues_alloc error...
2016-06-07 cemiflib: Fix potential leak in iflib_if_transmit
2016-06-07 pfgng_mppc(4): Bring netgraph(3) MPPC compression support.
2016-06-07 sephenet: Use M_HASHTYPE_OPAQUE_HASH if the mbuf flowid...
2016-06-06 bzAfter tearing down the interface per-"domain" bits...
2016-06-06 bzSimilarly to r301505 protect the removal of the ifa...
2016-06-06 bzIn if_purgeaddrs() we cannot hold the lock over the...
2016-06-06 bzSYSINIT functions do not return a value; switch to...
2016-06-06 bzProvide a public interface to rt_flushifroutes which...
2016-06-06 bzMake the KASSERT message more helpful by also printing...
2016-06-06 araujoAdd support to priority code point (PCP) that is an...
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 bzIntroduce a per-VNET flag to enable/disable netisr...
2016-06-03 delphijMFV r301238:
2016-06-02 gnnThis change re-adds L2 caching for TCP and UDP, as...
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-28 bzIn if_attachdomain1() there does not seem to be any...
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-25 n_hibmaChange net.link.log_promisc_mode_change to a read-only...
2016-05-24 tuexenAllow an MTU of 65535 bytes to be set via TUN[SG]IFINFO...
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-19 pfgsys/net: more spelling.
2016-05-19 tuexenAllow writing IP packets of length TUNMRU no matter...
2016-05-18 bzRather than having the if_vmove() code intermixed in...
2016-05-18 bzAdd a "vnet_state" field to struct vnet.
2016-05-18 scottlActivate the NO_64BIT_ATOMICS code for mips and powerpc
2016-05-18 scottlRemove assertions that don't make sense for the data...
2016-05-18 bzAdd a dummy VNET_SYSINIT that will make sure all VNETs...
2016-05-18 bzSplit 'show vnets' into 'show vnet' and 'show all vnets'.
2016-05-18 bzMake compile without INET or without IP support in...
2016-05-18 scottlImport the 'iflib' API library for network drivers...
2016-05-17 eadlerDon't repeat the the word 'the'
2016-05-17 bzMark the unused arguments of various SYSINIT functions...
2016-05-15 truckmanWhen handling SIOCSIFNAME ensure that the new interface...
2016-05-14 jhbAdd an EARLY_AP_STARTUP option to start APs earlier...
2016-05-12 n_hibmaAllow silencing of 'promiscuous mode enabled/disabled...
2016-05-12 mmMFV r299425:
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-04 asomersImprove performance and functionality of the bitstring...
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-05-03 pfgsys/net*: minor spelling fixes.
2016-05-03 bzRemove the most useful INET || INET6 check leftover...
2016-04-28 rrsComplete the UDP tunneling of ICMP msgs to those protocols
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-26 cemradix_mpath: Don't derefence a NULL pointer in for...
2016-04-26 pfgsys: extend use of the howmany() macro when available.
2016-04-21 pfgsys: use our roundup2/rounddown2() macros when param...
2016-04-21 pfgRemove slightly used const values that can be replaced...
2016-04-20 bzAdd more fields from struct ifnet needed during debuggi...
2016-04-20 cemradix rn_inithead: Fix minor leak in low memory conditions
2016-04-20 cembpf_getdltlist: Don't overrun 'lst'
2016-04-19 pfgkernel: use our nitems() macro when it is available...
2016-04-18 delphijMFV r298178:
2016-04-17 baptImport libucl 0.8.0
2016-04-17 baptImport sqlite3 3.12.1
2016-04-16 gjbMFH
2016-04-15 philImport to 0.6.1
2016-04-15 pfgsys/net* : for pointers replace 0 with NULL.
2016-04-12 philMerge libxo 0.4.6
2016-04-11 gjbMFH
2016-04-11 bzDuring if_vmove() we call if_detach_internal() which...
2016-04-10 pfgCleanup unnecessary semicolons from the kernel.
2016-04-06 rpokalaRevert accidental submit of WIP as part of r297609
2016-04-06 rpokalaStorage Controller Interface driver - typo in unimpleme...
2016-04-06 gjbMFH
2016-04-05 jhbRemove an unneeded check.
2016-04-04 gjbMFH
2016-03-31 bzCatch up with some more fields. I needed the bpf one...
2016-03-29 traszRemove some NULL checks for M_WAITOK allocations.
2016-03-28 gnnAdd ethertype reserved for network testing
2016-03-24 bzFix compile errors after r297225:
2016-03-24 gnnFreeBSD previously provided route caching for TCP ...
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-02 gjbMFH
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-02-29 sephebuf_ring/drbr: Add buf_ring_peek_clear_sc and use it...
2016-02-24 kibIn bpf_getdltlist(), do not call copyout(9) while holdi...
2016-02-22 gjbMFH
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-19 araujoFix regression introduced on 272446r.
2016-02-15 gjbMFH
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 dimMerge ^/head r295351 through r295543.
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-11 dteskeMerge SVN r295220 (bz) from projects/vnet/
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
next