summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | net: dsa: make the STP state function return voidVivien Didelot2016-04-081-2/+2
* | | | | | | | | | Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/sc...David S. Miller2016-04-085-8/+187
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cfg80211: Add option to specify previous BSSID for Connect commandJouni Malinen2016-04-061-0/+2
| * | | | | | | | | | mac80211: add A-MSDU tx supportFelix Fietkau2016-04-062-0/+22
| * | | | | | | | | | mac80211: enable collecting station statistics per-CPUJohannes Berg2016-04-061-0/+4
| * | | | | | | | | | mac80211: add fast-rx pathJohannes Berg2016-04-061-0/+10
| * | | | | | | | | | mac80211: allow passing transmitter station on RXJohannes Berg2016-04-061-3/+4
| * | | | | | | | | | mac80211: track and tell driver about GO client P2P PS abilitiesAyala Beker2016-04-051-1/+7
| * | | | | | | | | | cfg80211: allow userspace to specify client P2P PS supportAyala Beker2016-04-052-0/+21
| * | | | | | | | | | ieee80211: support parsing Fine Timing Measurement action frameAvraham Stern2016-04-051-0/+11
| * | | | | | | | | | cfg80211: fix kernel-doc struct nameAkira Moroo2016-04-051-1/+1
| * | | | | | | | | | nl80211: add feature for BSS selection supportArend van Spriel2016-04-052-0/+86
| * | | | | | | | | | mac80211: synchronize driver rx queues before removing a stationSara Sharon2016-04-051-0/+5
| * | | | | | | | | | rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland2016-04-051-1/+2
| * | | | | | | | | | cfg80211: Allow a scan request for a specific BSSIDJouni Malinen2016-04-052-1/+5
| * | | | | | | | | | mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon2016-04-051-1/+4
| * | | | | | | | | | mac80211: allow drivers to report CLOCK_BOOTTIME for scan resultsJohannes Berg2016-04-051-0/+3
| |/ / / / / / / / /
* | | | | | | | | | bpf: sanitize bpf tracepoint accessAlexei Starovoitov2016-04-082-0/+2
* | | | | | | | | | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov2016-04-081-0/+1
* | | | | | | | | | perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov2016-04-082-1/+10
* | | | | | | | | | perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov2016-04-083-9/+9
* | | | | | | | | | perf: remove unused __addr variableAlexei Starovoitov2016-04-082-8/+2
* | | | | | | | | | perf: optimize perf_fetch_caller_regsAlexei Starovoitov2016-04-081-2/+0
* | | | | | | | | | net: Fix build failure due to lockdep_sock_is_held().David S. Miller2016-04-081-0/+2
* | | | | | | | | | sock: make lockdep_sock_is_held static inlineHannes Frederic Sowa2016-04-081-1/+1
* | | | | | | | | | udp: Remove udp_offloadsTom Herbert2016-04-072-20/+0
* | | | | | | | | | vxlan: change vxlan to use UDP socket GROTom Herbert2016-04-071-1/+0
* | | | | | | | | | udp: Add socket based GRO and configTom Herbert2016-04-071-0/+7
* | | | | | | | | | udp: Add GRO functions to UDP socketTom Herbert2016-04-072-2/+13
* | | | | | | | | | udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert2016-04-071-0/+4
* | | | | | | | | | net: Checks skb_dst to be NULL in inet_iifTom Herbert2016-04-071-3/+4
* | | | | | | | | | tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa2016-04-071-4/+0
* | | | | | | | | | net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-071-2/+10
* | | | | | | | | | sock: fix lockdep annotation in release_sockHannes Frederic Sowa2016-04-071-1/+6
* | | | | | | | | | vxlan: implement GPEJiri Benc2016-04-062-0/+69
* | | | | | | | | | ip_tunnel: implement __iptunnel_pull_headerJiri Benc2016-04-061-2/+9
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-052-1/+8
* | | | | | | | | udp: remove headers from UDP packets before queueingsamanthakumar2016-04-052-0/+10
* | | | | | | | | sock: convert sk_peek_offset functions to WRITE_ONCEWillem de Bruijn2016-04-051-11/+13
* | | | | | | | | tcp: increment sk_drops for listenersEric Dumazet2016-04-051-0/+13
* | | | | | | | | tcp: increment sk_drops for dropped rx packetsEric Dumazet2016-04-051-0/+7
* | | | | | | | | sock_diag: add SK_MEMINFO_DROPSEric Dumazet2016-04-051-0/+1
* | | | | | | | | tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-052-20/+32
* | | | | | | | | inet: reqsk_alloc() needs to take care of dead listenersEric Dumazet2016-04-051-16/+15
* | | | | | | | | tcp/dccp: remove BH disable/enable in lookupEric Dumazet2016-04-051-6/+1
* | | | | | | | | udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-053-11/+11
* | | | | | | | | net: add SOCK_RCU_FREE socket flagEric Dumazet2016-04-051-0/+2
* | | | | | | | | sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-042-6/+10
* | | | | | | | | ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh2016-04-041-1/+2
* | | | | | | | | ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh2016-04-041-1/+2