summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_oce.c
AgeCommit message (Expand)Author
2015-06-29Hide ETHER_ALIGN mbuf adjustment under "#ifdef __STRICT_ALIGNMENT"Mike Belopuhov
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-12-13yet more mallocarray() changes.Doug Hogan
2014-08-30let the mru always be what the chip can do, not what the mtu implies.David Gwynne
2014-08-14Implement rxrinfo ioctl for cluster usage statisticsMike Belopuhov
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-01-20bcopy to memcpyChris Cappuccio
2014-01-20bcmp to memcmpChris Cappuccio
2014-01-20bzero to memsetChris Cappuccio
2013-08-23don't call if_link_state_change if link state is not changedMike Belopuhov
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-01-17first or second coming, commie or not commie, one m in coming is sufficientHenning Brauer
2012-12-10adjust mbuf chain data pointer so that ip header would appearMike Belopuhov
2012-11-27fix format string; OK mikeb@Gleydson Soares
2012-11-26shorten MBX_RX_IFACE_* definesMike Belopuhov
2012-11-26get rid of some useless bitfields in oce_mbx and mbx_hdrMike Belopuhov
2012-11-23better way to set baudrate to 0; pointed out by gsoares@Mike Belopuhov
2012-11-21Don't forget to delete an rx refill timeout when bringingMike Belopuhov
2012-11-20fix typoMike Belopuhov
2012-11-14allocate a mailbox payload dma memory upfront instead of per requestMike Belopuhov
2012-11-13do an OACTIVE/if_start dance only once per tx interruptMike Belopuhov
2012-11-13enable hardware tx checksum offloading as oce doesn'tMike Belopuhov
2012-11-13more cleanup missed in the previous commitMike Belopuhov
2012-11-13major cleanup; get rid of the oce_destroy_queueMike Belopuhov
2012-11-12move some stuff around, do minor cleanupMike Belopuhov
2012-11-09don't sync dma memory for the whole ring when updating a singleMike Belopuhov
2012-11-09merge if_ocevar.h and if_oce.c; do some minor cleanup while hereMike Belopuhov
2012-11-09cleanup oce_encapMike Belopuhov
2012-11-09stop passing if_id aroundMike Belopuhov
2012-11-09improve flow control codeMike Belopuhov
2012-11-09To be able to receive ethernet packets with VLAN tags oce_set_promiscMike Belopuhov
2012-11-08make link state update code more comprehensible by using some ideas from myx(4)Mike Belopuhov
2012-11-08hardware supports mtu values from 256 up to 9000;Mike Belopuhov
2012-11-08When halting the rx engine wait 1ms after destroying the queue inMike Belopuhov
2012-11-08minor style cleanup, improve the mailbox timeout printfMike Belopuhov
2012-11-08Hide stats calculation ugliness inside oce_update_stats andMike Belopuhov
2012-11-07minor tweaks to the ioctl codeMike Belopuhov
2012-11-07do not depend on IFCAP_CSUM flags set when reading rx checksummingMike Belopuhov
2012-11-07we still need to query the firmware for a couple of values after allMike Belopuhov
2012-11-05Steal SIMPLEQ-based packet descriptor managing code from myx(4)Mike Belopuhov
2012-11-03s/OCE_DMAPTR/OCE_MEM_KVA/ and don't require a typeMike Belopuhov
2012-11-03Obligatory second oce commit for tonight. No binary change.Bryan Steele
2012-11-02Introduce better and simpler producer/consumer queue iteratorMike Belopuhov
2012-10-31minor style cleanupMike Belopuhov
2012-10-30introduce specialized register read and write functionsMike Belopuhov