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