summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-03-04mac80211: check and dequeue skb in ieee80211_tx_prepare_skb()Johannes Berg1-0/+9
2015-03-04mac80211: remove duplicate check for quiescing when queueing workLuciano Coelho1-10/+0
2015-03-04mac80211: allow TDLS setup code to take wdev lockArik Nemtsov1-17/+24
2015-03-04mac80211: start queues if driver rejected wowlanJohannes Berg1-0/+7
2015-03-04mac80211: remove useless double check for open_count in __ieee80211_suspend()Luciano Coelho1-1/+1
2015-03-04mac80211: don't do driver suspend with auth/assoc in progressJohannes Berg1-1/+18
2015-03-03mac80211: handle drv_add_interface failures properly during reconfigLuciano Coelho1-1/+18
2015-03-03mac80211: fix another suspend vs. association raceJohannes Berg1-0/+28
2015-03-03mac80211: TDLS: support VHT between peersArik Nemtsov4-9/+118
2015-03-03cfg80211: add operating classes 128-130Eliad Peller1-0/+1
2015-03-03mac80211: Update beacon's timing and DTIM count on every beaconAlexander Bondar1-12/+20
2015-03-03cfg80211: Allow NL80211_ATTR_IFINDEX to be added to vendor eventsAhmad Kholaif1-4/+15
2015-03-03cfg80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com1-2/+12
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky6-63/+114
2015-02-28cfg80211-wext: return -E2BIG when buffer can't hold full BSS entryJames Minor1-76/+136
2015-02-28mac80211: remove TX latency measurement codeJohannes Berg8-495/+5
2015-02-28nl/mac80211: allow zero plink timeout to disable STA expirationMasashi Honma2-2/+3
2015-02-28cfg80211-wext: export symbols only when neededJohannes Berg4-11/+25
2015-02-28mac80211: iterate using station list in AP SMPSJohannes Berg1-39/+30
2015-02-28mac80211: don't look up stations for multicast addressesJohannes Berg1-1/+1
2015-02-22bridge: add vlan info to bridge setlink and dellink notification messagesRoopa Prabhu1-22/+24
2015-02-22net: __aligned(size) is preferred over __attribute__((aligned(size)))Ameen Ali1-5/+5
2015-02-22batman-adv: Fix use of seq_has_overflowed()Joe Perches1-1/+1
2015-02-22net: Remove state argument from skb_find_text()Bojan Prtvar4-16/+9
2015-02-21ethtool: use "ops" name consistenty in ethtool_set_rxfh()Dan Carpenter1-1/+1
2015-02-21ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"Alex W Slater1-1/+1
2015-02-20igmp: add __ip_mc_{join|leave}_group()Eric Dumazet1-18/+34
2015-02-20batman-adv: Remove uses of return value of seq_printfJoe Perches1-9/+10
2015-02-20tcp: silence registration messagestephen hemminger1-1/+1
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-48/+173
2015-02-17net: dsa: Set valid phy interface typeGuenter Roeck1-2/+7
2015-02-15rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong1-1/+8
2015-02-14net: spelling fixesStephen Hemminger3-3/+3
2015-02-14net/core: Fix warning while make xmldocs caused by dev.cMasanari Iida1-1/+1
2015-02-14ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-02-14openvswitch: Fix key serialization.Pravin B Shelar1-1/+1
2015-02-13net: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-22/+8
2015-02-13tcp: make sure skb is not shared before using skb_get()Eric Dumazet1-8/+24
2015-02-12memcg: cleanup static keys decrementVladimir Davydov1-0/+4
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-151/+209
2015-02-12bridge: netfilter: Move sysctl-specific error code inside #ifdefGeert Uytterhoeven1-5/+2
2015-02-12ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek1-2/+2
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-26/+40
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+3
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-517/+628
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli1-4/+2
2015-02-11mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner1-1/+1
2015-02-11gue: Use checksum partial with remote checksum offloadTom Herbert1-6/+22
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2-2/+3
2015-02-11udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert2-2/+17