summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-04nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard1-0/+2
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard1-3/+12
2016-04-08net: dsa: make the VLAN add function return voidVivien Didelot1-1/+1
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot1-1/+1
2016-04-08net: dsa: make the STP state function return voidVivien Didelot1-2/+2
2016-04-08Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/sc...David S. Miller5-8/+187
2016-04-07bpf: sanitize bpf tracepoint accessAlexei Starovoitov2-0/+2
2016-04-07bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov1-0/+1
2016-04-07perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov2-1/+10
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov3-9/+9
2016-04-07perf: remove unused __addr variableAlexei Starovoitov2-8/+2
2016-04-07perf: optimize perf_fetch_caller_regsAlexei Starovoitov1-2/+0
2016-04-07net: Fix build failure due to lockdep_sock_is_held().David S. Miller1-0/+2
2016-04-07sock: make lockdep_sock_is_held static inlineHannes Frederic Sowa1-1/+1
2016-04-07udp: Remove udp_offloadsTom Herbert2-20/+0
2016-04-07vxlan: change vxlan to use UDP socket GROTom Herbert1-1/+0
2016-04-07udp: Add socket based GRO and configTom Herbert1-0/+7
2016-04-07udp: Add GRO functions to UDP socketTom Herbert2-2/+13
2016-04-07udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert1-0/+4
2016-04-07net: Checks skb_dst to be NULL in inet_iifTom Herbert1-3/+4
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa1-4/+0
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa1-2/+10
2016-04-07sock: fix lockdep annotation in release_sockHannes Frederic Sowa1-1/+6
2016-04-06vxlan: implement GPEJiri Benc2-0/+69
2016-04-06ip_tunnel: implement __iptunnel_pull_headerJiri Benc1-2/+9
2016-04-06cfg80211: Add option to specify previous BSSID for Connect commandJouni Malinen1-0/+2
2016-04-06mac80211: add A-MSDU tx supportFelix Fietkau2-0/+22
2016-04-06mac80211: enable collecting station statistics per-CPUJohannes Berg1-0/+4
2016-04-06mac80211: add fast-rx pathJohannes Berg1-0/+10
2016-04-06mac80211: allow passing transmitter station on RXJohannes Berg1-3/+4
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar2-1/+8
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar2-0/+10
2016-04-05sock: convert sk_peek_offset functions to WRITE_ONCEWillem de Bruijn1-11/+13
2016-04-05mac80211: track and tell driver about GO client P2P PS abilitiesAyala Beker1-1/+7
2016-04-05cfg80211: allow userspace to specify client P2P PS supportAyala Beker2-0/+21
2016-04-05ieee80211: support parsing Fine Timing Measurement action frameAvraham Stern1-0/+11
2016-04-05cfg80211: fix kernel-doc struct nameAkira Moroo1-1/+1
2016-04-05nl80211: add feature for BSS selection supportArend van Spriel2-0/+86
2016-04-05mac80211: synchronize driver rx queues before removing a stationSara Sharon1-0/+5
2016-04-05rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland1-1/+2
2016-04-05cfg80211: Allow a scan request for a specific BSSIDJouni Malinen2-1/+5
2016-04-05mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon1-1/+4
2016-04-05mac80211: allow drivers to report CLOCK_BOOTTIME for scan resultsJohannes Berg1-0/+3
2016-04-04tcp: increment sk_drops for listenersEric Dumazet1-0/+13
2016-04-04tcp: increment sk_drops for dropped rx packetsEric Dumazet1-0/+7
2016-04-04sock_diag: add SK_MEMINFO_DROPSEric Dumazet1-0/+1
2016-04-04tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2-20/+32
2016-04-04inet: reqsk_alloc() needs to take care of dead listenersEric Dumazet1-16/+15
2016-04-04tcp/dccp: remove BH disable/enable in lookupEric Dumazet1-6/+1
2016-04-04udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet3-11/+11