summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: add Intel Mobile Communications copyrightJohannes Berg2014-09-056-0/+6
* mac80211: add Intel Mobile Communications copyrightJohannes Berg2014-09-0518-0/+18
* mac80211: clean up ieee80211_i.hJohannes Berg2014-09-051-2/+1Star
* mac80211: fix offloaded BA session traffic after hw restartMichal Kazior2014-09-035-14/+20
* net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDsMika Westerberg2014-08-291-0/+1
* mac80211: fix chantype recalc warningMichal Kazior2014-08-291-2/+2
* mac80211: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-271-2/+2
* mac80211: scan: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-08-261-1/+1
* cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-261-2/+13
* cfg80211: clarify BSS probe response vs. beacon dataJohannes Berg2014-08-262-6/+16
* cfg80211: re-enable CSA for drivers that support itMichal Kazior2014-08-261-6/+0Star
* mac80211: don't resize skbs needlesslyIdo Yariv2014-08-261-1/+4
* mac80211: Fix accounting of the tailroom-needed counterIdo Yariv2014-08-261-9/+3Star
* cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev2014-08-262-3/+3
* mac80211: make ieee80211_vif_use_reserved_switch staticJohannes Berg2014-08-262-95/+93Star
* mac80211: mesh_plink: use get_unaligned_le16 instead of memcpyBob Copeland2014-08-261-7/+3Star
* mac80211: disable 40MHz support in case of 20MHz APEliad Peller2014-08-151-8/+22
* mac80211: don't duplicate station QoS capability dataJohannes Berg2014-08-1510-28/+16Star
* netlink: Annotate RCU locking for seq_file walkerThomas Graf2014-08-151-0/+2
* tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell2014-08-141-5/+3Star
* tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa2014-08-142-5/+10
* tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-08-143-4/+6
* sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani2014-08-141-3/+3
* tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2014-08-142-8/+11
* net-timestamp: fix missing tcp fragmentation casesWillem de Bruijn2014-08-141-0/+17
* net-timestamp: fix missing ACK timestampWillem de Bruijn2014-08-141-5/+5
* irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov2014-08-141-1/+1
* lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70achas williams - CONTRACTOR2014-08-141-4/+1Star
* atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR2014-08-141-28/+32
* openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger2014-08-141-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-1416-149/+98Star
|\
| * net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-114-55/+55
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-08-116-86/+39Star
| |\
| | * netfilter: nf_tables: fix error return codeJulia Lawall2014-08-081-1/+3
| | * netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso2014-08-085-73/+22Star
| | * netfilter: nf_tables: don't update chain with unset countersPablo Neira Ayuso2014-08-081-0/+3
| | * netfilter: nf_tables: uninitialize element key/data from the commit pathPablo Neira Ayuso2014-08-081-12/+11Star
| * | rtnetlink: fix VF info sizeJiri Benc2014-08-081-1/+2
| * | ipv4: removed redundant conditionalNiv Yehezkel2014-08-081-2/+0Star
| * | netlink: reset network header before passing to tapsDaniel Borkmann2014-08-081-1/+1
| * | batman: fix duplicate #include of multicast.hJean Sacren2014-08-081-1/+0Star
| * | openvswitch: fix duplicate #include headersJean Sacren2014-08-081-2/+0Star
| * | 6lowpan: Allow 6LoWPAN to be modularGeert Uytterhoeven2014-08-071-1/+1
| |/
* | Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-1416-383/+809
|\ \
| * | SUNRPC: remove all refcounting of groupinfo from rpcauth_lookupcredNeilBrown2014-08-041-7/+1Star
| * | sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown2014-08-033-2/+23
| * | sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton2014-08-032-8/+3Star
| * | sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.cJeff Layton2014-08-031-7/+13
| * | sunrpc: clean up sparse endianness warnings in gss_krb5_seal.cJeff Layton2014-08-031-11/+17
| * | sunrpc: fix RCU handling of gc_ctx fieldJeff Layton2014-08-031-17/+35