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_fddisubr.c
Age
Commit message (
Expand
)
Author
2013-03-28
do not include machine/cpu.h from a .c file; it is the responsibility of
Theo de Raadt
2010-08-24
legibility fixes:
Bret Lambert
2010-05-07
Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1
Claudio Jeker
2010-05-01
incomming -> incoming
Michael Knudsen
2009-11-03
rtables are stacked on rdomains (it is possible to have multiple routing
Claudio Jeker
2009-07-08
Add the same routing domain assignments and checks into the not so used
Claudio Jeker
2009-06-05
Initial support for routing domains. This allows to bind interfaces to
Claudio Jeker
2008-05-07
enable tx mitigation when putting packets on the wire by switching from
David Gwynne
2007-10-13
remove unneeded declarations that shadows existing vars; ok by many.
Federico G. Schwindt
2007-06-06
remove remaining IPX hooks. all inside #ifdef IPX, so no actual change
Henning Brauer
2007-05-29
now i get my hands dirty in here... from if_ethersubr.c:
Henning Brauer
2006-12-07
use LINK_STATE_IS_UP(ifp0->if_link_state) instead of
Reyk Floeter
2006-06-16
adjust functions dealing with the routing table to take a table ID as
Henning Brauer
2006-03-04
With the exception of two other small uncommited diffs this moves
Brad Smith
2005-10-17
make pf use one mbuf tag instead of 6 distinct ones. use a little struct
Henning Brauer
2005-06-08
bye bye netns (and a few leftover DECNET bits while here)
Henning Brauer
2005-06-07
do not handle CCITT any longer
Henning Brauer
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-10
Rename carp_output() to carp_fix_lladdr().
Ryan Thomas McBride
2004-12-09
Remove shadow variable 'error'. From camield@
Ryan Thomas McBride
2004-07-16
remove netiso shitz, millert ok
Henning Brauer
2004-07-08
Move carp_output() call to after mcopy of MAC address so the virtual address
Ryan Thomas McBride
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
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-05-14
unifdef __FreeBSD__ and stuff. markus ok
Jun-ichiro itojun Hagino
2003-01-07
remove the altq classifier code which is replaced by pf and no longer used.
Kenjiro Cho
2002-06-30
allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know
Jun-ichiro itojun Hagino
2001-12-18
NRL license cleaning
Theo de Raadt
2001-12-10
use queue.h macros for TAILQ operations
Jason Wright
2001-11-30
unifdef OLDIP6OUTPUT
Jun-ichiro itojun Hagino
2001-06-27
introduce the ALTQ queue macros into sys/net files.
Kenjiro Cho
2001-06-15
change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.
Jun-ichiro itojun Hagino
2001-05-28
add BIOC[GS]HDRCMPLT ioctl for BPF, to disable overwriting of link level sour...
Dug Song
2000-02-07
fix include file path related to ip6.
Jun-ichiro itojun Hagino
2000-01-11
Remove unneeded loout call that uses ipx_thishost.
Federico G. Schwindt
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1999-07-28
Add LLC_SNAPFRAMELEN define. indent.
Federico G. Schwindt
1999-01-08
inet6 support; NRL/cmetz
Theo de Raadt
1998-07-08
Correct error in original cloning from if_ethersubr.c.
ryker
1998-07-07
DECNET is not DECENT. :-)
ryker
1998-06-30
Fix broken IPX so the kernel will compile.
Bob Beck
1997-09-27
undo previous AF_UNSPEC change. analyze two alternatives: AF_SOMETHINGNEW,
Theo de Raadt
1997-07-27
for AF_UNSPEC sockets, do not whack the ethernet address; this is what bpf
Theo de Raadt
1997-07-24
do not ignore IFF_NOARP
Theo de Raadt
[next]