summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-181516-34039/+76286
|\
| * Revert "phy dp83867: Fix compilation with CONFIG_OF_MDIO=m"David S. Miller2016-05-171-1/+1
| * Revert "phy dp83867: Make rgmii parameters optional"David S. Miller2016-05-171-28/+3
| * r8169: default to 64-bit DMA on recent PCIe chipsArd Biesheuvel2016-05-171-19/+25
| * phy dp83867: Make rgmii parameters optionalAlexander Graf2016-05-171-3/+28
| * phy dp83867: Fix compilation with CONFIG_OF_MDIO=mAlexander Graf2016-05-171-1/+1
| * Merge tag 'net-next-qcom-soc-4.7-2-merge' of git://github.com/andersson/kernelDavid S. Miller2016-05-179-77/+278
| |\
| | * Merge tag 'qcom-soc-for-4.7-2' into net-nextBjorn Andersson2016-05-139-77/+278
| | |\
| | | * soc: qcom: smd: Make callback pass channel referenceBjorn Andersson2016-04-204-13/+33
| | | * soc: qcom: smem: Use write-combine remap for SMEMBjorn Andersson2016-04-201-2/+1
| | | * Merge tag 'qcom-soc-for-4.7' into soc-for-4.7-p2Andy Gross2016-04-205-63/+220
| | | |\
| | | | * soc: qcom: smd: Support opening additional channelsBjorn Andersson2016-03-312-0/+80
| | | | * soc: qcom: smd: Support multiple channels per sdevBjorn Andersson2016-03-311-3/+11
| | | | * soc: qcom: smd: Refactor channel open and close handlingBjorn Andersson2016-03-311-22/+40
| | | | * soc: qcom: smd: Split discovery and state change workBjorn Andersson2016-03-311-27/+31
| | | | * soc: qcom: smd: Introduce callback setterBjorn Andersson2016-03-312-9/+20
| | | | * drivers: qcom: spm: avoid module usage in non-modular SPM driverLina Iyer2016-03-311-5/+3
| | | | * soc: qcom: smem_state: Add stubs for disabled smem_stateBjorn Andersson2016-03-311-0/+35
| | | | * MAINTAINERS: add qcom clocks to the maintainers listSrinivas Kandagatla2016-03-311-0/+1
| | | | * MAINTAINERS: add qcom i2c and spi drivers to listSrinivas Kandagatla2016-03-311-0/+2
| | | |/
| * | | bpf: arm64: remove callee-save registers use for tmp registersYang Shi2016-05-171-29/+5
| * | | asix: Fix offset calculation in asix_rx_fixup() causing slow transmissionsJohn Stultz2016-05-171-1/+1
| * | | switchdev: pass pointer to fib_info instead of copyJiri Pirko2016-05-173-7/+5
| * | | net_sched: close another race condition in tcf_mirred_release()WANG Cong2016-05-171-2/+3
| * | | tipc: fix nametable publication field in nl compatRichard Alpe2016-05-171-1/+1
| * | | drivers: net: Don't print unpopulated net_device nameHarvey Hunt2016-05-173-10/+20
| * | | qed: add support for dcbx.Sudarsana Reddy Kalluru2016-05-1711-8/+834
| * | | ravb: Add missing free_irq() calls to ravb_close()Geert Uytterhoeven2016-05-171-1/+6
| * | | qed: Remove a stray tabDan Carpenter2016-05-171-1/+1
| * | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-05-171-6/+6
| |\ \ \
| | * | | ixgbe: Fix VLAN features errorAlexander Duyck2016-05-171-4/+4
| | * | | ixgbe: use correct mask when enabling sriovEmil Tantilov2016-05-171-2/+2
| * | | | net: ethernet: fec-mpc52xx: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-171-24/+2
| * | | | net: ethernet: fec-mpc52xx: use phydev from struct net_devicePhilippe Reynes2016-05-171-23/+20
| * | | | bpf, doc: fix typo on bpf_asm descriptionsDaniel Borkmann2016-05-171-8/+8
| * | | | stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is setEzequiel Garcia2016-05-171-1/+6
| * | | | net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-171-24/+2
| * | | | net: ethernet: fs-enet: use phydev from struct net_devicePhilippe Reynes2016-05-175-26/+18
| * | | | netlink: Fix dump skb leak/double freeHerbert Xu2016-05-171-2/+5
| * | | | tipc: check nl sock before parsing nested attributesRichard Alpe2016-05-171-0/+3
| * | | | fq_codel: fix memory limitation driftEric Dumazet2016-05-171-1/+2
| * | | | net: ethernet: ftgmac100: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-171-14/+2
| * | | | net: ethernet: ftgmac100: use phydev from struct net_devicePhilippe Reynes2016-05-171-16/+8
| * | | | net: ethernet: gianfar: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-171-25/+2
| * | | | net: ethernet: gianfar: use phydev from struct net_devicePhilippe Reynes2016-05-173-32/+35
| |/ / /
| * | | net: also make sch_handle_egress() drop monitor readyDaniel Borkmann2016-05-161-3/+3
| * | | net/hsr: Use setup_timer and mod_timer.Muhammad Falak R Wani2016-05-161-8/+3
| * | | Merge branch 'qed-next'David S. Miller2016-05-165-103/+99
| |\ \ \
| | * | | qed: VFs gracefully accept lack of PMYuval Mintz2016-05-161-1/+1
| | * | | qed: Allow more than 16 VFsYuval Mintz2016-05-161-0/+3