summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_oce.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use ifiq_input and use it's return value to apply backpressure to rxrs.dlg2020-06-221-2/+3
* lenght->length, mostly in commentssthen2017-11-271-2/+2
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-4/+1
* all pools have their ipl set via pool_setipl, so fold it into pool_init.dlg2016-09-151-4/+3
* Declare the type instead of a on-stack variable for sizeof purposesmikeb2016-09-141-4/+4
* pool_setipl for oce(4)dlg2016-08-241-1/+2
* G/C IFQ_SET_READY().mpi2016-04-131-2/+1
* Allocate statistics command from the heap, pointed out by deraadt@mikeb2016-03-141-20/+43
* extra ) not needed, spotted by tiago silvaderaadt2016-03-041-2/+2
* revert 1.87, more work is needed heremikeb2016-01-061-15/+3
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-5/+5
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-7/+8
* Do not include <net/if_vlan_var.h> when it's not necessary.mpi2015-11-141-6/+1
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Unlock interrupt handler rx path with intr_barrierchris2015-09-291-3/+15
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-4/+4
* Hide ETHER_ALIGN mbuf adjustment under "#ifdef __STRICT_ALIGNMENT"mikeb2015-06-291-1/+3
* Increment if_ipackets in if_input().mpi2015-06-241-3/+1
* Convert moar drivers to if_input().mpi2015-04-301-10/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-9/+1
* yet more mallocarray() changes.doug2014-12-131-2/+2
* let the mru always be what the chip can do, not what the mtu implies.dlg2014-08-301-10/+2
* Implement rxrinfo ioctl for cluster usage statisticsmikeb2014-08-141-1/+35
* Fewer <netinet/in_systm.h>mpi2014-07-221-3/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-19/+19
* cut things that relied on mclgeti for rx ring accounting/restriction overdlg2014-07-081-18/+18
* bcopy to memcpychris2014-01-201-12/+12
* bcmp to memcmpchris2014-01-201-2/+2
* bzero to memsetchris2014-01-201-35/+35
* don't call if_link_state_change if link state is not changedmikeb2013-08-231-8/+8
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* first or second coming, commie or not commie, one m in coming is sufficienthenning2013-01-171-3/+3
* adjust mbuf chain data pointer so that ip header would appearmikeb2012-12-101-14/+6
* fix format string; OK mikeb@gsoares2012-11-271-2/+3
* shorten MBX_RX_IFACE_* definesmikeb2012-11-261-10/+9
* get rid of some useless bitfields in oce_mbx and mbx_hdrmikeb2012-11-261-29/+26
* better way to set baudrate to 0; pointed out by gsoares@mikeb2012-11-231-3/+3
* Don't forget to delete an rx refill timeout when bringingmikeb2012-11-211-16/+11
* fix typomikeb2012-11-201-5/+4
* allocate a mailbox payload dma memory upfront instead of per requestmikeb2012-11-141-27/+36
* do an OACTIVE/if_start dance only once per tx interruptmikeb2012-11-131-11/+13
* enable hardware tx checksum offloading as oce doesn'tmikeb2012-11-131-2/+3
* more cleanup missed in the previous commitmikeb2012-11-131-52/+54
* major cleanup; get rid of the oce_destroy_queuemikeb2012-11-131-586/+563
* move some stuff around, do minor cleanupmikeb2012-11-121-170/+152
* don't sync dma memory for the whole ring when updating a singlemikeb2012-11-091-15/+13
* merge if_ocevar.h and if_oce.c; do some minor cleanup while heremikeb2012-11-091-309/+574
* cleanup oce_encapmikeb2012-11-091-12/+8
* stop passing if_id aroundmikeb2012-11-091-26/+18