summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_pcn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* m_free() and m_freem() test for NULL. Simplify callers which had their ownjsg2016-11-291-3/+2
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-7/+8
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-6/+14
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* tweak the new if_input function so it takes an mbuf_list insteaddlg2015-02-091-4/+9
* Convert to if_input().mpi2015-02-081-10/+2
* unifdef INETtedu2014-12-221-5/+1
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* Remove a few foo_start() calls within ioctl handlers. Odd spot to havebrad2014-12-081-4/+1
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* Rewrite receive filter handling and ioctl bits. Fixes not being able tobrad2013-12-071-61/+47
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-11-261-14/+3
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Don't bother to store the return value from pci_set_powerstate() as thebrad2012-11-221-3/+2
* Convert a number of old private copies of code which predatesderaadt2012-10-181-10/+1
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-2/+2
* Stop doing shutdown hooks in network drivers where possible. We alreadyderaadt2010-09-201-24/+1
* - consistify cfdriver for the ethernet drivers (0 -> NULL)jasper2009-08-131-2/+2
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-27/+9
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-10/+2
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-3/+3
* Remove commented out NetBSD __KERNEL_RCSID macro usage.brad2008-05-131-6/+1
* only output on situations where power state is D3. unify the message infgsch2007-10-221-12/+9
* Use pci_set_powerstate(), shrinking the code and unifying the differentfgsch2007-10-221-13/+7
* remove another useless header and move the 12 register definitions toreyk2006-11-091-2/+36
* reset the chip in pcn_shutdown().brad2006-06-141-1/+2
* unknown ioctl is ENOTTY not EINVALjason2006-05-281-2/+2
* repair intr establish error printfmickey2006-04-211-3/+2
* Fix various printf() issues: too many arguments, not enough arguments, argumentmiod2006-04-201-2/+2
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+3
* recognize the 976 and 978brad2006-03-191-1/+9
* Make use of pci_matchbyid().brad2006-03-121-10/+8
* with pcn(4) now in place remove or replace the references to PCI le(4)martin2006-03-121-3/+2
* IBM makes a pcn card that shows up as:brad2006-02-221-1/+12
* jump to the allmulti target in pcn_set_filter() if the IFF_ALLMULTI flagbrad2006-02-031-2/+2
* fix error printf's.brad2005-12-161-18/+17
* - fix error message printed when pci_mapreg_map() fails.brad2005-11-031-4/+3
* Remove spurious space.kettenis2005-08-011-2/+2
* New driver for the AMD PCnet-PCI family of Ethernet chips. Thisbrad2005-07-281-0/+2128