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
/
dev
/
pcmcia
/
if_cnw.c
Age
Commit message (
Expand
)
Author
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-12-08
No trailers has been the default and only option for 20 years, yet some
Ted Unangst
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed and almost dead.
Martin Pieuchot
2015-07-08
MFREE(9) is dead, long live m_freem(9)!
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-05-21
No need to set "rcvif", if_input() does it for you.
Martin Pieuchot
2015-05-19
Convert to if_input().
Martin Pieuchot
2015-05-13
test mbuf pointers against NULL not 0
Jonathan Gray
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-08-11
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-02-18
set the wireless interface priority and interfaces to the wlan group
Jonathan Gray
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2010-08-30
Convert the pcmcia power hook to an activate function. Then change the
Theo de Raadt
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-10-03
Return ENOTTY for unknown ioctl's.
Brad Smith
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2005-01-27
Use pcmcia_intr_string() for printing the irq (or error) string.
Todd C. Miller
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2003-11-07
updated URL and a typo from Jared Yanovich;
Jason McIntyre
2002-11-19
Use queue.h macros instead of using the structure names directly.
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-08-17
quieten pcmcia/cardbus interrupt handling at unsuspend time
Theo de Raadt
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-25
ether_input_mbuf() conversion.
Federico G. Schwindt
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2000-04-24
Do not unmap CCR before using them for the last time
Niklas Hallqvist
2000-02-03
cnw_activate hacking
Angelos D. Keromytis
2000-02-01
oops, return 0 if not match.
Federico G. Schwindt
2000-02-01
sync with the new names; add support for a second model.
Federico G. Schwindt
1999-08-24
Remove unneeded printf.
Federico G. Schwindt
1999-08-13
Xircom NetWave support. Donations welcomed.
Federico G. Schwindt