summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 6lowpan: move shared settings to lowpan_netdev_setupAlexander Aring2015-10-081-0/+2
* Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann2015-10-082-0/+2
* Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann2015-10-083-0/+3
* Bluetooth: Send index information updates to monitor channelMarcel Holtmann2015-10-081-0/+7
* Bluetooth: Send transport open and close monitor eventsMarcel Holtmann2015-10-051-0/+2
* Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE eventsMarcel Holtmann2015-10-051-0/+2
* mac802154: check on len instead mac_lenAlexander Aring2015-09-301-1/+1
* nl802154: add support for security layerAlexander Aring2015-09-303-75/+322
* netlink: add nla_get for le32 and le64Alexander Aring2015-09-301-0/+18
* Bluetooth: Add hci_cmd_sync functionLoic Poulain2015-09-291-0/+3
* ieee802154: remove unnecessary includesAlexander Aring2015-09-241-3/+0
* Bluetooth: Add BT_WARN and bt_dev_warn logging macrosFrederic Danis2015-09-241-0/+5
* ieee802154: add helpers for frame control checksAlexander Aring2015-09-221-0/+12
* ieee802154: change needed headroom/tailroomAlexander Aring2015-09-223-8/+19
* ieee802154: introduce wpan_dev_header_opsAlexander Aring2015-09-222-9/+33
* ieee802154: header_ops: fix frame control settingAlexander Aring2015-09-221-1/+1
* Merge tag 'linux-can-next-for-4.4-20150921' of git://git.kernel.org/pub/scm/l...David S. Miller2015-09-212-1/+3
|\
| * can: headers: make header files self containedMarc Kleine-Budde2015-09-212-1/+3
* | tcp: usec resolution SYN/ACK RTTYuchung Cheng2015-09-212-1/+2
* | s390/iucv: do not use arrays as argumentUrsula Braun2015-09-211-10/+10
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-09-216-120/+78
|\ \ | |/ |/|
| * Bluetooth: Add BT_ERR_RATELIMITEDSzymon Janc2015-09-181-0/+4
| * ieee802154: af_ieee802154: fix typo in comment.Stefan Schmidt2015-09-171-1/+1
| * ieee802154: 6lowpan: remove tx full-size calc workaroundAlexander Aring2015-09-171-113/+0
| * ieee802154: 6lowpan: check on valid 802.15.4 frameAlexander Aring2015-09-172-0/+40
| * ieee820154: 6lowpan: dispatch evaluation reworkAlexander Aring2015-09-171-6/+25
| * Bluetooth: close HCI device when user channel socket gets closedSimon Fels2015-09-171-0/+1
| * Bluetooth: Add bt_dev logging macrosLoic Poulain2015-09-171-0/+7
* | bpf: add bpf_redirect() helperAlexei Starovoitov2015-09-173-0/+10
* | cls_bpf: introduce integrated actionsDaniel Borkmann2015-09-173-1/+5
* | tcp: provide skb->hash to synack packetsEric Dumazet2015-09-172-4/+9
* | netfilter: Pass net into okfnEric W. Biederman2015-09-177-19/+25
* | netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-15/+12
* | bridge: Add br_netif_receive_skb remove netif_receive_skb_skEric W. Biederman2015-09-171-5/+1
* | net: Remove dev_queue_xmit_skEric W. Biederman2015-09-171-5/+1
* | net: Merge dst_output and dst_output_skEric W. Biederman2015-09-171-5/+1
* | xfrm: Remove unused afinfo method init_dstEric W. Biederman2015-09-171-2/+0
* | netfilter: Pass net to nf_hook_threshEric W. Biederman2015-09-171-4/+7
* | netfilter: Store net in nf_hook_stateEric W. Biederman2015-09-172-2/+5
* | netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_threshEric W. Biederman2015-09-171-9/+0
|/
* cdc: add header guardsStephen Rothwell2015-09-152-3/+7
* rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan2015-09-152-1/+3
* cdc: Fix build warning.David S. Miller2015-09-151-1/+1
* CDC: common parser for extra headersOliver Neukum2015-09-151-0/+47
* net: Allow user to get table id from route lookupDavid Ahern2015-09-151-0/+1
* net: Add FIB table id to rtableDavid Ahern2015-09-151-0/+2
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-111-1/+1
|\
| * Merge tag 'drm-intel-next-fixes-2015-09-10' of git://anongit.freedesktop.org/...Dave Airlie2015-09-111-1/+1
| |\
| | * uapi/drm/i915_drm.h: fix userspace compilation.Artem Savkov2015-09-021-1/+1
* | | Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-105-155/+397
|\ \ \