Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | net: dsa: make the STP state function return void | Vivien Didelot | 2016-04-08 | 1 | -2/+2 | |
* | | | | | | | | | | Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/sc... | David S. Miller | 2016-04-08 | 5 | -8/+187 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cfg80211: Add option to specify previous BSSID for Connect command | Jouni Malinen | 2016-04-06 | 1 | -0/+2 | |
| * | | | | | | | | | | mac80211: add A-MSDU tx support | Felix Fietkau | 2016-04-06 | 2 | -0/+22 | |
| * | | | | | | | | | | mac80211: enable collecting station statistics per-CPU | Johannes Berg | 2016-04-06 | 1 | -0/+4 | |
| * | | | | | | | | | | mac80211: add fast-rx path | Johannes Berg | 2016-04-06 | 1 | -0/+10 | |
| * | | | | | | | | | | mac80211: allow passing transmitter station on RX | Johannes Berg | 2016-04-06 | 1 | -3/+4 | |
| * | | | | | | | | | | mac80211: track and tell driver about GO client P2P PS abilities | Ayala Beker | 2016-04-05 | 1 | -1/+7 | |
| * | | | | | | | | | | cfg80211: allow userspace to specify client P2P PS support | Ayala Beker | 2016-04-05 | 2 | -0/+21 | |
| * | | | | | | | | | | ieee80211: support parsing Fine Timing Measurement action frame | Avraham Stern | 2016-04-05 | 1 | -0/+11 | |
| * | | | | | | | | | | cfg80211: fix kernel-doc struct name | Akira Moroo | 2016-04-05 | 1 | -1/+1 | |
| * | | | | | | | | | | nl80211: add feature for BSS selection support | Arend van Spriel | 2016-04-05 | 2 | -0/+86 | |
| * | | | | | | | | | | mac80211: synchronize driver rx queues before removing a station | Sara Sharon | 2016-04-05 | 1 | -0/+5 | |
| * | | | | | | | | | | rhashtable: accept GFP flags in rhashtable_walk_init | Bob Copeland | 2016-04-05 | 1 | -1/+2 | |
| * | | | | | | | | | | cfg80211: Allow a scan request for a specific BSSID | Jouni Malinen | 2016-04-05 | 2 | -1/+5 | |
| * | | | | | | | | | | mac80211: allow not sending MIC up from driver for HW crypto | Sara Sharon | 2016-04-05 | 1 | -1/+4 | |
| * | | | | | | | | | | mac80211: allow drivers to report CLOCK_BOOTTIME for scan results | Johannes Berg | 2016-04-05 | 1 | -0/+3 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | bpf: sanitize bpf tracepoint access | Alexei Starovoitov | 2016-04-08 | 2 | -0/+2 | |
* | | | | | | | | | | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog... | Alexei Starovoitov | 2016-04-08 | 1 | -0/+1 | |
* | | | | | | | | | | perf, bpf: allow bpf programs attach to tracepoints | Alexei Starovoitov | 2016-04-08 | 2 | -1/+10 | |
* | | | | | | | | | | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov | 2016-04-08 | 3 | -9/+9 | |
* | | | | | | | | | | perf: remove unused __addr variable | Alexei Starovoitov | 2016-04-08 | 2 | -8/+2 | |
* | | | | | | | | | | perf: optimize perf_fetch_caller_regs | Alexei Starovoitov | 2016-04-08 | 1 | -2/+0 | |
* | | | | | | | | | | net: Fix build failure due to lockdep_sock_is_held(). | David S. Miller | 2016-04-08 | 1 | -0/+2 | |
* | | | | | | | | | | sock: make lockdep_sock_is_held static inline | Hannes Frederic Sowa | 2016-04-08 | 1 | -1/+1 | |
* | | | | | | | | | | udp: Remove udp_offloads | Tom Herbert | 2016-04-07 | 2 | -20/+0 | |
* | | | | | | | | | | vxlan: change vxlan to use UDP socket GRO | Tom Herbert | 2016-04-07 | 1 | -1/+0 | |
* | | | | | | | | | | udp: Add socket based GRO and config | Tom Herbert | 2016-04-07 | 1 | -0/+7 | |
* | | | | | | | | | | udp: Add GRO functions to UDP socket | Tom Herbert | 2016-04-07 | 2 | -2/+13 | |
* | | | | | | | | | | udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb | Tom Herbert | 2016-04-07 | 1 | -0/+4 | |
* | | | | | | | | | | net: Checks skb_dst to be NULL in inet_iif | Tom Herbert | 2016-04-07 | 1 | -3/+4 | |
* | | | | | | | | | | tun: use socket locks for sk_{attach,detatch}_filter | Hannes Frederic Sowa | 2016-04-07 | 1 | -4/+0 | |
* | | | | | | | | | | net: introduce lockdep_is_held and update various places to use it | Hannes Frederic Sowa | 2016-04-07 | 1 | -2/+10 | |
* | | | | | | | | | | sock: fix lockdep annotation in release_sock | Hannes Frederic Sowa | 2016-04-07 | 1 | -1/+6 | |
* | | | | | | | | | | vxlan: implement GPE | Jiri Benc | 2016-04-06 | 2 | -0/+69 | |
* | | | | | | | | | | ip_tunnel: implement __iptunnel_pull_header | Jiri Benc | 2016-04-06 | 1 | -2/+9 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
* | | | | | | | | | udp: enable MSG_PEEK at non-zero offset | samanthakumar | 2016-04-05 | 2 | -1/+8 | |
* | | | | | | | | | udp: remove headers from UDP packets before queueing | samanthakumar | 2016-04-05 | 2 | -0/+10 | |
* | | | | | | | | | sock: convert sk_peek_offset functions to WRITE_ONCE | Willem de Bruijn | 2016-04-05 | 1 | -11/+13 | |
* | | | | | | | | | tcp: increment sk_drops for listeners | Eric Dumazet | 2016-04-05 | 1 | -0/+13 | |
* | | | | | | | | | tcp: increment sk_drops for dropped rx packets | Eric Dumazet | 2016-04-05 | 1 | -0/+7 | |
* | | | | | | | | | sock_diag: add SK_MEMINFO_DROPS | Eric Dumazet | 2016-04-05 | 1 | -0/+1 | |
* | | | | | | | | | tcp/dccp: do not touch listener sk_refcnt under synflood | Eric Dumazet | 2016-04-05 | 2 | -20/+32 | |
* | | | | | | | | | inet: reqsk_alloc() needs to take care of dead listeners | Eric Dumazet | 2016-04-05 | 1 | -16/+15 | |
* | | | | | | | | | tcp/dccp: remove BH disable/enable in lookup | Eric Dumazet | 2016-04-05 | 1 | -6/+1 | |
* | | | | | | | | | udp: no longer use SLAB_DESTROY_BY_RCU | Eric Dumazet | 2016-04-05 | 3 | -11/+11 | |
* | | | | | | | | | net: add SOCK_RCU_FREE socket flag | Eric Dumazet | 2016-04-05 | 1 | -0/+2 | |
* | | | | | | | | | sock: enable timestamping using control messages | Soheil Hassas Yeganeh | 2016-04-04 | 2 | -6/+10 | |
* | | | | | | | | | ipv6: process socket-level control messages in IPv6 | Soheil Hassas Yeganeh | 2016-04-04 | 1 | -1/+2 | |
* | | | | | | | | | ipv4: process socket-level control messages in IPv4 | Soheil Hassas Yeganeh | 2016-04-04 | 1 | -1/+2 |