]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Import new versions of libcxxrt and libc++.
[FreeBSD/FreeBSD.git] / sys / net /
2012-03-14 David ChisnallImport new versions of libcxxrt and libc++.
2012-03-11 Luigi Rizzo- remove an extra parenthesis in a closing brace;
2012-03-11 Juli MallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-07 Andrew ThompsonMove the vlan buffer space into the union which also...
2012-03-06 Andrew ThompsonAdd the ability to set which packet layers are used...
2012-03-04 Marko ZecProperly restore curvnet context when returning early...
2012-03-03 Juli Malletto) Add COMPAT_FREEBSD32 support for MIPS kernels using...
2012-02-29 Andrew ThompsonUse a more appropriate default for the maximum number...
2012-02-27 Luigi RizzoA bunch of netmap fixes:
2012-02-25 Martin MatuskaUpdate libarchive to 3.0.3
2012-02-24 Andrew ThompsonOnly look for a usable MAC address for the bridge ID...
2012-02-23 Andrew ThompsonAdd a sysctl/tunable default value for the use_flowid...
2012-02-23 Andrew ThompsonIndicate this function decrements the timer as well...
2012-02-23 Kip MacyWhen using flowtable llentrys can outlive the interface...
2012-02-23 Andrew ThompsonNow that network interfaces advertise if they support...
2012-02-23 Andrew Thompsonbstp_input() always consumes the packet so remove the...
2012-02-22 Andrew ThompsonUsing the flowid in the mbuf assumes the network card...
2012-02-22 Mark PeekUpdate to tcsh 6.18.01.
2012-02-17 Bjoern A. ZeebMerge multi-FIB IPv6 support from projects/multi-fibv6...
2012-02-17 Bjoern A. ZeebIFC @231845
2012-02-16 Jung-uk KimMerge ACPICA 20120215.
2012-02-14 Tijl CoosemansChange some headers such that lang/gcc* ports no longer...
2012-02-11 Bjoern A. ZeebIntroduce a new NET_RT_IFLISTL API to query the address...
2012-02-11 Bjoern A. ZeebBackout changes from r228571. Remove if_data from...
2012-02-08 Sergey Kandaurovg/c last bit of old ipv6 prefix management.
2012-02-08 Luigi Rizzo- change the buffer size from a constant to a
2012-02-07 Pawel Jakub DawidekAllow to set if_bridge(4) sysctls from /boot/loader...
2012-02-05 Dimitry AndricAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-05 Gleb SmirnoffFix typo in r231010.
2012-02-05 Gleb SmirnoffBetter comment for ifa_init(), ifa_ref(), ifa_free().
2012-02-05 Gleb SmirnoffIn ifa_init() initialize if_data.ifi_datalen. This...
2012-02-03 Bjoern A. ZeebAdd multi-FIB IPv6 support to the core network stack...
2012-02-03 Bjoern A. ZeebMove a comment from rtinit1() to the top of the file...
2012-02-03 Bjoern A. ZeebMinor optimization doing input validation with a possib...
2012-02-03 Bjoern A. ZeebFix FLOWTABLE IPv6 handling in route.c missed in r205066.
2012-02-03 Bjoern A. ZeebAllow for IPv6 to allocate (and in the VIMAGE case...
2012-02-03 Bjoern A. ZeebRather than putting magic 0s as FIB argument into the...
2012-01-29 Martin MatuskaUupdate code to vendor rev. 4183 (release/2.8)
2012-01-26 Kip MacyA flowtable entry can continue referencing an llentry...
2012-01-24 Bjoern A. ZeebReplace random ARIN direct assignment legacy IPs with...
2012-01-14 Eitan Adler- Fix trivial typo
2012-01-12 Robert WatsonClarify throughout the vlan(4) code the difference...
2012-01-11 Jung-uk KimMerge ACPICA 20120111.
2012-01-10 Lawrence StewartConsumers of bpfdetach() expect it to remove all bpf_if...
2012-01-09 John BaldwinConvert the per-interface address list lock from a...
2012-01-08 Gleb SmirnoffCopy ifa->if_data to ifam->ifam_data. This was forgotte...
2012-01-08 Gleb SmirnoffMove arprequest() declaration to if_ether.h.
2012-01-06 Gleb SmirnoffSince r228571 CARP is no longer an interface.
2012-01-05 John BaldwinConvert all users of IF_ADDR_LOCK to use new locking...
2012-01-05 John BaldwinAdd new variants of the IF_ADDR_*LOCK*() macros used...
2012-01-05 Robert WatsonRefine last comment.
2012-01-05 Robert WatsonAdd comment to the VLAN code about its integration...
2012-01-03 Ed SchoutenImport compiler-rt r147467.
2012-01-01 Adrian ChaddInitial copy of xz-embedded to sys/contrib/.
2011-12-31 Ed SchoutenUpgrade libcompiler_rt to upstream revision 147390.
2011-12-31 Lawrence StewartRevert r228986 until it can be reworked to avoid panici...
2011-12-30 Lawrence Stewart- Introduce the net.bpf.tscfg sysctl tree and associate...
2011-12-29 Pyun YongHyeonUpdate if_obytes and if_omcast after successful transmit.
2011-12-27 Martin MatuskaUpdate to vendor revision 4016.
2011-12-26 Xin LIMerge from OpenBSD 5.0 (this is a dummy change, the...
2011-12-22 Dag-Erling SmørgravMerge upstream r509: don't log an error in the common...
2011-12-21 Gleb SmirnoffProvide ABI compatibility shim to enable configuring...
2011-12-21 Martin MatuskaCopy libarchive from vendor branch to contrib
2011-12-20 Gleb SmirnoffRestore a feature that was present in 5.x and 6.x,...
2011-12-18 Dag-Erling SmørgravUpgrade to OpenPAM Lycopsida.
2011-12-16 Gleb SmirnoffA major overhaul of the CARP implementation. The ip_car...
2011-12-15 Gleb SmirnoffSimplify rtrequest(RTM_ADD): ifa can't be NULL after...
2011-12-09 Brooks DavisRemove the unused if_free_type() function.
2011-12-09 Dimitry AndricUpgrade our copy of llvm/clang to 3.0 release. Release...
2011-12-08 Ruslan ErmilovPull up vendor changes to mdoc(7).
2011-12-05 Luigi Rizzo1. Fix the handling of link reset while in netmap more.
2011-11-29 Lawrence StewartRevert r227778 in preparation for committing reworked...
2011-11-28 Jung-uk KimMerge ACPICA 20111123.
2011-11-28 John BaldwinChange the if_vlan driver to use if_transmit for forwar...
2011-11-28 Gleb Smirnoff- Use generic alloc_unr(9) allocator for if_clone,...
2011-11-26 David ChisnallUpdate libcxxrt to remove the pthread dependency.
2011-11-25 David ChisnallImport libc++ / libcxxrt into base. Not build by defau...
2011-11-22 Gleb SmirnoffImprove logging:
2011-11-21 Lawrence Stewart- When feed-forward clock support is compiled in, chang...
2011-11-17 Luigi RizzoBring in support for netmap, a framework for very effic...
2011-11-17 Doug BartonUpgrade to BIND 9.8.1-P1 to address the following DDOS...
2011-11-14 Robert MillanRemove a few bits of FreeBSD 2.x compatibility code.
2011-11-11 Brooks DavisIn r191367 the need for if_free_type() was removed...
2011-11-07 Ed SchoutenMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 Ed SchoutenMark MALLOC_DEFINEs static that have no corresponding...
2011-11-03 Max LaierFix a use-after-free/redzone issue in the routing code.
2011-11-01 Edwin GroothuisMFV of r226974, tzdata2011n
2011-10-27 Gleb SmirnoffAdd macro IF_DEQUEUE_ALL(ifq, m), that takes the entire...
2011-10-25 Edwin GroothuisMFV of r226750, tzdata2011m
2011-10-25 Qing LiThe host-id/interface-id can have a specific value...
2011-10-22 Dimitry AndricUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-21 Ed SchoutenAdd missing #includes.
2011-10-18 Ed SchoutenGet rid of D_PSEUDO.
2011-10-12 Edwin GroothuisMFV of tzdata2011l, r226279
2011-10-05 Dag-Erling SmørgravUpgrade to OpenSSH 5.9p1.
2011-09-29 Dimitry AndricRevive the LLVM and Clang license files, which were...
2011-09-28 Bjoern A. ZeebPass the fibnum where we need filtering of the message...
2011-09-20 Kip MacyMake KBI changes required for future MFCing of inpcb...
2011-09-16 Kip MacyIn order to maximize the re-usability of kernel code...
2011-09-13 Hiroki SatoMerge from openresolv 3.4.4 in the vendor branch.
next