summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_ale.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-4/+1
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* Ethernet drivers no longer need to include if_vlan_var.h for the VLANnaddy2016-03-151-3/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+7
* rework the start routines to avoid IF_PREPEND.dlg2015-11-091-29/+21
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Increment if_ipackets in if_input().mpi2015-06-241-3/+1
* Now that if_input() set the receiving interface pointer on mbufs for usmpi2015-04-131-2/+2
* Convert to if_input() but I won't tell your the story of krw@mpi2015-03-241-9/+5
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-5/+1
* Fix a long standing bug in MAC statistics register access. Onebrad2014-11-271-12/+4
* use the correct capitalization for Realtek.brad2014-11-241-2/+2
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-3/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-2/+1
* The few network drivers that called their children's (ie. mii PHYderaadt2013-12-281-2/+1
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-4/+4
* get rid of the copy argument in m_devget that let you provide andlg2013-08-211-2/+2
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Fix typo in ale_stop_mac().brad2013-04-081-2/+2
* Remove setting an initial assumed baudrate upon driver attach which is notbrad2012-11-291-2/+1
* Do not report link status unless the interface is up as the status isbrad2012-09-261-1/+4
* Typo; from Bradkevlo2011-10-191-2/+2
* Add some missing bus_dmamap_sync()'s and sync the others withkevlo2011-10-191-11/+25
* Some minor clean up to the _start funtions to make the code read a littlekevlo2011-09-211-5/+5
* Fix up ale_encap() / ale_start():kevlo2011-09-131-34/+23
* Enable MSI support and fix establishing a link to a GigE link partnerkevlo2011-09-051-13/+6
* Help prevent watchdog timeouts.kevlo2011-09-031-12/+11
* mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUThenning2011-04-051-2/+2
* Add DVACT_QUIECE support. This is called before splhigh() and beforederaadt2010-08-311-2/+5
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* ca_activate function brings eeepc 1000HE back after resume.deraadt2010-07-271-2/+25
* BUS_DMA_ZERO love.oga2010-05-191-13/+6
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* Fix multicast handling. All Atheros controllers use big-endian formkevlo2010-02-271-2/+2
* Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@sthen2010-01-071-5/+6
* M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealkrw2009-09-131-27/+2
* Rewrite bits of the multicast handling code as it should be.kevlo2009-08-091-9/+5
* don't read/write 1000baseT specific MII registers on 10/100M ony device.kevlo2009-08-051-1/+12
* print the chipset name in the dmesg so it is possible to tellkevlo2009-07-281-2/+7
* Add flow control supportkevlo2009-07-281-5/+6
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-3/+3
* set interrupt moderation timer for tx; otherwise interrupt always for txkevlo2009-02-271-1/+2
* fix the multicast code; tested by sthen@kevlo2009-02-261-4/+9
* add Atheros AR8121/AR8113/AR8114 Ethernet controller(also known as L1E).kevlo2009-02-251-0/+2045