summaryrefslogtreecommitdiffstats
path: root/drivers/mfd (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-26cfg80211: clarify BSS probe response vs. beacon dataJohannes Berg4-8/+32
2014-08-26cfg80211: re-enable CSA for drivers that support itMichal Kazior1-6/+0
2014-08-26mac80211: don't resize skbs needlesslyIdo Yariv2-2/+8
2014-08-26mac80211: Fix accounting of the tailroom-needed counterIdo Yariv2-11/+8
2014-08-26ieee80211: Support parsing TPC report element in action framesAndrei Otcheretianski1-0/+65
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev9-17/+13
2014-08-26mac80211: make ieee80211_vif_use_reserved_switch staticJohannes Berg2-95/+93
2014-08-26mac80211: mesh_plink: use get_unaligned_le16 instead of memcpyBob Copeland1-7/+3
2014-08-15mac80211: disable 40MHz support in case of 20MHz APEliad Peller1-8/+22
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg11-29/+17
2014-08-15netlink: Annotate RCU locking for seq_file walkerThomas Graf1-0/+2
2014-08-15rhashtable: fix annotations for rht_for_each_entry_rcu()Thomas Graf1-8/+4
2014-08-15rhashtable: unexport and make rht_obj() staticThomas Graf2-8/+1
2014-08-15rhashtable: RCU annotations for next pointersThomas Graf2-3/+3
2014-08-14tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell1-5/+3
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa3-6/+11
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell6-5/+8
2014-08-14sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani1-3/+3
2014-08-14net: ethernet: ibm: ehea: Remove duplicate object from MakefileAndreas Ruprecht1-1/+1
2014-08-14net: xgene: Check negative return value of xgene_enet_get_ring_size()Tobias Klauser1-2/+5
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin3-9/+14
2014-08-14net: xilinx: Remove .owner field for driverMichal Simek3-3/+0
2014-08-14Revert "macvlan: simplify the structure port"David S. Miller1-5/+7
2014-08-14timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz1-2/+3
2014-08-14mm: fix CROSS_MEMORY_ATTACH help text grammarGeert Uytterhoeven1-1/+1
2014-08-14drivers/mfd/rtsx_usb.c: export device tableJeff Mahoney1-0/+1
2014-08-14mm, hugetlb_cgroup: align hugetlb cgroup limit to hugepage sizeDavid Rientjes1-0/+1
2014-08-14iwlwifi: mvm: disable scheduled scan to prevent firmware crashEmmanuel Grumbach1-1/+2
2014-08-14IB/srp: Fix return value check in srp_init_module()Wei Yongjun1-2/+2
2014-08-14sparc: Hook up memfd_create system call.David S. Miller3-4/+5
2014-08-14sparc64: Properly claim resources as each PCI bus is probed.David S. Miller1-0/+32
2014-08-14sparc64: Skip bogus PCI bridge ranges.David S. Miller1-0/+11
2014-08-14sparc64: Expand PCI bridge probing debug logging.David S. Miller1-1/+23
2014-08-14xen-netback: remove loop waiting functionWei Liu1-29/+0
2014-08-14xen-netback: don't stop dealloc kthread too earlyWei Liu3-7/+42
2014-08-14xen-netback: move NAPI add/remove callsWei Liu1-4/+5
2014-08-14xen-netback: fix debugfs entry creationWei Liu1-4/+4
2014-08-14xen-netback: fix debugfs write length checkWei Liu1-3/+6
2014-08-14net-timestamp: fix missing tcp fragmentation casesWillem de Bruijn1-0/+17
2014-08-14net-timestamp: fix missing ACK timestampWillem de Bruijn1-5/+5
2014-08-14drivers/net/irda/donauboe.c: convert to module_pci_driverLibo Chen1-14/+1
2014-08-14irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov1-1/+1
2014-08-14libcxgbi/cxgb4i : Fix ipv6 build failure caught with randconfigAnish Bhatt2-2/+2
2014-08-14tg3: fix return value in tg3_get_stats64Govindarajulu Varadarajan1-1/+2
2014-08-14sunvnet: Schedule maybe_tx_wakeup() as a tasklet from ldc_rx pathSowmini Varadhan2-2/+14
2014-08-14sunvnet: Do not spin in an infinite loop when vio_ldc_send() returns EAGAINSowmini Varadhan1-0/+16
2014-08-14sunvnet: Do not ask for an ACK for every dring transmitSowmini Varadhan1-1/+9
2014-08-14lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70achas williams - CONTRACTOR1-4/+1
2014-08-14atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR1-28/+32
2014-08-14myri10ge: check for DMA mapping errorsStanislaw Gruszka1-30/+58