summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_age.c
AgeCommit message (Expand)Author
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-15Ethernet drivers no longer need to include if_vlan_var.h for the VLANChristian Weisgerber
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-09rework the start routines to avoid IF_PREPEND.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-04-30Convert moar drivers to if_input().Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-22unifdef INETTed Unangst
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-08-19Three independent typos for `independent' or `independently'.Miod Vallat
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
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
2011-10-19Add some missing bus_dmamap_sync()'s and sync the others withKevin Lo
2011-09-21Some minor clean up to the _start funtions to make the code read a littleKevin Lo
2011-09-15Fix up age_encap() / age_start()..Kevin Lo
2011-08-26Prevent watchdog timeouts; tested by Thomas PfaffKevin Lo
2011-06-17Enable MSI support; tested by Thomas PfaffKevin Lo
2011-05-28age_newbuf is called from the interrupt context so it can't sleep.Kevin Lo
2011-04-05mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUTHenning Brauer
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-05-19BUS_DMA_ZERO love.Owain Ainsworth
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2010-02-27Fix multicast handling. All Atheros controllers use big-endian formKevin Lo
2010-01-07Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@Stuart Henderson
2009-09-13M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealKenneth R Westerback
2009-07-28- Don't access VPD even if hardware advertised the capability.Kevin Lo
2009-07-28Add flow control supportKevin Lo
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-02-23- fix test for IPv4 checksumKevin Lo
2009-02-14this was not even test compiled without VLAN supportTheo de Raadt
2009-01-16Add Attansic L1 gigabit Ethernet driver.Kevin Lo