]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Introduce CHANGE_PV_LIST_LOCK_TO_{PHYS,VM_PAGE}() to avoid duplication of
[FreeBSD/FreeBSD.git] / sys / net /
2012-06-22 Jung-uk KimMerge ACPICA 20120620.
2012-06-21 Xin LIMFV: Update zlib to 1.2.7.
2012-06-19 Navdeep Parhar- Updated TOE support in the kernel.
2012-06-12 Randall StewartFix comment to better reflect how we are
2012-06-12 Randall StewartNote to self. Have morning coffee *before* committing...
2012-06-12 Randall StewartOpps forgot to commit the flag.
2012-06-12 Randall StewartAllow a gif tunnel to be used with ALTq.
2012-06-11 Andrew ThompsonFix a panic I introduced in r234487, the bridge softc...
2012-06-09 Alexander V. ChernikovFix typo introduced in r236559.
2012-06-07 Mikolaj GolubSort includes.
2012-06-07 Mikolaj GolubAdd VIMAGE support to if_tap.
2012-06-04 Doug BartonUpgrade to 9.8.3-P1, the latest from ISC. This version...
2012-06-04 Alexander V. ChernikovFix panic introduced by r235745. Panic occurs after...
2012-05-30 Michael TuexenSeperate SCTP checksum offloading for IPv4 and IPv6.
2012-05-29 Jung-uk KimFix style(9) nits, reduce unnecessary type castings...
2012-05-29 Jung-uk Kim- Save the previous filter right before we set new...
2012-05-29 Jung-uk KimFix 32-bit shim for BIOCSETF to drop all packets buffer...
2012-05-29 Alexander V. ChernikovFix BPF_JITTER code broken by r235746.
2012-05-28 Doug BartonUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-28 Eygene Ryabinkinif_lagg: allow to invoke SIOCSLAGGPORT multiple times...
2012-05-28 Bjoern A. ZeebIt turns out that too many drivers are not only parsing...
2012-05-26 Dag-Erling SmørgravOpenPAM Micrampelis was re-rolled due to a showstopper...
2012-05-26 Dag-Erling SmørgravUpdate to OpenPAM Micrampelis.
2012-05-26 Andrew ThompsonTurn LACP debugging from a compile time option to a...
2012-05-25 Bjoern A. ZeebMFp4 bz_ipv6_fast:
2012-05-24 Jung-uk KimMerge ACPICA 20120518.
2012-05-23 Dimitry AndricUpgrade our copy of llvm/clang to 3.1 release. Release...
2012-05-21 Alexander V. ChernikovMake most BPF ioctls() SMP-safe.
2012-05-21 Alexander V. ChernikovCall bpf_jitter() before acquiring BPF global lock...
2012-05-21 Alexander V. ChernikovFix old panic when BPF consumer attaches to destroying...
2012-05-21 Alexander V. ChernikovFix panic on attaching to non-existent interface (intro...
2012-05-21 Baptiste DaroussinImport byacc from invisible island, it brings us lots...
2012-05-19 Marcel MoolenaarUse the LLINDEX macro to access the link-level I/F...
2012-05-17 Xin LIMerge tcpdump 4.2.1.
2012-05-14 Xin LIMerge from vendor branch: update libpcap to 1.2.1.
2012-05-14 Xin LISync DLTs with the latest pcap version.
2012-05-12 George V. Neville... Import dtracetoolkit into cddl/contrib
2012-05-04 Xin LIMerge from OpenBSD 5.1.
2012-05-03 Dimitry AndricUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-05-03 David ChisnallImport new version of libc++. Among other improvements...
2012-05-03 Alexander V. ChernikovRevert r234834 per luigi@ request.
2012-05-03 Ed MasteRelax restriction on direct tx to child ports
2012-04-30 Alexander V. ChernikovMove several enums and structures required for L2 filte...
2012-04-26 Jamie GrittonA new jail(8) with a configuration file, ultimately...
2012-04-23 Jung-uk KimMerge ACPICA 20120420.
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...
next