summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix setting correct flags in ADJohan Hedberg2016-03-111-1/+3
* Bluetooth: Increment management interface revisionJohan Hedberg2016-03-101-1/+1
* Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-105-11/+76
* Bluetooth: Fix adding discoverable to adv instance flagsJohan Hedberg2016-03-101-0/+3
* Bluetooth: Move memset closer to where it's neededJohan Hedberg2016-03-101-2/+2
* Bluetooth: btmrvl_sdio: fix firmware activation failureWei-Ning Huang2016-03-101-1/+1
* 6lowpan: iphc: fix SAM/DAM bit commentAlexander Aring2016-03-101-2/+2
* 6lowpan: debugfs: add missing staticAlexander Aring2016-03-101-2/+2
* mac802154: use put and get unaligned functionsAlexander Aring2016-03-101-5/+5
* Bluetooth: btusb: Add a new AR3012 ID 13d3:3472Dmitry Tunin2016-03-102-0/+3
* Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8Jérôme de Bretagne2016-03-101-0/+1
* Merge tag 'linux-can-next-for-4.6-20160310' of git://git.kernel.org/pub/scm/l...David S. Miller2016-03-104-36/+75
|\
| * can: rcar_can: Add r8a7795 supportRamesh Shanmugasundaram2016-03-103-1/+13
| * can: ifi: Add obscure bit swap for EFF frame IDsMarek Vasut2016-03-101-2/+29
| * can: ifi: Fix RX and TX ID maskMarek Vasut2016-03-101-4/+4
| * can: ifi: Fix TX DLC configurationMarek Vasut2016-03-101-8/+6
| * can: ifi: Fix clock generator configurationMarek Vasut2016-03-101-21/+23
* | bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov2016-03-091-1/+1
* | bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov2016-03-091-0/+5
|/
* Merge branch 'variable-length-ll-headers'David S. Miller2016-03-093-27/+53
|\
| * packet: validate variable length ll headersWillem de Bruijn2016-03-091-25/+18
| * ax25: add link layer header validation functionWillem de Bruijn2016-03-091-0/+15
| * net: validate variable length ll headersWillem de Bruijn2016-03-091-2/+20
|/
* Merge branch 'kcm'David S. Miller2016-03-0916-43/+3483
|\
| * kcm: Add description in DocumentationTom Herbert2016-03-091-0/+285
| * kcm: Add receive message timeoutTom Herbert2016-03-093-2/+39
| * kcm: Add memory limit for receive message constructionTom Herbert2016-03-093-2/+52
| * kcm: Sendpage supportTom Herbert2016-03-091-2/+145
| * kcm: Splice supportTom Herbert2016-03-091-2/+96
| * kcm: Add statistics and proc interfacesTom Herbert2016-03-094-1/+597
| * kcm: Kernel Connection Multiplexor moduleTom Herbert2016-03-098-1/+2201
| * tcp: Add tcp_inq to get available receive bytes on socketTom Herbert2016-03-092-14/+25
| * net: Walk fragments in __skb_splice_bitsTom Herbert2016-03-091-23/+16
| * net: Add MSG_BATCH flagTom Herbert2016-03-092-0/+6
| * net: Allow MSG_EOR in each msghdr of sendmmsgTom Herbert2016-03-091-4/+6
| * net: Make sock_alloc exportableTom Herbert2016-03-092-1/+3
| * rcu: Add list_next_or_null_rcuTom Herbert2016-03-091-0/+21
|/
* samples/bpf: add map performance testAlexei Starovoitov2016-03-083-0/+259
* samples/bpf: stress test bpf_get_stackidAlexei Starovoitov2016-03-081-0/+9
* samples/bpf: add bpf map stress testAlexei Starovoitov2016-03-083-0/+113
* ip_tunnel, bpf: ip_tunnel_info_opts_{get, set} depends on CONFIG_INETDaniel Borkmann2016-03-081-0/+11
* Merge branch 'bpf-map-prealloc'David S. Miller2016-03-0820-179/+514
|\
| * samples/bpf: test both pre-alloc and normal mapsAlexei Starovoitov2016-03-081-1/+9
| * samples/bpf: add map_flags to bpf loaderAlexei Starovoitov2016-03-088-15/+23
| * samples/bpf: move ksym_search() into libraryAlexei Starovoitov2016-03-083-66/+69
| * samples/bpf: make map creation more verboseAlexei Starovoitov2016-03-081-1/+4
| * bpf: convert stackmap to pre-allocationAlexei Starovoitov2016-03-083-18/+71
| * bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov2016-03-082-1/+4
| * bpf: pre-allocate hash map elementsAlexei Starovoitov2016-03-084-74/+186
| * bpf: introduce percpu_freelistAlexei Starovoitov2016-03-083-1/+132