index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_ethersubr.c
Age
Commit message (
Expand
)
Author
2006-03-04
With the exception of two other small uncommited diffs this moves
Brad Smith
2005-11-03
re-implement the bpf "filter drop" option that it actually works. the
Reyk Floeter
2005-10-17
make pf use one mbuf tag instead of 6 distinct ones. use a little struct
Henning Brauer
2005-09-30
remove old unused NRL IPv6 code.
Brad Smith
2005-06-08
bye bye netns (and a few leftover DECNET bits while here)
Henning Brauer
2005-06-07
Run vlan_input before bridge_input, and change vlan_input to not
Camiel Dobbelaar
2005-06-07
do not handle CCITT any longer
Henning Brauer
2005-05-24
oops
Theo de Raadt
2005-05-24
let ramdisks compile again. people -- please always try to compile with your...
Theo de Raadt
2005-05-24
support trunk stacking (trunks as trunk ports) and some fixes
Reyk Floeter
2005-05-24
initial import of a trunking (link aggregation and link failover)
Reyk Floeter
2005-04-25
Use ETHERTYPE_VLAN.
Brad Smith
2005-01-18
Rewriting the lladdr can now be done without using mbuf tags.
Marco Pfatschbacher
2004-12-19
Make it possible for carp to work on fddi and token ring again.
Ryan Thomas McBride
2004-12-17
Reorder code in the ethernet output path, and enhance unicast address
Christopher Pascoe
2004-12-10
Rename carp_output() to carp_fix_lladdr().
Ryan Thomas McBride
2004-12-09
Remove shadow variable 'error'. From camield@
Ryan Thomas McBride
2004-12-07
Convert carp(4) to behave more like a regular interface, much in the same
Ryan Thomas McBride
2004-12-07
KNF
Ryan Thomas McBride
2004-11-28
In kernel pppoe client, a simple IPv4 only implementation.
Can Erkin Acar
2004-10-09
sizeof(struct ether_header) -> ETHER_HDR_LEN
Brad Smith
2004-07-16
remove netiso shitz, millert ok
Henning Brauer
2004-06-26
Add a table-driven implementation of ether_crc32_be().
Christian Weisgerber
2004-06-21
First step towards more sane time handling in the kernel -- this changes
Thorsten Lockert
2004-04-17
add a congestion indicator to if_queue. It is set when the input queue
Henning Brauer
2004-02-15
18 -> ETHER_ADDR_LEN*3 in ether_sprintf() for clarity
Anil Madhavapeddy
2004-01-09
fix leak ether_deatch(): if if_free_sadl() is called before if_detach()
Markus Friedl
2003-12-10
de-register. deraadt ok
Jun-ichiro itojun Hagino
2003-10-25
"goto bad" on error with carp_input, instead of simply returning.
Ryan Thomas McBride
2003-10-17
Common Address Redundancy Protocol
Ryan Thomas McBride
2003-08-18
prevent looutput() feedback of broadcast/multicast packets if they are
Daniel Hartmeier
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-16
KNF
Theo de Raadt
2003-01-07
remove the altq classifier code which is replaced by pf and no longer used.
Kenjiro Cho
2002-09-11
KNF - return is not a function.
Jun-ichiro itojun Hagino
2002-06-30
allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know
Jun-ichiro itojun Hagino
2002-06-10
Split common code which converts a multicast address to an ethernet
Chris Cappuccio
2002-05-17
sync with KAME.
Kenjiro Cho
2002-05-07
move ether_crc32_le to if_ethersubr.c. Add ether_crc32_be
Nathan Binkert
2002-02-07
Quiet down an annoying message in altq_etherclassify.
Artur Grabowski
2001-12-09
Use queue.h TAILQ macros instead of accessing members directly.
Jason Wright
2001-11-30
unifdef OLDIP6OUTPUT
Jun-ichiro itojun Hagino
2001-10-03
M_WAIT in ether_output is wrong. Fix APPLETALK stuff.
Artur Grabowski
2001-09-20
document why we use random()
Theo de Raadt
2001-09-20
the use of arc4random() in ether_ifattach() is wrong as randomattach()
Peter Galbavy
2001-08-19
compile w/out INET
Jason Wright
2001-07-30
use queue.h macros
Jason Wright
2001-07-25
Initialization of arpcom * based on ifp was too soon: ifp can change as
Jason Wright
2001-06-27
introduce the ALTQ queue macros into sys/net files.
Kenjiro Cho
2001-06-24
Use ETHER_IS_MULTICAST macro; jason@ ok.
Federico G. Schwindt
[next]