summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: enable starting BA session with custom timeoutSara Sharon2016-04-051-17/+30
* mac80211: add NETIF_F_RXCSUM to features white listSara Sharon2016-04-051-1/+1
* mac80211: Set global RRM capabilityEmmanuel Grumbach2016-04-051-0/+2
* mac80211: minstrel_ht: improve sample rate skip logicFelix Fietkau2016-04-051-7/+16
* mac80211: do not pass injected frames without a valid rate to the driverFelix Fietkau2016-04-051-0/+3
* mac80211: fix parsing of 40Mhz in injected radiotap headerSven Eckelmann2016-04-051-2/+3
* nl80211: add feature for BSS selection supportArend van Spriel2016-04-052-0/+118
* mac80211: synchronize driver rx queues before removing a stationSara Sharon2016-04-053-1/+35
* mac80211: mesh: convert path table to rhashtableBob Copeland2016-04-054-575/+259Star
* rhashtable: accept GFP flags in rhashtable_walk_initBob Copeland2016-04-054-5/+8
* mac80211: mesh: embed known gates list in struct mesh_pathBob Copeland2016-04-052-56/+45Star
* mac80211: mesh: factor out common mesh path allocation codeBob Copeland2016-04-051-23/+28
* mac80211: mesh: don't hash sdata in mpath tablesBob Copeland2016-04-051-10/+8Star
* mac80211: mesh: move path tables into if_meshBob Copeland2016-04-056-115/+104Star
* mac80211: Support a scan request for a specific BSSIDJouni Malinen2016-04-051-1/+3
* cfg80211: Allow a scan request for a specific BSSIDJouni Malinen2016-04-053-0/+10
* mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon2016-04-052-14/+17
* mac80211: allow drivers to report CLOCK_BOOTTIME for scan resultsJohannes Berg2016-04-051-1/+3
* mac80211: parse VHT info in injected framesLorenzo Bianconi2016-04-051-0/+31
* rfkill: Use switch to demux userspace operationsJoão Paulo Rechi Vita2016-04-051-14/+22
* wext: unregister_pernet_subsys() on notifier registration failureJohannes Berg2016-04-051-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-0223-146/+224
|\
| * tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-011-12/+21
| * rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel2016-03-311-0/+1
| * bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann2016-03-311-1/+4
| * ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet2016-03-311-2/+2
| * gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck2016-03-301-0/+16
| * sctp: really allow using GFP_KERNEL on sctp_packet_transmitMarcelo Ricardo Leitner2016-03-301-3/+3
| * bridge: Allow set bridge ageing time when switchdev disabledHaishuang Yan2016-03-301-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-03-2813-122/+166
| |\
| | * netfilter: ipv4: fix NULL dereferenceLiping Zhang2016-03-282-36/+38
| | * netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2016-03-284-0/+10
| | * netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast f...Pablo Neira Ayuso2016-03-281-1/+6
| | * netfilter: x_tables: fix unconditional helperFlorian Westphal2016-03-283-33/+31Star
| | * netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-03-283-6/+12
| | * netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-03-283-27/+24Star
| | * openvswitch: call only into reachable nf-nat codeArnd Bergmann2016-03-282-9/+11
| | * openvswitch: Fix checking for new expected connections.Jarno Rajahalme2016-03-281-2/+3
| | * netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-284-8/+31
| * | openvswitch: Use proper buffer size in nla_memcpyHaishuang Yan2016-03-281-1/+2
| |/
| * Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage2016-03-281-2/+2
| * netpoll: Fix extra refcount release in netpoll_cleanup()Bjorn Helgaas2016-03-251-1/+2
| * switchdev: fix typo in comments/docNicolas Dichtel2016-03-241-1/+1
| * xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org2016-03-241-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-265-272/+344
|\ \ | |/ |/|
| * libceph: use KMEM_CACHE macroGeliang Tang2016-03-251-8/+2Star
| * libceph: use sizeof_footer() moreIlya Dryomov2016-03-251-16/+3Star
| * libceph: add helper that duplicates last extent operationYan, Zheng2016-03-251-0/+22
| * libceph: enable large, variable-sized OSD requestsIlya Dryomov2016-03-251-15/+28
| * libceph: osdc->req_mempool should be backed by a slab poolIlya Dryomov2016-03-251-2/+2