summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-01-25- plugging massive pf_state_key leakAlexandr Nedvedicky
2016-01-25Convert to uiomove(). Diff from Martin Natano.Stefan Kempf
2016-01-25Don't count the total number of Xen upcallsMike Belopuhov
2016-01-25Honour ERP protection on 2 GHz channels in 11n mode, as done for 11g.Stefan Sperling
2016-01-25Don't try to interpret htprot data if the last beacon didn't contain such data.Stefan Sperling
2016-01-25Do not mix variable declaration and logic.Martin Pieuchot
2016-01-25Kill "#if 0" version of ddb_init().Martin Pieuchot
2016-01-25Kill trailing whitespaces. No object change.Martin Pieuchot
2016-01-25Add short comments explaining HT protection modes.Stefan Sperling
2016-01-25Zero when malloc'ing a buffer to be copyed out to userland to avoidJonathan Gray
2016-01-25Keep track of HT protection settings in beacons and have 11n-capableStefan Sperling
2016-01-25Revert the minimum number of Rx ring slots back to 32Mike Belopuhov
2016-01-25In vmxnet3_start(), do not send the mbuf to bpf after passing it toReyk Floeter
2016-01-25Replace magic numbers.Masao Uebayashi
2016-01-25don't return an uninitialised value for the SIOCGLIFPHYRTABLE caseJonathan Gray
2016-01-25fix some fallout from the IFQ rototilling.David Gwynne
2016-01-23Typo in comment; from MiodAntoine Jacoutot
2016-01-23In some cases machines with virtualisation extensions will boot into aJonathan Gray
2016-01-23Fix some uses of sizeof where the size of a struct was intended, notJonathan Gray
2016-01-22Zero the local structs holding crs information before parsing _CRS.Jonathan Gray
2016-01-22Setup interface features based on capabilities provided by the backendMike Belopuhov
2016-01-22Set minimum number of slots on the receive ring to 18Mike Belopuhov
2016-01-22To facilitate reading make sure to use a GTF_invalid flag by nameMike Belopuhov
2016-01-22Convert membar_* calls into virtio_membar_sync where it mattersMike Belopuhov
2016-01-22Straightforward uiomovei -> uiomove conversion. All size arguments forStefan Kempf
2016-01-22Always check destination MAC address of received unicast packets, notStefan Fritsch
2016-01-22If usb_fill_udf_task() failed to fill the struct, udf_data stillAlexander Bluhm
2016-01-22Drop packets whose VNI flag is not set and VNI is not zeroKazuya Goda
2016-01-22Support tunnel VRF on etherip(4)Kazuya Goda
2016-01-22add a missing if_put() to ipip_input()Jonathan Gray
2016-01-22fix a missing if_put() in the default af path of tcp_mss()Jonathan Gray
2016-01-22Add back the initialisation of a cn30xxipd_offload() variable removedJonathan Gray
2016-01-22remove a surplus splbioJonathan Gray
2016-01-21Fix the timeout value sent in ADDBA request and response frames.Stefan Sperling
2016-01-21Introduce in{,6}_hasmulti(), two functions to check in the hot path ifMartin Pieuchot
2016-01-21avoid uninitialised variable useJonathan Gray
2016-01-21add a missing if_put() in a carp specific pathJonathan Gray
2016-01-21Remove now uneeded bus_space_unmap calls in the DS1742W/Origin path thatJonathan Gray
2016-01-21remove the arp_inuse and arp_allocated countersDavid Gwynne
2016-01-20make AUDIO_GETDEV ioctl return the device name (ex "azalia0") ratherAlexandre Ratchov
2016-01-20dlg@ took a pity on me and let me stay sane a bit longer by givingMike Belopuhov
2016-01-20Set segflg member of uio struct with symbolic enum valueStefan Kempf
2016-01-20Check for disks deeper than 4 levels down in the Open Firmware device tree.Stefan Sperling
2016-01-20Don't bump output errors when when tx ring is fullMike Belopuhov
2016-01-20Set byte order the default encoding in the attach method toAlexandre Ratchov
2016-01-20remove an unused ifp variableJonathan Gray
2016-01-20add hidmt, a HID-layer driver for multitouch touchpads that conformJoshua Stein
2016-01-20add the ability to set and get reportsJoshua Stein
2016-01-20add hid_get_udataJoshua Stein
2016-01-19Convert min() and uiomovei() to ulmin() and uiomove(),Stefan Kempf