summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_xe.c
AgeCommit message (Expand)Author
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
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-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-06-29dont double count if_ibytes here, it gets done by something insideDavid Gwynne
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-05-19Convert to if_input().Martin Pieuchot
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-22unifdef INETTed Unangst
2014-08-11Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-11-26Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2012-11-28- Use IF_Gbps(1) instead of IF_Mbps(1000)Brad Smith
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2010-08-30Convert the pcmcia power hook to an activate function. Then change theTheo de Raadt
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-02-09fix uninitialized argument.Charles Longeau
2008-10-03Merge xe_ether_ioctl() into xe_ioctl() which was just a handler forBrad Smith
2007-09-11KNFGilles Chehade
2007-09-07sprinkle some M_ZERO love.Federico G. Schwindt
2007-06-06do not include ipx headers (were not needed in the first place)Henning Brauer
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-11-09splimp -> splnetBrad Smith
2005-06-08remove netns crud.Henning Brauer
2005-01-27Use pcmcia_intr_string() for printing the irq (or error) string.Todd C. Miller
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2003-10-22typos from Tom Cosgrove;Jason McIntyre
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2001-07-08Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLENFederico G. Schwindt
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-25ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-23Remove repeated ethernet constants; use if_ether.h for it instead.Federico G. Schwindt
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-08-26Add support for detach of xe and aue.Nathan Binkert
2000-06-02make sure we are writing to the correct page; fixes a subtle bug whichBrandon Creighton
2000-04-24use mii_detach, now xe detach/attach rocks againNiklas Hallqvist
2000-04-24Fix promiscuous mode (from martin@crt.se). Style nits. Do not look atNiklas Hallqvist
2000-04-24Do not unmap CCR before using them for the last timeNiklas Hallqvist
2000-02-02Call xxx_init and xxx_stop on activate.Federico G. Schwindt
2000-02-01Enable Intel EE PRO; still need to find a working phy.Federico G. Schwindt