summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: 6lowpan: Remove redundant (and incorrect) MPS assignmentsJohan Hedberg2015-10-081-3/+0Star
* Bluetooth: 6lowpan: Fix imtu & omtu valuesJohan Hedberg2015-10-081-2/+1Star
* Bluetooth: Enforce packet types in hci_recv_frame driver functionMarcel Holtmann2015-10-081-0/+7
* Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFFMarcel Holtmann2015-10-081-7/+8
* Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann2015-10-081-3/+60
* Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann2015-10-082-0/+18
* Bluetooth: Send index information updates to monitor channelMarcel Holtmann2015-10-081-1/+24
* Bluetooth: Send transport open and close monitor eventsMarcel Holtmann2015-10-051-0/+26
* Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann2015-10-051-0/+3
* Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann2015-10-051-0/+5
* Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE eventsMarcel Holtmann2015-10-051-0/+6
* Bluetooth: Limit userspace exposure of stack internal eventsMarcel Holtmann2015-10-051-7/+9
* nl802154: Missing return in nl802154_add_llsec_key()Dan Carpenter2015-10-021-0/+1
* ieee802154: handle datagram variables as u16Alexander Aring2015-10-013-7/+9
* ieee802154: 6lowpan: add tx/rx statsAlexander Aring2015-09-302-0/+6
* ieee802154: 6lowpan: don't skip first dsn while fragmentationAlexander Aring2015-09-301-10/+17
* ieee802154: 6lowpan: change datagram var typesAlexander Aring2015-09-303-7/+7
* ieee802154: change mtu size behaviourAlexander Aring2015-09-303-14/+13Star
* mac802154: add comments for llsec issuesAlexander Aring2015-09-302-0/+8
* nl802154: add support for security layerAlexander Aring2015-09-306-0/+1460
* nl802154: use nla_get_le64 for get extended addrAlexander Aring2015-09-301-3/+1Star
* Bluetooth: Add hci_cmd_sync functionLoic Poulain2015-09-291-0/+19
* mac802154: iface: assume big endian for af_packetAlexander Aring2015-09-241-5/+3Star
* Bluetooth: Add BT_WARN and bt_dev_warn logging macrosFrederic Danis2015-09-241-0/+16
* mac802154: tx: add warning if MTU exceedsAlexander Aring2015-09-221-0/+11
* ieee802154: change needed headroom/tailroomAlexander Aring2015-09-226-14/+36
* ieee802154: introduce wpan_dev_header_opsAlexander Aring2015-09-223-18/+85
* ieee802154: header_ops: fix frame control settingAlexander Aring2015-09-221-9/+9
* mac802154: llsec: fix device deletion from listAlexander Aring2015-09-221-0/+1
* tcp: send loss probe after 1s if no RTT availableYuchung Cheng2015-09-221-4/+5
* tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-224-18/+18
* s390/iucv: do not use arrays as argumentUrsula Braun2015-09-222-11/+10Star
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-09-2212-213/+558
|\
| * Bluetooth: Fix reporting incorrect EIR in device found mgmt eventSzymon Janc2015-09-181-0/+21
| * Bluetooth: Add BT_ERR_RATELIMITEDSzymon Janc2015-09-181-0/+16
| * Bluetooth: Fix typo in smp_ah comment for hash functionMarcel Holtmann2015-09-171-1/+1
| * ieee802154: 6lowpan: use correct ESC value for dispatchStefan Schmidt2015-09-171-1/+1
| * ieee802154: 6lowpan: fix drop return valueAlexander Aring2015-09-171-1/+1
| * ieee802154: 6lowpan: remove tx full-size calc workaroundAlexander Aring2015-09-171-7/+11
| * ieee802154: 6lowpan: remove packet type to hostAlexander Aring2015-09-171-1/+0Star
| * ieee802154: 6lowpan: check on valid 802.15.4 frameAlexander Aring2015-09-171-0/+8
| * ieee802154: 6lowpan: add check for reserved dispatchAlexander Aring2015-09-171-1/+15
| * ieee802154: 6lowpan: add handler for all dispatch valuesAlexander Aring2015-09-171-0/+90
| * ieee802154: 6lowpan: add generic lowpan header checkAlexander Aring2015-09-171-1/+27
| * ieee820154: 6lowpan: dispatch evaluation reworkAlexander Aring2015-09-175-105/+263
| * ieee802154: 6lowpan: earlier skb->dev switchAlexander Aring2015-09-171-1/+2
| * ieee802154: 6lowpan: trivial checks at firstAlexander Aring2015-09-171-4/+2Star
| * ieee802154: 6lowpan: cleanup pull of iphc bytesAlexander Aring2015-09-171-7/+2Star
| * ieee802154: 6lowpan: change if lowpan dev is runningAlexander Aring2015-09-171-5/+6
| * ieee802154: 6lowpan: remove EXPORT_SYMBOLAlexander Aring2015-09-171-1/+0Star