cvs commit: src/sys/net ethernet.h if_ethersubr.c

2008-08-27 Thread Ed Maste
emaste 2008-08-27 17:10:37 UTC FreeBSD src repository Modified files: sys/net ethernet.h if_ethersubr.c Log: SVN rev 182285 on 2008-08-27 17:10:37Z by emaste Move CTASSERT of ether header sizes out of the header file and into if_ethersubr.c. CTASSERT is impl

cvs commit: src/sys/net ethernet.h

2008-05-18 Thread Sean Farley
scf 2008-05-19 02:30:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net ethernet.h Log: MFC: Spelling and capitalization fixes. src/sys/net/ethernet.h: rev 1.34 -> 1.35 Revision ChangesPath 1.24.2.4 +4 -4

cvs commit: src/sys/net ethernet.h

2008-05-18 Thread Sean Farley
scf 2008-05-19 02:30:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net ethernet.h Log: MFC: Spelling and capitalization fixes. src/sys/net/ethernet.h: rev 1.34 -> 1.35 Revision ChangesPath 1.32.2.2 +4 -4

cvs commit: src/sys/net ethernet.h

2008-05-15 Thread Sean Farley
scf 2008-05-16 03:13:37 UTC FreeBSD src repository Modified files: sys/net ethernet.h Log: Spelling and capitalization fixes. MFC after: 3 days Revision ChangesPath 1.35 +4 -4 src/sys/net/ethernet.h

Re: cvs commit: src/sys/net ethernet.h if_bridge.c if_ethersubr.c if_vlan.c

2007-10-28 Thread Bruce M. Simpson
Andrew Thompson wrote: If the outgoing interface does not support hardware tagging then readd the vlan header to the front of the frame. Move the common vlan encapsulation in to ether_vlanencap(). Thank you very much for doing this!! BMS

cvs commit: src/sys/net ethernet.h if_bridge.c if_ethersubr.c if_vlan.c

2007-10-28 Thread Andrew Thompson
thompsa 2007-10-28 16:24:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net ethernet.h if_bridge.c if_ethersubr.c if_vlan.c Log: MFC ethernet.h r.133, if_bridge.c r1.104, if_ethersubr.c r1.237, if_vlan.c r1.125

cvs commit: src/sys/net ethernet.h if_ethersubr.c

2007-10-18 Thread Andrew Thompson
thompsa 2007-10-18 21:52:31 UTC FreeBSD src repository Modified files: sys/net ethernet.h if_ethersubr.c Log: Use a uint16_t type for the vlan tag rather an int. Revision ChangesPath 1.34 +1 -1 src/sys/net/ethernet.h 1.238 +1 -1 src/s

cvs commit: src/sys/net ethernet.h if_bridge.c if_ethersubr.c if_vlan.c

2007-10-18 Thread Andrew Thompson
thompsa 2007-10-18 21:22:15 UTC FreeBSD src repository Modified files: sys/net ethernet.h if_bridge.c if_ethersubr.c if_vlan.c Log: The bridging output function puts the mbuf directly on the interfaces send queue so the output network card

cvs commit: src/sys/net ethernet.h

2007-05-16 Thread Andrew Thompson
thompsa 2007-05-17 01:46:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net ethernet.h Log: MFC r1.30 Add Ethertype for 802.3ad LACP. Revision ChangesPath 1.24.2.3 +1 -0 src/sys/net/ethernet.h

cvs commit: src/sys/net ethernet.h

2007-05-13 Thread Robert Watson
rwatson 2007-05-13 15:52:46 UTC FreeBSD src repository Modified files: sys/net ethernet.h Log: Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previous commit. Revision ChangesPath 1.31 +2 -0 src/sys/net/ethernet.h _

cvs commit: src/sys/net ethernet.h

2007-03-07 Thread Bruce M Simpson
bms 2007-03-07 12:51:52 UTC FreeBSD src repository Modified files: sys/net ethernet.h Log: Add Ethertype for 802.3ad LACP. Revision ChangesPath 1.30 +1 -0 src/sys/net/ethernet.h ___ cvs-all@freebsd

cvs commit: src/sys/net ethernet.h

2007-01-01 Thread Christian S.J. Peron
csjp2007-01-01 21:49:39 UTC FreeBSD src repository Modified files: sys/net ethernet.h Log: style(9) nit. Prefer struct[space]name[space]{ to make grep searches more in line with that we find in the rest of the tree. Revision ChangesPath 1.29 +2

cvs commit: src/sys/net ethernet.h

2006-12-23 Thread Sam Leffler
sam 2006-12-24 00:08:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net ethernet.h Log: MFC 1.24: mark struct ether_header packed for arm While here bring along similar changes to pack struct ether_addr and do compile-time asse

cvs commit: src/sys/net ethernet.h

2006-11-30 Thread Warner Losh
imp 2006-12-01 07:06:35 UTC FreeBSD src repository Modified files: sys/net ethernet.h Log: Use CTASSERT to make sure: sizeof ether_header is 2 * ETHER_ADDR_LEN + 2 (14) bytes long sizeof ether_addr is ETHER_ADDR_LEN bytes long On arm, thi

cvs commit: src/sys/net ethernet.h

2006-11-18 Thread Christian S.J. Peron
csjp2006-11-18 23:38:31 UTC FreeBSD src repository Modified files: sys/net ethernet.h Log: Fix typo in comment Pointed out by: ru Revision ChangesPath 1.27 +1 -1 src/sys/net/ethernet.h ___ cvs

cvs commit: src/sys/net ethernet.h if_ethersubr.c

2006-11-18 Thread Christian S.J. Peron
csjp2006-11-18 23:17:22 UTC FreeBSD src repository Modified files: sys/net ethernet.h if_ethersubr.c Log: Currently, drivers that support hardware offload of VLAN tag processing are forced to toggle this functionality when the card is put in and out of promis

cvs commit: src/sys/net ethernet.h

2006-11-18 Thread Sam Leffler
sam 2006-11-18 15:50:24 UTC FreeBSD src repository Modified files: sys/net ethernet.h Log: mark struct ether_header packed so gcc honors alignment constratins on arm; this fixes bridging when packets are rx'd so ip headers are 32-bit aligned Reviewed by: