summaryrefslogtreecommitdiffstats
path: root/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* TSO and checksum offloading support for Netvsc driver on Hyper-V.whu2015-06-241-63/+306
* Fix CARP when in use in a HyperV environment:delphij2015-03-091-1/+10
* Remove struct arpcom. It is unused by most interface types, that allocateglebius2014-11-071-3/+1
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-treedelphij2014-10-241-1/+1
* Mechanically convert to if_inc_counter().glebius2014-09-191-3/+3
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-301-1/+1
* Make some unwise casts. On i386 these casts wind up being safe. Ratherimp2014-04-051-3/+3
* Hide a few messages under bootverbose.delphij2014-03-141-7/+11
* Another round of removing historical mbuf(9) allocator flags.glebius2014-01-161-3/+3
* Fix missing new line after:pjd2013-12-101-0/+1
* Don't reference pointer before testing whether it isdelphij2013-10-291-1/+3
* Include necessary headers that now are available due to pollutionglebius2013-10-281-1/+1
* Fix a lock-order reversal in the net driver by dropping the lockgrehan2013-10-121-19/+82
* IFC @ r253862grehan2013-08-011-1/+1
* Microsoft have changed their policy on how the hyper-v code willgrehan2013-07-171-0/+948
OpenPOWER on IntegriCloud