aboutsummaryrefslogtreecommitdiffstats
path: root/lib/percpu-refcount.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-23tools/vm/slabinfo: fix an unintentional printfDan Carpenter1-1/+2
2016-07-23testing/radix-tree: fix a macro expansion bugDan Carpenter1-1/+1
2016-07-23radix-tree: fix radix_tree_iter_retry() for tagged iterators.Andrey Ryabinin1-0/+1
2016-07-23mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner3-24/+87
2016-07-22gpio: tegra: don't auto-enable for COMPILE_TESTArnd Bergmann1-2/+5
2016-07-22crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request structHerbert Xu1-2/+2
2016-07-22ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov1-30/+24
2016-07-22packet: propagate sock_cmsg_send() errorSoheil Hassas Yeganeh1-3/+1
2016-07-22macsec: enable GRO and RPS on macsec devicesPaolo Abeni1-7/+25
2016-07-22gro_cells: gro_cells_receive now return error codePaolo Abeni1-6/+5
2016-07-20samples: Add an IPv6 '-6' option to the pktgen scriptsMartin KaFai Lau6-11/+26
2016-07-20bpf: make xdp sample variable names more meaningfulBrenden Blanco2-13/+13
2016-07-20rtnl: protect do_setlink from IFLA_XDP_ATTACHEDBrenden Blanco1-0/+4
2016-07-20net/mlx4_en: use READ_ONCE when freeing xdp_progBrenden Blanco1-2/+4
2016-07-21crypto: qat - make qat_asym_algs.o depend on asn1 headersJan Stancek1-0/+1
2016-07-20net: dsa: mv88e6xxx: kill last locked reg_readVivien Didelot1-16/+19
2016-07-20net: dsa: mv88e6xxx: rework EEPROM accessVivien Didelot2-283/+239
2016-07-20net: dsa: mv88e6xxx: remove unused phy_mutexVivien Didelot1-6/+0
2016-07-20net/faraday: Disallow using reversed MAC address from hardwareGavin Shan1-9/+0
2016-07-20Input: tsc200x - report proper input_dev nameMichael Welling4-6/+25
2016-07-20tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov1-21/+9
2016-07-20net/mlx5e: Fix del vxlan port command buffer memsetSaeed Mahameed1-2/+2
2016-07-20fm10k: bump version numberJacob Keller1-1/+1
2016-07-20fm10k: return proper error code when pci_enable_msix_range failsJacob Keller1-1/+1
2016-07-20fm10k: force link to remain down for at least a second on resume eventsJacob Keller1-0/+4
2016-07-20fm10k: implement request_lport_map pointerJacob Keller3-13/+9
2016-07-20fm10k: check if PCIe link is restoredJacob Keller1-0/+13
2016-07-20fm10k: enable bus master after every resetJacob Keller1-0/+2
2016-07-20fm10k: use common flow for suspend and resumeJacob Keller1-70/+3
2016-07-20fm10k: implement reset_notify handler for PCIe FLR eventsJacob Keller1-0/+33
2016-07-20fm10k: use common reset flow when handling io errors from PCI stackJacob Keller1-53/+7
2016-07-20fm10k: implement prepare_suspend and handle_resumeJacob Keller1-0/+38
2016-07-20fm10k: split fm10k_reinit into two functionsJacob Keller1-5/+28
2016-07-20fm10k: wait for queues to drain if stop_hw() fails onceJacob Keller3-7/+40
2016-07-20fm10k: only warn when stop_hw fails with FM10K_ERR_REQUESTS_PENDINGJacob Keller1-1/+4
2016-07-20fm10k: use actual hardware registers when checking for pending TxJacob Keller1-3/+5
2016-07-20fm10k: perform data path reset even when switch is not readyJacob Keller1-5/+0
2016-07-20fm10k: don't stop reset due to FM10K_ERR_REQUESTS_PENDINGJacob Keller4-15/+24
2016-07-20fm10k: Reset mailbox global interruptsNgai-Mint Kwan2-0/+6
2016-07-20fm10k: prevent multiple threads updating statisticsJacob Keller2-0/+15
2016-07-20fm10k: avoid possible null pointer dereference in fm10k_update_statsJacob Keller1-2/+8
2016-07-20fm10k: no need to continue in fm10k_down if __FM10K_DOWN already setJacob Keller1-1/+2
2016-07-20mlxsw: spectrum: Expose per-tc counters via ethtoolIdo Schimmel2-1/+65
2016-07-20mlxsw: spectrum: Expose per-priority counters via ethtoolIdo Schimmel1-9/+107
2016-07-20net: cpmac: fix error handling of cpmac_probe()Wei Yongjun1-3/+2
2016-07-20net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun1-8/+2
2016-07-20net: ethernet: nb8800: fix error handling of nb8800_probe()Wei Yongjun1-1/+1
2016-07-20wan/fsl_ucc_hdlc: use module_platform_driver to simplify the codeWei Yongjun1-12/+1
2016-07-20wan/fsl_ucc_hdlc: remove .owner field for driverWei Yongjun1-1/+0
2016-07-20net: axienet: Fix return value check in axienet_probe()Wei Yongjun1-2/+2