Age | Commit message (Expand) | Author |
2016-01-27 | Tighten up next reference calculation, printing fixes | Mike Belopuhov |
2016-01-27 | Convert min + uiomovei to ulmin + uiomove. | Stefan Kempf |
2016-01-27 | Reimplement Grant Table metadata linking and enable dynamic allocation | Mike Belopuhov |
2016-01-27 | xen_bus_dma_init turned out to be unnecessary | Mike Belopuhov |
2016-01-27 | shorten a few long lines | Mike Belopuhov |
2016-01-27 | Include sys/ioccom.h since _IO* is used. | Antoine Jacoutot |
2016-01-27 | Removes the abstraction layer to support multiple executable binaries. | Martin Pieuchot |
2016-01-27 | Add a key-value interface to pvbus(4) that allows to get or set values | Reyk Floeter |
2016-01-27 | Remove unused db_sifting(). | Martin Pieuchot |
2016-01-27 | white space tweaks. no functional change. | David Gwynne |
2016-01-26 | - state keys imported by if_pfsync trip refcnt != ~0 Assert | Alexandr Nedvedicky |
2016-01-26 | Convert membar_* operations to bus_dmamap_sync calls | Mike Belopuhov |
2016-01-26 | Rewrite tx path to use flat transmit ring without fragment chains | Mike Belopuhov |
2016-01-26 | Rename _{req,rsp}_evt descriptor structure members to _{prod,cons}_event | Mike Belopuhov |
2016-01-26 | No need to take a grant table entry mutex in xen_grant_table_{enter,remove} | Mike Belopuhov |
2016-01-26 | Add a grant table reference invalidation spin out check | Mike Belopuhov |
2016-01-26 | Implement a rather conservative bus_dmamap_sync API | Mike Belopuhov |
2016-01-26 | Make sure to use locked atomic operations even on the SP kernel | Mike Belopuhov |
2016-01-26 | Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flip | Reyk Floeter |
2016-01-26 | prettify a NULL test in vr_start. | David Gwynne |
2016-01-26 | dont leak mbufs on encap failure. | David Gwynne |
2016-01-25 | - plugging massive pf_state_key leak | Alexandr Nedvedicky |
2016-01-25 | Convert to uiomove(). Diff from Martin Natano. | Stefan Kempf |
2016-01-25 | Don't count the total number of Xen upcalls | Mike Belopuhov |
2016-01-25 | Honour ERP protection on 2 GHz channels in 11n mode, as done for 11g. | Stefan Sperling |
2016-01-25 | Don't try to interpret htprot data if the last beacon didn't contain such data. | Stefan Sperling |
2016-01-25 | Do not mix variable declaration and logic. | Martin Pieuchot |
2016-01-25 | Kill "#if 0" version of ddb_init(). | Martin Pieuchot |
2016-01-25 | Kill trailing whitespaces. No object change. | Martin Pieuchot |
2016-01-25 | Add short comments explaining HT protection modes. | Stefan Sperling |
2016-01-25 | Zero when malloc'ing a buffer to be copyed out to userland to avoid | Jonathan Gray |
2016-01-25 | Keep track of HT protection settings in beacons and have 11n-capable | Stefan Sperling |
2016-01-25 | Revert the minimum number of Rx ring slots back to 32 | Mike Belopuhov |
2016-01-25 | In vmxnet3_start(), do not send the mbuf to bpf after passing it to | Reyk Floeter |
2016-01-25 | Replace magic numbers. | Masao Uebayashi |
2016-01-25 | don't return an uninitialised value for the SIOCGLIFPHYRTABLE case | Jonathan Gray |
2016-01-25 | fix some fallout from the IFQ rototilling. | David Gwynne |
2016-01-23 | Typo in comment; from Miod | Antoine Jacoutot |
2016-01-23 | In some cases machines with virtualisation extensions will boot into a | Jonathan Gray |
2016-01-23 | Fix some uses of sizeof where the size of a struct was intended, not | Jonathan Gray |
2016-01-22 | Zero the local structs holding crs information before parsing _CRS. | Jonathan Gray |
2016-01-22 | Setup interface features based on capabilities provided by the backend | Mike Belopuhov |
2016-01-22 | Set minimum number of slots on the receive ring to 18 | Mike Belopuhov |
2016-01-22 | To facilitate reading make sure to use a GTF_invalid flag by name | Mike Belopuhov |
2016-01-22 | Convert membar_* calls into virtio_membar_sync where it matters | Mike Belopuhov |
2016-01-22 | Straightforward uiomovei -> uiomove conversion. All size arguments for | Stefan Kempf |
2016-01-22 | Always check destination MAC address of received unicast packets, not | Stefan Fritsch |
2016-01-22 | If usb_fill_udf_task() failed to fill the struct, udf_data still | Alexander Bluhm |
2016-01-22 | Drop packets whose VNI flag is not set and VNI is not zero | Kazuya Goda |
2016-01-22 | Support tunnel VRF on etherip(4) | Kazuya Goda |