]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Don't build Ingenic kernels until we have non-static FDT support
[FreeBSD/FreeBSD.git] / sys / net /
2016-08-13 ngieMFhead @ r304038
2016-08-12 shurdUpdate iflib to support more NIC designs
2016-08-12 ngieCheckpoint initial integration work
2016-08-07 adrianExtract out the various local definitions of ETHER_IS_B...
2016-08-04 jhbAdd __printflike() to bus_describe_intr() to enable...
2016-08-01 cemrtentry: Initialize rt_mtx with MTX_NEW
2016-07-27 kibHide the boottime and bootimebin globals, provide the...
2016-07-25 delphijChange bsdiff to use divsufsort suffix sort library...
2016-07-24 glebiusPartially revert r257696/r257713, which have an issue...
2016-07-23 baptUpdate mandoc to 1.13.4 release
2016-07-18 mavNegotiate/disable TXCSUM_IPV6 same as TXCSUM.
2016-07-13 pfgMFC r302476:
2016-07-11 nwhitehornRemove assumptions in MI code that the BSP is CPU 0.
2016-07-09 pfgng_mppc(4):: basic readability cleanups.
2016-07-08 cemiflib: Fix typo in 'iflib_rx_miss_bufs' sysctl name
2016-07-06 nwhitehornAdd variable declaration missing in r302372.
2016-07-06 nwhitehornReplace a number of conflations of mp_ncpus and mp_maxi...
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-29 bzSeveral device drivers call if_alloc() and then do...
2016-06-27 bdreweryMFC r297391:
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 pfgMFC r301549, r301550:
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-15 sepheMFC 296178
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-06-01 n_hibmaMFC 300670 (slightly adapted for 10-STABLE):
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-27 grehanCreate branch for bhyve graphics import.
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-23 n_hibmaMFC 299559:
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-20 truckmanMFC r299865
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-13 ngieMFC r298328:
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 glebiusMerge r285713 (by zec@) from head:
2016-04-11 gjbMFH
next