]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
These options are unused, and can safely be retired.
[FreeBSD/FreeBSD.git] / sys / net /
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.
2011-09-04 Andrew ThompsonOn the first loop for generating a bridge MAC address...
2011-09-03 Doug BartonUpgrade to BIND version 9.8.1. Release notes at:
2011-08-27 Bjoern A. ZeebWhen adding IPv6 fwd support to ipfw in r225044 these...
2011-08-25 Attilio RaoFix a deficiency in the selinfo interface:
2011-08-25 Qing LiWhen the RADIX_MPATH kernel option is enabled, the...
2011-08-11 Ruslan Ermilov- Merged awk upstream that includes a fix for a bug...
2011-08-09 Ruslan ErmilovUpdate to a 7-Aug-2011 release.
2011-08-08 Kevin LoIn rtinit1(), before rtrequest1_fib() is called, info...
2011-08-01 Sergey KandaurovAdd missing MODULE_VERSION() definition to protect...
2011-07-17 Bjoern A. ZeebAdd spares to the network stack for FreeBSD-9:
2011-07-17 Dimitry AndricUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-16 Doug BartonUpgrade to version 9.8.0-P4
2011-07-14 Mark PeekClear the filter memory area before using it. Leaving...
2011-07-14 Nathan WhitehornUpdate dialog to 1.1-20110707.
2011-07-11 Martin MatuskaUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-08 Marko ZecPermit ARP to proceed for IPv4 host routes for which...
2011-07-07 Andrew ThompsonGrab the rlock before checking if our interface is...
2011-07-06 Doug BartonUpdate to version 9.6-ESV-R4-P3
2011-07-04 Attilio RaoMFC
2011-07-03 Bjoern A. ZeebTag mbufs of all incoming frames or packets with the...
2011-07-03 Bjoern A. ZeebRemove extra white space to comply with style for the...
2011-07-03 Bjoern A. ZeebAdd infrastructure to allow all frames/packets received...
2011-06-28 Attilio RaoMFC
2011-06-28 Bjoern A. ZeebUpdate packet filter (pf) code to OpenBSD 4.5.
2011-06-28 Edwin GroothuisMFV of tzdata2011h, r223627
2011-06-28 Sergey KandaurovUpdate ifc_len field of struct ifconf passed for the...
2011-06-21 Attilio RaoMFC
2011-06-21 Bjoern A. ZeebGarbage collect never used global, sysctl, externs.
2011-06-20 Bjoern A. ZeebLeave an extra comment about flowtable and IPv6 support...
2011-06-20 Gavin AtkinsonMerge tnftp-20100108 from the vendor branch into head.
next