summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_lge.c
AgeCommit message (Expand)Author
2019-09-25Argument order fix for MCLGETI.Kevin Lo
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-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.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.Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-04-13Now that if_input() set the receiving interface pointer on mbufs for usMartin Pieuchot
2015-04-08Convert to if_input().Martin Pieuchot
2014-12-22unifdef INETTed Unangst
2014-08-20replace the custom jumbo allocator with MCLGETI.David Gwynne
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2013-11-26Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-10-01Use %z* for size_tStefan Fritsch
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2012-11-29Remove setting an initial assumed baudrate upon driver attach which is notBrad Smith
2012-10-18Convert a number of old private copies of code which predatesTheo de Raadt
2011-06-22kill a few more casts that aren't helpful. ok krw miodTed Unangst
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2009-08-13- consistify cfdriver for the ethernet drivers (0 -> NULL)Jasper Lievisse Adriaanse
2009-08-10delete xxshutdown handlers that are never even hooked upTheo de Raadt
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-22Fix a typo.Brad Smith
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-05-23Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() asBrad Smith
2007-11-26typos; ok jmc@Martynas Venckus
2006-10-25replace a few more instances of hand rolled code with theBrad Smith
2006-05-28- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.Brad Smith
2006-05-28unknown ioctl is ENOTTY not EINVALJason Wright
2006-05-27remove FreeBSD specific code.Brad Smith
2006-05-27remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a fewBrad Smith
2006-05-20set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag whereBrad Smith
2006-04-30- check for IFF_RUNNING being set before calling lge_init().Brad Smith
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-20de-register.Brad Smith
2005-12-24clear RUNNING here to do a full init.Brad Smith
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional c...Michael Shalayeff
2005-10-09fix bus_dmamem_alloc() failure case.Brad Smith
2005-10-09use pci_matchbyid().Brad Smith
2005-10-08stop bzero'ing the softc in lge_attach() and tada lge(4) now worksBrad Smith
2005-10-08a little better like this.Brad Smith
2005-10-08- remove return at end of void functionBrad Smith
2005-10-08remove unused VLAN headers.Brad Smith
2005-10-07IFCAP_VLAN_MTUBrad Smith
2005-10-07revert this change.Brad Smith
2005-10-07sync lge_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()Brad Smith
2005-10-07free bus_dma resources for all failures in attach.Brad Smith