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
/
isa
/
if_ex.c
Age
Commit message (
Expand
)
Author
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed and almost dead.
Martin Pieuchot
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-05-19
Convert to if_input().
Martin Pieuchot
2014-12-22
unifdef INET
Ted Unangst
2010-07-02
some very obvious uninit bugs found when I turned off -Wno-uninitialized
Ted Unangst
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-22
cast pointer to correct type before passing it to bus space. Noticed while
Owain Ainsworth
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2007-10-21
Remove a bogus and unnecessary check for if_addrlist from ex_init().
Brad Smith
2007-10-21
Add multicast support.
Brad Smith
2007-10-21
Add ifmedia support.
Brad Smith
2007-10-18
Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl.
Brad Smith
2007-10-06
Rename bus_space macros. ISA_GET/PUT -> CSR_READ/WRITE
Brad Smith
2007-09-20
replace the BANK_SEL bus space macro usage with the ISA_PUT macro and remove
Brad Smith
2007-09-19
a little more cleaning. removing some useless comments.
Brad Smith
2007-09-19
In ex_rx_intr() allocate an mbuf cluster if the pkt_len is >= MINCLSIZE.
Brad Smith
2007-09-19
sprinkle a few tabs on ex_ioctl() to make things easier on the eyes.
Brad Smith
2007-09-19
call ether_ioctl() from within ex_ioctl().
Brad Smith
2007-09-19
remove the SIOCGIFADDR ioctl handler and return ENOTTY instead of EINVAL
Brad Smith
2007-09-19
rename a few functions.
Brad Smith
2007-09-19
don't need to wrap the code in #if NEX > 0
Brad Smith
2007-09-19
ex_start() is always called at splnet, so remove the unnecessary splnet.
Brad Smith
2007-09-19
de-static
Brad Smith
2007-09-17
A little cleaning..
Brad Smith
2007-06-06
remove never used #ifdef IPX_NOTYET code
Henning Brauer
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2005-11-09
splimp -> splnet
Brad Smith
2005-06-08
remove netns crud.
Henning Brauer
2005-04-03
ether_input_mbuf() conversion.
Brad Smith
2005-04-02
support setting the MTU
Brad Smith
2004-12-26
Use list and queue macros where applicable to make the code easier to read;
Miod Vallat
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
1999-04-19
Fix a bug that prevents the correct detection of the card.
Federico G. Schwindt
1999-02-28
compensate for the test of packet ownership being moved to ether_input()
Jason Wright
1999-02-13
If the card is not present be sure to always call bus_space_unmap on exit.
Federico G. Schwindt
1997-11-09
Sweeping changes from Don Schmidt (yensid@imsa.edu) to busify this driver.
gene
1997-09-11
Driver for ISA EtherExpress Pro/10 ethernet card.
gene