summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ravb: Avoid unsupported internal delay mode for R-Car E3/D3Simon Horman2019-04-241-2/+13
* isdn:mISDN: fix misuse of %x in hfcpci.cFuqian Huang2019-04-241-3/+3
* isdn: hisax: Fix misuse of %x in config.cFuqian Huang2019-04-241-3/+3
* Merge tag 'mlx5-updates-2019-04-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-04-2414-202/+399
|\
| * net/mlx5e: Use #define for the WQE wait timeout constantMaxim Mikityanskiy2019-04-231-3/+7
| * net/mlx5e: Remove unused rx_page_reuse statMaxim Mikityanskiy2019-04-232-5/+0
| * net/mlx5e: Take HW interrupt trigger into a functionMaxim Mikityanskiy2019-04-233-9/+13
| * net/mlx5e: Remove unused parameterMaxim Mikityanskiy2019-04-233-11/+9
| * net/mlx5e: Add an underflow warning commentMaxim Mikityanskiy2019-04-231-2/+5
| * net/mlx5e: Move parameter calculation functions to en/params.cMaxim Mikityanskiy2019-04-234-99/+128
| * net/mlx5e: Report mlx5e_xdp_set errorsMaxim Mikityanskiy2019-04-231-1/+1
| * net/mlx5e: Remove unused parameterMaxim Mikityanskiy2019-04-231-2/+1
| * net/mlx5e: XDP, Inline small packets into the TX MPWQE in XDP xmit flowShay Agroskin2019-04-236-15/+82
| * net/mlx5e: XDP, Add TX MPWQE session counterShay Agroskin2019-04-233-0/+11
| * net/mlx5e: XDP, Enhance RQ indication for XDP redirect flushTariq Toukan2019-04-232-4/+4
| * net/mlx5e: XDP, Fix shifted flag index in RQ bitmapTariq Toukan2019-04-231-1/+1
| * net/mlx5e: RX, Support multiple outstanding UMR postsTariq Toukan2019-04-234-52/+136
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-04-232-7/+10
| |\
| | * Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...Saeed Mahameed2019-04-235955-142740/+272556
| | |\
| | * | net/mlx5: E-Switch, add a new prio to be used by the RDMA sideMark Bloch2019-04-101-0/+7
| | * | net/mlx5: E-Switch, don't use hardcoded values for FDB priosMark Bloch2019-04-102-7/+3
* | | | net: phy: vitesse: Remove support for VSC8514.Kavya Sree Kotagiri2019-04-231-12/+0
* | | | net: phy: mscc: add support for VSC8514 PHY.Kavya Sree Kotagiri2019-04-232-1/+468
* | | | net: phy: marvell: add new default led configure for m88e151xJian Shen2019-04-232-1/+8
* | | | 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