]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Make format string a string literal. (Discovered by clang.)
[FreeBSD/FreeBSD.git] / sys / net /
2010-12-31 bzUse NULL rather than 0 to invalidate a pointer.
2010-12-31 bzPrint the vnet pointer under DDB when iterating over...
2010-12-31 bzMove the increment operation under the lock and split...
2010-12-25 alcIntroduce and use a new VM interface for temporarily...
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-07 weongyoAdds IFF_CANTCONFIG to IFF_CANTCHANGE that it shouldn...
2010-12-07 weongyoIntroduces IFF_CANTCONFIG interface flag to point that...
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-24 maximo Swap descriptions for net.bpf.bufsize and net.bpf...
2010-11-22 zecAllow for vlan(4) ifnets to have overlapping unit numbe...
2010-11-22 dimAfter some off-list discussion, revert a number of...
2010-11-21 bzAdd a missing ';' and change the debugging sysctl from...
2010-11-14 dimInstead of unconditionally emitting .globl's for the...
2010-11-14 dimApply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE...
2010-11-14 dimAdd macros to define static instances of VNET_DEFINE...
2010-11-14 mariuso Flesh out the generic IEEE 802.3 annex 31B full duple...
2010-11-13 kibUse 'z' modifier for size_t printing.
2010-11-12 dimSimilar to r212647, remove the workaround in sys/net...
2010-11-12 gnnAdd a queue to hold packets while we await an ARP reply.
2010-11-12 mmUpdate xz to release 5.0.0
2010-11-11 dimUse the same treatment as in linker_set.h for the __sta...
2010-11-11 edImport libcompiler_rt into HEAD and add Makefiles.
2010-11-11 desUpgrade to OpenSSH 5.6p1.
2010-11-03 rpauloMerge wpa_supplicant and hostapd 0.7.3.
2010-10-29 rpauloMerge libpcap-1.1.1.
2010-10-29 rpauloSync DLTs with the latest pcap version.
2010-10-28 rpauloMerge tcpdump-4.1.1.
2010-10-25 bzFactor out DDB commands from r204145, r204279 into...
2010-10-21 pluknetReshuffle SIOCGIFCONF32 handler from r155224.
2010-10-16 bzClose a race acquiring the IF_ADDR_LOCK() for each...
2010-10-16 bzlltable_drain() has never been used so far, thus #if...
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-01 bzOnly hide the ifa and not the tp under #ifdef INET...
2010-09-22 jhb- Expand scope of tun/tap softc locks to cover more...
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-16 jkimMerge ACPICA 20100915.
2010-09-16 jkimFix a typo in a comment.
2010-09-10 mdfReplace sbuf_overflowed() with sbuf_error(), which...
2010-09-02 bzMFp4 CH=183259:
2010-09-01 emasteAdd a sysctl knob to accept input packets on any link...
2010-08-27 bzMFp4 CH=182972:
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-22 rpauloAdd an extra comment to the SDT probes definition....
2010-08-13 zecWhen moving an ethernet ifnet from one vnet to another...
2010-08-11 willUnbreak LINT by moving all carp hooks to net/if.c ...
2010-08-11 willAllow carp(4) to be loaded as a kernel module. Follow...
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-06 jhbAdjust the interface type in the link layer socket...
2010-08-03 kibProperly set ifi_datalen for compat32 struct if_data32.
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-27 glebiusDon't check malloc(M_WAITOK) result.
2010-07-27 bzReturn NULL rather than 0 for a pointer.
2010-07-27 glebiusWhen installing a new ARP entry via 'arp -S', lla_looku...
2010-07-22 jkimFix an obvious typo from r1.1. We were acquiring an...
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-15 luigiwhitespace cleanup
2010-07-15 luigismall portability fix to build on linux/windows
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-06-15 jkimImplement flexible BPF timestamping framework.
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-11 jhbUpdate several places that iterate over CPUs to use...
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-02 zecProvide a macro for registering a virtualized sysctl...
2010-05-25 qingliThis patch fixes the problem where proxy ARP entries...
2010-05-17 jhbIgnore failures from removing multicast addresses from...
2010-05-16 kmacyallocate ipv6 flows from the ipv6 flow zone
2010-05-14 bzFix an issue with the dynamic pcpu/vnet data allocators.
2010-05-12 kmacyworkaround bug with ipv6 where a flow can have a null...
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-07 mckusickMerger of the quota64 project into head.
2010-05-06 alcRemove page queues locking from all sf_buf_mext()-like...
2010-05-06 mckusickFinal update to current version of head in preparation...
2010-05-04 alcAdd page locking to the vm_page_cow* functions.
2010-05-03 sobomaxAdd new tunable 'net.link.ifqmaxlen' to set default...
2010-05-03 alcThis is the first step in transitioning responsibility...
2010-04-30 kmacyOn Alan's advice, rather than do a wholesale conversion...
2010-04-29 bzMFP4: @176978-176982, 176984, 176990-176994, 177441
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 mckusickUpdate to current version of head.
2010-04-27 kmacyneed to initialize the lock before it is used
2010-04-27 bzMFP4: @177254
2010-04-25 kibProvide compat32 shims for bpf(4), except zero-copy...
2010-04-25 kibProvide 32bit compat shims for sysctl net.route NET_RT_...
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-15 impsvn merge svn+ssh://svn.freebsd.org/base/head@206684
2010-04-14 julianMove two copies of the same definition to a common...
2010-04-14 delphijWhen an underlying ioctl(2) handler returns an error...
2010-04-12 impmerge from head, part 8 of many
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 6 of many
2010-04-12 impMerge from head, part 5 of many.
next