Revision tags: release/8.1.0_cvs, release/8.1.0 |
|
#
9307d8bd |
| 08-May-2010 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Merge svn+ssh://svn.freebsd.org/base/head@207793
|
#
945f418a |
| 06-May-2010 |
Kirk McKusick <mckusick@FreeBSD.org> |
Final update to current version of head in preparation for reintegration.
|
#
e50d35e6 |
| 03-May-2010 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Add new tunable 'net.link.ifqmaxlen' to set default send interface queue length. The default value for this parameter is 50, which is quite low for many of today's uses and the only way to modify thi
Add new tunable 'net.link.ifqmaxlen' to set default send interface queue length. The default value for this parameter is 50, which is quite low for many of today's uses and the only way to modify this parameter right now is to edit if_var.h file. Also add read-only sysctl with the same name, so that it's possible to retrieve the current value.
MFC after: 1 month
show more ...
|
Revision tags: release/7.3.0_cvs, release/7.3.0 |
|
#
1a0fda2b |
| 04-Mar-2010 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
IFH@204581
|
#
7ac856b8 |
| 24-Jan-2010 |
Gavin Atkinson <gavin@FreeBSD.org> |
Merge r202000 from head:
Don't panic on attach if we can't allocate ifp
Approved by: ed (mentor, implicit)
|
#
7c9fdc4d |
| 10-Jan-2010 |
Gavin Atkinson <gavin@FreeBSD.org> |
Don't panic on attach if we can't allocate ifp
Approved by: ed (mentor) MFC after: 2 weeks
|
#
9199c09a |
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
#
dfb10098 |
| 02-Jan-2010 |
Gavin Atkinson <gavin@FreeBSD.org> |
MFC r200993: Small spelling fix, "Ethetnet" -> "Ethernet"
Approved by: ed (mentor)
|
#
f0b108cf |
| 25-Dec-2009 |
Gavin Atkinson <gavin@FreeBSD.org> |
Small spelling fix, "Ethetnet" -> "Ethernet"
Approved by: ed (mentor) MFC after: 1 week
|
#
4a288cea |
| 29-Nov-2009 |
Pyun YongHyeon <yongari@FreeBSD.org> |
MFC 197627. Fix multicast handling. All Atheros controllers use big-endian form in computing multicast hash.
PR: kern/139137
|
Revision tags: release/8.0.0_cvs, release/8.0.0 |
|
#
1ee774f6 |
| 02-Oct-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC
|
#
cb2cdece |
| 30-Sep-2009 |
Pyun YongHyeon <yongari@FreeBSD.org> |
Fix multicast handling. All Atheros controllers use big-endian form in computing multicast hash.
PR: kern/139137
|
#
10b3b545 |
| 17-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Merge from head
|
#
7d4b968b |
| 17-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Merge from head up to r188941 (last revision before the USB stack switch)
|
#
67784314 |
| 08-Sep-2009 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Revert previous commit and add myself to the list of people who should know better than to commit with a cat in the area.
|
#
b34421bf |
| 08-Sep-2009 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Add necessary include.
|
#
09c817ba |
| 03-Jul-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC
|
#
eb956cd0 |
| 26-Jun-2009 |
Robert Watson <rwatson@FreeBSD.org> |
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ IF_ADDR_UNLOCK() across network device drivers when accessing the per-interface multicast address list, if_multiaddrs. This will a
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ IF_ADDR_UNLOCK() across network device drivers when accessing the per-interface multicast address list, if_multiaddrs. This will allow us to change the locking strategy without affecting our driver programming interface or binary interface.
For two wireless drivers, remove unnecessary locking, since they don't actually access the multicast address list.
Approved by: re (kib) MFC after: 6 weeks
show more ...
|
Revision tags: release/7.2.0_cvs, release/7.2.0 |
|
#
1829d5da |
| 12-Mar-2009 |
Warner Losh <imp@FreeBSD.org> |
Update the projects tree to a newer FreeBSD current.
|
#
850f048e |
| 04-Feb-2009 |
Warner Losh <imp@FreeBSD.org> |
detach doesn't return an unsinged int, but returns an int.
|
Revision tags: release/7.1.0_cvs, release/7.1.0 |
|
#
e4ec1e68 |
| 06-Dec-2008 |
Stanislav Sedov <stas@FreeBSD.org> |
- Eliminate unused variable. [1] - Check for runt frames entering the stack. [2]
Suggested by: ganbold[1], yongari[2] Approved by: kib (mentor) MFC after: 2 weeks
|
Revision tags: release/6.4.0_cvs, release/6.4.0 |
|
#
ba26d470 |
| 03-Oct-2008 |
Stanislav Sedov <stas@FreeBSD.org> |
- Add driver for Attansic L2 FastEthernet controller found on Asus EeePC and some Asus mainboards.
Reviewed by: yongari, rpaulo, jhb Tested by: many Approved by: kib (mentor) MFC after: 1 week
|
#
7c9fdc4d |
| 10-Jan-2010 |
Gavin Atkinson <gavin@FreeBSD.org> |
Don't panic on attach if we can't allocate ifp
Approved by: ed (mentor) MFC after: 2 weeks
|
#
9199c09a |
| 06-Jan-2010 |
Warner Losh <imp@FreeBSD.org> |
Merge from head at r201628.
# This hasn't been tested, and there are at least three bad commits # that need to be backed out before the branch will be stable again.
|
#
f0b108cf |
| 25-Dec-2009 |
Gavin Atkinson <gavin@FreeBSD.org> |
Small spelling fix, "Ethetnet" -> "Ethernet"
Approved by: ed (mentor) MFC after: 1 week
|