summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mlxsw-tc-flower-offload-stats'David S. Miller2017-03-1212-2/+695
|\
| * mlxsw: spectrum: Add support for TC flower offload statisticsArkadi Sharshevsky2017-03-124-0/+82
| * mlxsw: spectrum: Add support for counters on TCAM entriesArkadi Sharshevsky2017-03-122-0/+42
| * mlxsw: spectrum: Add support for Policing and Counting action blockArkadi Sharshevsky2017-03-122-0/+53
| * mlxsw: spectrum: Add periodic ACL rule activity updateArkadi Sharshevsky2017-03-121-1/+73
| * mlxsw: spectrum: Add support for direct rule accessArkadi Sharshevsky2017-03-121-0/+6
| * mlxsw: spectrum_acl_tcam: Add support for retrieving TCAM entry activityArkadi Sharshevsky2017-03-122-0/+44
| * mlxsw: spectrum: Add support for generic flow counter allocationArkadi Sharshevsky2017-03-125-3/+86
| * mlxsw: reg: Add Monitoring General Purpose Counter Set registerArkadi Sharshevsky2017-03-121-0/+65
| * mlxsw: spectrum: Add support for counter allocatorArkadi Sharshevsky2017-03-126-1/+247
|/
* drop_monitor: use setup_timerGeliang Tang2017-03-121-3/+2
* ambassador: use setup_timerGeliang Tang2017-03-121-3/+2
* Merge branch 'nfp-xdp_adjust_head'David S. Miller2017-03-127-683/+655
|\
| * nfp: add support for xdp_adjust_head()Jakub Kicinski2017-03-122-30/+70
| * nfp: prepare metadata handling for xdp_adjust_head()Jakub Kicinski2017-03-121-9/+19
| * nfp: reorganize pkt_off variableJakub Kicinski2017-03-121-9/+10
| * nfp: validate rx offset from the BAR and size down it's fieldJakub Kicinski2017-03-122-6/+14
| * nfp: store dma direction in data path structureJakub Kicinski2017-03-122-32/+24
| * nfp: switch to using data path structures for reconfigurationJakub Kicinski2017-03-123-227/+89
| * nfp: use dp to carry xdp_prog at reconfig timeJakub Kicinski2017-03-123-52/+37
| * nfp: use dp to carry mtu at reconfig timeJakub Kicinski2017-03-123-14/+15
| * nfp: use dp to carry fl_bufsz at reconfig timeJakub Kicinski2017-03-122-32/+27
| * nfp: use dp to carry number of stack tx rings and vectorsJakub Kicinski2017-03-121-31/+31
| * nfp: pass new data path to ring reconfigJakub Kicinski2017-03-123-36/+91
| * nfp: move control BAR pointer into data path structureJakub Kicinski2017-03-124-20/+21
| * nfp: separate data path information from the reset of adapter structureJakub Kicinski2017-03-127-414/+436
|/
* Merge branch 'stmmac-multiqueue-mac-prep'David S. Miller2017-03-1210-103/+647
|\
| * net: stmmac: configuration of CBS in case of a TX AVB queueJoao Pinto2017-03-127-11/+164
| * net: stmmac: mac debug prepared for multiple queuesJoao Pinto2017-03-124-54/+64
| * net: stmmac: prepare irq_status for mtlJoao Pinto2017-03-124-16/+33
| * net: stmmac: flow_ctrl functions adapted to mtlJoao Pinto2017-03-126-14/+34
| * net: stmmac: mapping mtl rx to dma channelJoao Pinto2017-03-124-0/+55
| * net: stmmac: mtl rx queue enabled as dcb or avbJoao Pinto2017-03-123-15/+14
| * net: stmmac: configure tx queue weightJoao Pinto2017-03-124-0/+42
| * net: stmmac: configure mtl rx and tx algorithmsJoao Pinto2017-03-124-3/+90
| * net: stmmac: multiple queues dt configurationJoao Pinto2017-03-123-0/+161
|/
* Merge branch 'stmmac-tegra186'David S. Miller2017-03-127-34/+444
|\
| * net: stmmac: dwc-qos: Add Tegra186 supportThierry Reding2017-03-122-0/+248
| * net: stmmac: dwc-qos: Split out ->probe() and ->remove()Thierry Reding2017-03-121-26/+98
| * net: stmmac: Program RX queue size and flow controlThierry Reding2017-03-122-2/+62
| * net: stmmac: Parse FIFO sizes from feature registersThierry Reding2017-03-124-0/+13
| * net: stmmac: Check for DMA mapping errorsThierry Reding2017-03-121-0/+2
| * net: stmmac: Balance PTP reference clock enable/disableThierry Reding2017-03-122-1/+4
| * net: stmmac: Disable PTP reference clock on errorThierry Reding2017-03-121-0/+8
| * net: stmmac: Stop PHY and remove TX timer on errorThierry Reding2017-03-121-1/+5
| * net: stmmac: Rename clk_ptp_ref clock to ptp_refThierry Reding2017-03-122-4/+4
|/
* vxlan: use appropriate family on L3 missVincent Bernat2017-03-121-1/+1
* net: Eliminate duplicated codes by creating one new function in_dev_select_addrGao Feng2017-03-121-14/+18
* Merge branch 'sctp-rx-side-stream-reconf-asoc-reset-and-add-streams-and-respo...David S. Miller2017-03-128-25/+585
|\
| * sctp: add get and set sockopt for reconf_enableXin Long2017-03-123-0/+89