summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/dev/if_bm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-101-2/+2
* Do not clear IFF_UP, even in the error path, clearing IFF_RUNNINGmpi2017-03-081-2/+2
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-3/+1
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* No trailers has been the default and only option for 20 years, yet sometedu2015-12-081-2/+2
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-6/+6
* No need to include <net/bpfdesc.h>mpi2015-11-141-2/+1
* arp_ifinit() is no longer needed.mpi2015-10-251-12/+2
* Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau onmpi2015-08-241-1/+3
* MFREE(9) is dead, long live m_freem(9)!mpi2015-07-081-3/+3
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* test mbuf pointers against NULL not 0jsg2015-05-131-4/+4
* tweak the new if_input function so it takes an mbuf_list insteaddlg2015-02-091-2/+4
* Convert to if_input().mpi2015-02-081-11/+2
* unifdef INETtedu2014-12-221-3/+1
* Instead of comparing the lower and higher addresses of all the multicastmpi2013-10-231-16/+6
* In bmac_init(), invoke bmac_transmit_packet() with the correct packet sizemiod2009-08-251-2/+2
* Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)blambert2009-01-111-2/+2
* Eliminate the redundant bits of code for MTU and multicast handlingbrad2008-11-281-20/+9
* Second pass of simple timeout_add -> timeout_add_sec conversionsblambert2008-10-151-2/+2
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-3/+2
* better interrupt names for vmstat -iz; ok miod gwkderaadt2007-04-221-3/+3
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+3
* remove some NetBSD/OpenBSD portability cruft.brad2005-10-091-97/+28
* eliminate use of M_HASFCSmartin2005-10-071-5/+5
* remove netns crud.henning2005-06-081-19/+1
* make sure interface is in RUNNING state before touching the multicast filtersbrad2005-01-151-3/+5
* spacesderaadt2003-10-161-2/+2
* more ANSI/KNF.drahn2003-10-161-85/+35
* Reduce the amount of asm code in powerpc/macppc by replacing it withdrahn2003-07-021-2/+2
* backout prematurederaadt2002-09-151-16/+16
* KNFderaadt2002-09-151-16/+16
* sizeof(pointer) is not what should be used here, should be sizeof(*pointer)drahn2002-09-061-2/+2
* Remove code, use common ether_crc32_le() routine.drahn2002-08-221-19/+3
* Configure the media in the initialization routine so that media/mediaoptdrahn2002-08-221-1/+4
* properly allocate dmable memory for buffers (no malloc); drahn@ ok and testingmickey2002-04-261-22/+53
* First round of __P removal in sysmillert2002-03-141-32/+32
* sync with KAMEkjc2002-03-121-2/+3
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Update the bmac (if_bm) to a newer version from NetBSD.drahn2001-09-161-132/+149
* reimplement dbdma such that it does memory allocationsmickey2001-09-151-11/+14
* correct files for the powerpc/mac/ -> macppc/dev which did not getdrahn2001-09-011-3/+3
* The "powerpc" port which has supported the newer Apple Macintosh powerpc baseddrahn2001-09-011-0/+1083