summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_qca: Add helper function to get the chip familyMatthias Kaehlcke2019-04-231-19/+26
* Bluetooth: mediatek: add support for MediaTek MT7663S and MT7668S SDIO devicesSean Wang2019-04-233-0/+991
* net: systemport: Remove need for DMA descriptorFlorian Fainelli2019-04-232-58/+8
* r8152: sync sa_family with the media type of network deviceCrag.Wang2019-04-231-0/+2
* mlxsw: spectrum_buffers: Adjust CPU port shared buffer egress quotasIdo Schimmel2019-04-231-7/+35
* mlxsw: spectrum_buffers: Allow skipping ingress port quota configurationIdo Schimmel2019-04-231-2/+8
* mlxsw: spectrum_buffers: Split business logic from mlxsw_sp_port_sb_pms_init()Ido Schimmel2019-04-231-7/+14
* mlxsw: spectrum_buffers: Use new CPU ingress pool for control packetsIdo Schimmel2019-04-231-12/+7
* mlxsw: spectrum_buffers: Add pools for CPU trafficIdo Schimmel2019-04-231-0/+20
* mlxsw: spectrum_buffers: Remove assumption about pool orderIdo Schimmel2019-04-231-18/+13
* mlxsw: spectrum_buffers: Forbid changing multicast TCs' attributesIdo Schimmel2019-04-231-0/+2
* mlxsw: spectrum_buffers: Forbid changing threshold type of first egress poolIdo Schimmel2019-04-231-4/+4
* mlxsw: spectrum_buffers: Forbid configuration of multicast poolIdo Schimmel2019-04-231-2/+12
* mlxsw: spectrum_buffers: Add ability to veto TC's configurationIdo Schimmel2019-04-231-0/+18
* mlxsw: spectrum_buffers: Add ability to veto pool's configurationIdo Schimmel2019-04-231-1/+16
* mlxsw: spectrum_buffers: Use defines for pool indicesIdo Schimmel2019-04-231-78/+104
* mlxsw: spectrum_buffers: Add extack messages for invalid configurationsIdo Schimmel2019-04-234-18/+33
* net: devlink: Add extack to shared buffer operationsIdo Schimmel2019-04-232-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-231-0/+6
|\
| * bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy2019-04-161-0/+6
* | ipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmpDavid Ahern2019-04-221-1/+1
* | ipv6: Simplify rt6_qualify_for_ecmpDavid Ahern2019-04-211-1/+1
* | net: hippi:Fix misuse of %x in rrunner.cFuqian Huang2019-04-211-2/+2
* | atm: iphase: fix misuse of %xFuqian Huang2019-04-211-2/+2
* | mlxsw: spectrum_router: Relax FIB rule validationIdo Schimmel2019-04-211-0/+4
* | mlxsw: spectrum: Use a stable ECMP/LAG seedIdo Schimmel2019-04-212-4/+4
* | nfp: add SR-IOV trusted VF supportPablo Cascón2019-04-204-2/+33
* | net: hns3: add function type check for debugfs help informationYufeng Mo2019-04-203-1/+8
* | net: hns3: add queue's statistics update to service taskliuzhongzhu2019-04-202-0/+11
* | net: hns3: Add handling of MAC tunnel interruptionWeihang Li2019-04-207-0/+96
* | net: hns3: add support for dump ncl config by debugfsWeihang Li2019-04-203-0/+70
* | net: hns3: Add support for netif message level settingsYonglong Liu2019-04-205-2/+101
* | net: hns3: dump more information when tx timeout happensJian Shen2019-04-204-9/+72
* | net: hns3: fix loop condition of hns3_get_tx_timeo_queue_info()Jian Shen2019-04-201-1/+1
* | net: hns3: refine tx timeout count handleJian Shen2019-04-201-2/+2
* | net: hns3: add some debug info for hclgevf_get_mbx_resp()Huazhong Tan2019-04-201-3/+6
* | net: hns3: add some debug information for hclge_check_event_causeHuazhong Tan2019-04-201-1/+7
* | net: hns3: add reset statistics for VFHuazhong Tan2019-04-202-3/+18
* | net: hns3: add reset statistics info for PFHuazhong Tan2019-04-204-3/+45
* | mlxsw: spectrum: Assume CONFIG_NET_DEVLINK is always enabledJiri Pirko2019-04-202-17/+2
* | net: dsa: mv88e6xxx: Only reconfigure MAC when something changesAndrew Lunn2019-04-191-0/+17
* | nfp: flower: fix size_t compile warningJohn Hurley2019-04-191-1/+1
* | net: mdio: rename mdio_device reset to reset_gpioDavid Bauer2019-04-193-7/+7
* | net: phy: add support for reset-controllerDavid Bauer2019-04-192-4/+36
* | net: gemini: remove unnecessary assertJakub Kicinski2019-04-191-2/+0
* | sb1000: fix variable set but not used warningsJakub Kicinski2019-04-191-6/+3
* | net: phy: remove dead code from phy_sanitize_settingsHeiner Kallweit2019-04-191-4/+0
* | net: phy: don't set autoneg if it's not supportedHeiner Kallweit2019-04-191-0/+4
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-04-1827-457/+3201
|\ \
| * | ice: Calculate ITR increment based on direct calculationBrett Creeley2019-04-181-72/+63