]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Use the flags defined in RFC 6525 in the stream reset event.
[FreeBSD/FreeBSD.git] / sys / net /
2012-04-22 Alexander V. ChernikovDo not require radix write lock to be held while dumpin...
2012-04-20 Andrew ThompsonMove the interface media check to a taskqueue, some...
2012-04-20 Andrew ThompsonAdd linkstate to bridge(4), set the link to up when...
2012-04-19 David E. O'BrienUpdate file(1) to version 5.11.
2012-04-18 Andrew ThompsonRemove KASSERTS, they do not add any value here since...
2012-04-16 Dimitry AndricUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-13 Luigi RizzoA bit of cleanup in the names of fields of netmap-relat...
2012-04-12 Luigi Rizzoremove an unnecessary #define
2012-04-12 Doug BartonThe BIND 9.8.2 tarball was re-rolled to remove 9.8...
2012-04-12 Andrew ThompsonSet the proto to LAGG_PROTO_NONE before calling the...
2012-04-10 John BaldwinAdd media types for 40G media that might be used with...
2012-04-08 Stanislav Sedov- Update FreeBSD's Heimdal distribution to 1.5.2. ...
2012-04-06 Alexander V. ChernikovFix build broken by r233938.
2012-04-06 Alexander V. Chernikov- Improve performace for writer-only BPF users.
2012-04-06 Alexander V. Chernikov- Improve BPF locking model.
2012-04-05 Doug BartonUpdate to version 9.8.2, the latest from ISC, which...
2012-03-30 Doug AmbriskoMFhead_mfi r233621
2012-03-30 Doug AmbriskoMFhead_mfi r227068
2012-03-28 Jung-uk KimMFV: r233615
2012-03-27 Jung-uk KimMFV: r233551
2012-03-27 Jung-uk KimMFV: r233550
2012-03-25 Edwin GroothuisMFV of 233442, tzdata2012a
2012-03-22 Stanislav Sedov- Update FreeBSD Heimdal distribution to version 1...
2012-03-20 Jung-uk KimMerge ACPICA 20120320.
2012-03-20 David ChisnallImport new version of libcxxrt. Now works correctly...
2012-03-19 John BaldwinRetire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat...
2012-03-18 Bjoern A. ZeebHide kernel option ROUTETABLES evaluations in the imple...
2012-03-14 David ChisnallImport a slightly newer libc++, with some bugs fixed...
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...
next