summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac80211: make LED trigger names constJohannes Berg2015-05-051-8/+9
* mac80211: clean up station debugfsJohannes Berg2015-05-051-84/+0
* mac80211: remove sta->tx_fragments counterJohannes Berg2015-05-054-7/+1
* mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg2015-05-055-27/+31
* mac80211: clean up global debugfs statisticsJohannes Berg2015-05-053-52/+28
* mac80211: force off channel transmission for public action framesMatti Gottlieb2015-04-241-1/+7
* mac80211: notify the driver on reordering buffer timeoutEmmanuel Grumbach2015-04-241-0/+9
* mac80211: notify the driver upon BAR RxEmmanuel Grumbach2015-04-241-0/+8
* mac80211: fix ignored HT/VHT override configsChaya Rachel Ivgi2015-04-241-21/+36
* cfg80211: allow the plink state blocking for user managed meshChun-Yeow Yeoh2015-04-241-1/+2
* mac80211: use per-CPU TX/RX statisticsJohannes Berg2015-04-243-12/+70
* mac80211: don't update dev->trans_startJohannes Berg2015-04-241-2/+0
* mac80211: OCB: remove pointless check for broadcast BSSIDJohannes Berg2015-04-241-5/+1
* mac80211: clean up/rename prepare_for_handlers()Johannes Berg2015-04-241-44/+36
* mac80211: remove IEEE80211_RX_RA_MATCHJohannes Berg2015-04-242-42/+5
* mac80211: remove support for IFF_PROMISCJohannes Berg2015-04-244-49/+12
* mac80211: make station hash table max_size configurableJohannes Berg2015-04-232-0/+11
* mac80211: allow segmentation offloadsJohannes Berg2015-04-222-25/+48
* mac80211: allow drivers to support S/GJohannes Berg2015-04-222-1/+7
* mac80211: allow checksum offload only in fast-xmitJohannes Berg2015-04-221-4/+20
* mac80211: extend fast-xmit to cover IBSSJohannes Berg2015-04-221-0/+7
* mac80211: extend fast-xmit for more ciphersJohannes Berg2015-04-222-6/+44
* mac80211: extend fast-xmit to driver fragmentationJohannes Berg2015-04-221-1/+2
* mac80211: add TX fastpathJohannes Berg2015-04-228-2/+475
* mac80211: lock rate controlJohannes Berg2015-04-204-5/+20
* mac80211: introduce plink lock for plink fieldsBob Copeland2015-04-203-18/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-1716-42/+91
|\
| * net: dsa: use DEVICE_ATTR_RW to declare temp1_maxVivien Didelot2015-04-171-3/+3
| * net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg2015-04-171-1/+1
| * act_mirred: Fix bogus header when redirecting from VLANHerbert Xu2015-04-171-1/+1
| * inet_diag: fix access to tcp cc informationEric Dumazet2015-04-176-17/+35
| * tcp: tcp_get_info() should fetch socket fields onceEric Dumazet2015-04-171-4/+6
| * skbuff: Do not scrub skb mark within the same name spaceHerbert Xu2015-04-161-3/+6
| * Revert "net: Reset secmark when scrubbing packet"Herbert Xu2015-04-161-1/+0
| * bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-163-9/+38
| * netns: remove duplicated include from net_namespace.cWei Yongjun2015-04-161-1/+0
| * fou: avoid missing unlock in failure pathWANG Cong2015-04-161-2/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-162-3/+7
|\ \
| * | lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-161-3/+5
| * | kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-161-0/+2
| |/
* | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-156-258/+211
|\ \ | |/ |/|
| * make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0
| * net/9p: remove (now-)unused helpersAl Viro2015-04-122-43/+1
| * p9_client_attach(): set fid->uid correctlyAl Viro2015-04-121-0/+1
| * 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-121-63/+61
| * 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-121-57/+41
| * net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro2015-04-123-132/+146
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-15468-11521/+19500
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-04-1531-543/+623
| |\ \
| | * | netfilter: nf_tables: get rid of the expression example codePablo Neira Ayuso2015-04-131-94/+0