]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
ule: ensure that batch timeshare threads are scheduled fairly
[FreeBSD/FreeBSD.git] / sys / net /
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.
2011-06-19 Attilio RaoMFC
2011-06-18 Bjoern A. Zeebgre(4) was using a field in the softc to detect possibl...
2011-06-15 Attilio RaoMFC
2011-06-14 Luigi RizzoGrab one of the ifcap bits for netmap, and enable print...
2011-06-14 Gregory Neil ShapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 Dimitry AndricUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-09 Xin LIMFV: Update to less v444.
2011-06-09 Attilio RaoMFC
2011-06-07 Marko ZecSet curvnet context in a callout-trigerred code path.
2011-06-03 Ed SchoutenUpgrade libcompiler_rt from revision 117047 to 132478.
2011-06-03 Attilio RaoMFC
2011-06-03 John BaldwinProperly return an ENOBUFS error if a write to a tun...
2011-06-02 Attilio RaoMFC
2011-06-01 Robert WatsonAdd an optional netisr dispatch point at ether_input...
2011-05-31 Attilio RaoMFC
2011-05-31 Jung-uk KimMerge ACPICA 20110527.
2011-05-31 Nathan WhitehornOn multi-core, multi-threaded PPC systems, it is import...
2011-05-28 Doug BartonUpgrade to 9.6-ESV-R4-P1, which address the following...
2011-05-26 Attilio RaoMFC
2011-05-24 Robert WatsonRework netisr policy mechanism so that per-protocol...
2011-05-24 Marko ZecAllow for vlan(4) interfaces with MTU of 1500 bytes...
2011-05-24 Marko ZecLet epair(4) virtual interfaces report fake link /...
2011-05-21 Attilio RaoMFC
2011-05-20 Qing LiThe statically configured (permanent) ARP entries are...
2011-05-15 Attilio RaoMFC
2011-05-15 Marius Strobl- Add 10baseT as an alias for 10baseT/UTP.
2011-05-11 Xin LIMFV: nc(1) from OpenBSD 4.9.
2011-05-09 Xin LIMFV: Update to less v443.
2011-05-06 Attilio RaoMFC
2011-05-06 Pyun YongHyeonFix white space nits and style
2011-05-06 Pyun YongHyeonDo not increment collision counter if transmit have...
2011-05-06 Ruslan ErmilovUpdate to a 6-May-2011 release (upstreamed some of...
2011-05-05 Dag-Erling SmørgravMerge two upstream patches from vendor branch. No...
2011-05-04 Alexander LeidingerCopy the v4l2 header unchanged from the vendor branch.
next