summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/hme.c
AgeCommit message (Expand)Author
2009-08-13rewrite the promisc mode / multicast handling code for the sparc hme(4)Peter Hessler
2009-07-16- Add missing tick handler calling mii_tick().Stuart Henderson
2009-06-24Simplify the ioctl handling code. From Brad.Stuart Henderson
2009-06-20Have hmestop() properly clear the RUNNING/OACTIVE flags and the interfaceStuart Henderson
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2006-06-25fix a typo in a comment and add the comment to the sparc hme driver.Brad Smith
2006-06-02sbus_establish() and the associated linked list in the sbus softc is now onlyMiod Vallat
2006-05-27unknown ioctl is ENOTTY not EINVALJason Wright
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-01-12- add a missing htons() to the receive checksum routine to fixBrad Smith
2005-11-09splimp -> splnetBrad Smith
2005-06-08remove netns crud.Henning Brauer
2005-04-25csum -> csum_flagsBrad Smith
2005-02-22add hme(4) RX TCP/UDP checksum offloadBrad Smith
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-09-29Switch sparc to evcount; ok deraadt@Miod Vallat
2004-09-28- Use ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN instead of HME_MTUBrad Smith
2004-08-08do not reset the chip (and subsequently the phy) when unnecessary; that is,Brad Smith
2003-06-18configure the interface to properly support vlan framesJason Wright
2003-06-02nuke my clause 3 & 4 (and a couple jointly (c) with Theo).Jason Wright
2002-11-09- make IFF_SIMPLEX only set if the media is IFM_FDX (prevents ip6 fromFederico G. Schwindt
2002-10-05spelling.Federico G. Schwindt
2002-07-17DTIMEXP is not a fatal error, deal with it.Jason Wright
2002-06-07knfJason Wright
2002-04-30Fix an ancient problem in how sparc interrupts are handled.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-24propagate bootpathJason Wright
2001-07-30convert to ALTQ style macros (these drivers appear to meet the criteria forJason Wright
2001-06-26trivial ether_input_mbuf() conversions.Federico G. Schwindt
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-01-30- make hme_put() a little neaterJason Wright
2001-01-30borrow an idea from if_rl... take advantage of HME_RX_OFFSET and useJason Wright
2001-01-23three small bugs pointed out by Adam <vt@ikp.pl>Jason Wright
2000-11-28How did this work?Jason Wright
2000-11-28Repair: grrrrrr... brought in wrong changes -again-Jason Wright
2000-11-28oops, not yetJason Wright
2000-11-28remove statics and knfJason Wright
2000-06-18don't reset the chip on NORXD, and certainly don't print a message about itJason Wright
2000-06-18hmm, you'd never know these started out as if_ie.c....Jason Wright
1999-12-10fix rx mbuf allocationJason Wright
1999-08-20uninitialized variable; art@Jason Wright
1999-04-18KNF & typo in printfJason Wright
1999-02-23better promisc and allmulti handlingJason Wright
1999-02-06match qfe's as hme'sJason Wright
1999-01-31Typo in commentJason Wright
1999-01-07Take advantage of kernel printf %bJason Wright
1998-12-14Do clamping of dvma burst size like everything elseJason Wright
1998-11-11Detect cards that require dma that are in non-dma slots and don't allowJason Wright