Age | Commit message (Expand) | Author |
2017-11-27 | lenght->length, mostly in comments | Stuart Henderson |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-14 | Declare the type instead of a on-stack variable for sizeof purposes | Mike Belopuhov |
2016-08-24 | pool_setipl for oce(4) | David Gwynne |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2016-03-14 | Allocate statistics command from the heap, pointed out by deraadt@ | Mike Belopuhov |
2016-03-04 | extra ) not needed, spotted by tiago silva | Theo de Raadt |
2016-01-06 | revert 1.87, more work is needed here | Mike Belopuhov |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-14 | Do not include <net/if_vlan_var.h> when it's not necessary. | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-09-29 | Unlock interrupt handler rx path with intr_barrier | Chris Cappuccio |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-06-29 | Hide ETHER_ALIGN mbuf adjustment under "#ifdef __STRICT_ALIGNMENT" | Mike Belopuhov |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-04-30 | Convert moar drivers to if_input(). | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-08-30 | let the mru always be what the chip can do, not what the mtu implies. | David Gwynne |
2014-08-14 | Implement rxrinfo ioctl for cluster usage statistics | Mike Belopuhov |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | cut things that relied on mclgeti for rx ring accounting/restriction over | David Gwynne |
2014-01-20 | bcopy to memcpy | Chris Cappuccio |
2014-01-20 | bcmp to memcmp | Chris Cappuccio |
2014-01-20 | bzero to memset | Chris Cappuccio |
2013-08-23 | don't call if_link_state_change if link state is not changed | Mike Belopuhov |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-01-17 | first or second coming, commie or not commie, one m in coming is sufficient | Henning Brauer |
2012-12-10 | adjust mbuf chain data pointer so that ip header would appear | Mike Belopuhov |
2012-11-27 | fix format string; OK mikeb@ | Gleydson Soares |
2012-11-26 | shorten MBX_RX_IFACE_* defines | Mike Belopuhov |
2012-11-26 | get rid of some useless bitfields in oce_mbx and mbx_hdr | Mike Belopuhov |
2012-11-23 | better way to set baudrate to 0; pointed out by gsoares@ | Mike Belopuhov |
2012-11-21 | Don't forget to delete an rx refill timeout when bringing | Mike Belopuhov |
2012-11-20 | fix typo | Mike Belopuhov |
2012-11-14 | allocate a mailbox payload dma memory upfront instead of per request | Mike Belopuhov |
2012-11-13 | do an OACTIVE/if_start dance only once per tx interrupt | Mike Belopuhov |
2012-11-13 | enable hardware tx checksum offloading as oce doesn't | Mike Belopuhov |
2012-11-13 | more cleanup missed in the previous commit | Mike Belopuhov |
2012-11-13 | major cleanup; get rid of the oce_destroy_queue | Mike Belopuhov |
2012-11-12 | move some stuff around, do minor cleanup | Mike Belopuhov |
2012-11-09 | don't sync dma memory for the whole ring when updating a single | Mike Belopuhov |
2012-11-09 | merge if_ocevar.h and if_oce.c; do some minor cleanup while here | Mike Belopuhov |
2012-11-09 | cleanup oce_encap | Mike Belopuhov |
2012-11-09 | stop passing if_id around | Mike Belopuhov |
2012-11-09 | improve flow control code | Mike Belopuhov |