summaryrefslogtreecommitdiffstats
path: root/arch/sh (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-09net: phy: dp83867: Fix device tree entriesDan Murphy2-9/+15
2015-06-09atm: use msecs_to_jiffies for conversionsNicholas Mc Guire1-1/+1
2015-06-08net: phy: bcm7xxx: update workaround to fix 100BaseT corner casesFlorian Fainelli1-2/+5
2015-06-08net: replace last open coded skb_orphan_frags with function callWillem de Bruijn1-9/+2
2015-06-08net: bcmgenet: power on MII block for all MII modesFlorian Fainelli1-3/+9
2015-06-08ipv6: Fix protocol resubmissionJosh Hunt1-3/+5
2015-06-08ipv6: fix possible use after free of dev statsRobert Shearman1-2/+9
2015-06-08pata_octeon_cf: fix broken buildAaro Koskinen1-1/+1
2015-06-08net/phy: micrel: Center FLP timing at 16msJaeden Amero1-1/+22
2015-06-08net/phy: micrel: Comment MMD address of extended registersJaeden Amero1-0/+1
2015-06-08net/phy: micrel: Be more const correctJaeden Amero1-14/+15
2015-06-08fib_trie: coding style: Use pointer after checkFiro Yang1-8/+13
2015-06-08wan: dscc4: use msecs_to_jiffies for conversionsNicholas Mc Guire1-3/+3
2015-06-08cosa: use msecs_to_jiffies for conversionsNicholas Mc Guire1-1/+1
2015-06-08Linux 4.1-rc7v4.1-rc7Linus Torvalds1-1/+1
2015-06-08net/mlx5_core: Fix static checker warnings around system guid query flowMajd Dibbiny3-3/+4
2015-06-08b44: call netif_napi_del()Hauke Mehrtens1-0/+2
2015-06-08bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov1-0/+2
2015-06-08Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup"David S. Miller1-2/+2
2015-06-08isdn/hisax: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar1-2/+2
2015-06-08mpls: fix possible use after free of deviceRobert Shearman2-1/+2
2015-06-08ethernet: micrel: use time_is_before_eq_jiffiesAntonio Murdaca1-1/+1
2015-06-08be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna3-53/+67
2015-06-08net: fec: ptp: correct the ENET_ATCOR valueFugang Duan1-0/+1
2015-06-08bridge: use _bh spinlock variant for br_fdb_update to avoid lockupWilson Kok1-2/+2
2015-06-08net: ll_temac: Remove sparse warningsMichal Simek1-6/+6
2015-06-08tcp: get_cookie_sock() consolidationEric Dumazet3-23/+9
2015-06-08net: bcmgenet: improve TX timeoutFlorian Fainelli1-0/+67
2015-06-07net: dsa: mv88e6xxx: Fix deadlock by double lockAndrew Lunn1-2/+2
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov6-48/+207
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov4-29/+30
2015-06-07tcp: remove redundant checks IIEric Dumazet2-8/+0
2015-06-07fddi: print an address with %p format specifier rather than %xColin Ian King1-1/+1
2015-06-07amd-xgbe: Use disable_irq_nosync from within timer functionLendacky, Thomas1-1/+1
2015-06-07wan: dscc4: fix build warning Wunused-but-set-variableNicholas Mc Guire1-3/+0
2015-06-07rhashtable: add missing import <linux/export.h>Hauke Mehrtens1-0/+1
2015-06-07inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet5-2/+13
2015-06-06MIPS: KVM: Do not sign extend on unsigned MMIO loadNicholas Mc Guire1-1/+1
2015-06-06MIPS: BPF: Fix stack pointer allocationMarkos Chandras1-5/+1
2015-06-06MIPS: Loongson-3: Fix a cpu-hotplug issue in loongson3_ipi_interrupt()Huacai Chen1-1/+1
2015-06-06MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan1-1/+1
2015-06-06MIPS: c-r4k: Fix typo in probe_scache()Joshua Kinard1-1/+1
2015-06-06cxgb4: Fix static checker warningHariprasad Shenai1-1/+1
2015-06-06cxgb4: Use FW LDST cmd to access TP_PIO_{ADDR, DATA} register firstHariprasad Shenai2-21/+83
2015-06-06cxgb4: program pci completion timeoutHariprasad Shenai1-0/+19
2015-06-06cxgb4: Set mac addr from vpd, when we can't contact firmwareHariprasad Shenai3-19/+81
2015-06-06cxgb4: Rename t4_link_start() to t4_link_l1cfgHariprasad Shenai4-6/+6
2015-06-06cxgb4: Add sge ec context flush serviceHariprasad Shenai4-5/+33
2015-06-06cxgb4: Free Virtual Interfaces in remove routineHariprasad Shenai3-0/+35
2015-06-06iscsi_ibft: filter null v4-mapped v6 addressesChris Leech1-15/+21