summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ambassador: use setup_timerGeliang Tang2017-03-131-3/+2Star
* Merge branch 'nfp-xdp_adjust_head'David S. Miller2017-03-137-683/+655Star
|\
| * nfp: add support for xdp_adjust_head()Jakub Kicinski2017-03-132-30/+70
| * nfp: prepare metadata handling for xdp_adjust_head()Jakub Kicinski2017-03-131-9/+19
| * nfp: reorganize pkt_off variableJakub Kicinski2017-03-131-9/+10
| * nfp: validate rx offset from the BAR and size down it's fieldJakub Kicinski2017-03-132-6/+14
| * nfp: store dma direction in data path structureJakub Kicinski2017-03-132-32/+24Star
| * nfp: switch to using data path structures for reconfigurationJakub Kicinski2017-03-133-227/+89Star
| * nfp: use dp to carry xdp_prog at reconfig timeJakub Kicinski2017-03-133-52/+37Star
| * nfp: use dp to carry mtu at reconfig timeJakub Kicinski2017-03-133-14/+15
| * nfp: use dp to carry fl_bufsz at reconfig timeJakub Kicinski2017-03-132-32/+27Star
| * nfp: use dp to carry number of stack tx rings and vectorsJakub Kicinski2017-03-131-31/+31
| * nfp: pass new data path to ring reconfigJakub Kicinski2017-03-133-36/+91
| * nfp: move control BAR pointer into data path structureJakub Kicinski2017-03-134-20/+21
| * nfp: separate data path information from the reset of adapter structureJakub Kicinski2017-03-137-414/+436
|/
* Merge branch 'stmmac-multiqueue-mac-prep'David S. Miller2017-03-1310-103/+647
|\
| * net: stmmac: configuration of CBS in case of a TX AVB queueJoao Pinto2017-03-137-11/+164
| * net: stmmac: mac debug prepared for multiple queuesJoao Pinto2017-03-134-54/+64
| * net: stmmac: prepare irq_status for mtlJoao Pinto2017-03-134-16/+33
| * net: stmmac: flow_ctrl functions adapted to mtlJoao Pinto2017-03-136-14/+34
| * net: stmmac: mapping mtl rx to dma channelJoao Pinto2017-03-134-0/+55
| * net: stmmac: mtl rx queue enabled as dcb or avbJoao Pinto2017-03-133-15/+14Star
| * net: stmmac: configure tx queue weightJoao Pinto2017-03-134-0/+42
| * net: stmmac: configure mtl rx and tx algorithmsJoao Pinto2017-03-134-3/+90
| * net: stmmac: multiple queues dt configurationJoao Pinto2017-03-133-0/+161
|/
* Merge branch 'stmmac-tegra186'David S. Miller2017-03-137-34/+444
|\
| * net: stmmac: dwc-qos: Add Tegra186 supportThierry Reding2017-03-132-0/+248
| * net: stmmac: dwc-qos: Split out ->probe() and ->remove()Thierry Reding2017-03-131-26/+98
| * net: stmmac: Program RX queue size and flow controlThierry Reding2017-03-132-2/+62
| * net: stmmac: Parse FIFO sizes from feature registersThierry Reding2017-03-134-0/+13
| * net: stmmac: Check for DMA mapping errorsThierry Reding2017-03-131-0/+2
| * net: stmmac: Balance PTP reference clock enable/disableThierry Reding2017-03-132-1/+4
| * net: stmmac: Disable PTP reference clock on errorThierry Reding2017-03-131-0/+8
| * net: stmmac: Stop PHY and remove TX timer on errorThierry Reding2017-03-131-1/+5
| * net: stmmac: Rename clk_ptp_ref clock to ptp_refThierry Reding2017-03-132-4/+4
|/
* vxlan: use appropriate family on L3 missVincent Bernat2017-03-131-1/+1
* net: Eliminate duplicated codes by creating one new function in_dev_select_addrGao Feng2017-03-131-14/+18
* Merge branch 'sctp-rx-side-stream-reconf-asoc-reset-and-add-streams-and-respo...David S. Miller2017-03-138-25/+585
|\
| * sctp: add get and set sockopt for reconf_enableXin Long2017-03-133-0/+89
| * sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long2017-03-133-3/+161
| * sctp: implement receiver-side procedures for the Add Incoming Streams Request...Xin Long2017-03-133-12/+69
| * sctp: implement receiver-side procedures for the Add Outgoing Streams Request...Xin Long2017-03-133-10/+86
| * sctp: add support for generating add stream change event notificationXin Long2017-03-133-0/+47
| * sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long2017-03-133-0/+86
| * sctp: add support for generating assoc reset event notificationXin Long2017-03-133-0/+47
|/
* liquidio: optimize DMA in NUMA systemsVSR Burru2017-03-135-22/+9Star
* Merge branch 'netvsc-fix-module-removal-hangs'David S. Miller2017-03-131-16/+4Star
|\
| * netvsc: fix hang on netvsc module removalstephen hemminger2017-03-131-2/+2
| * netvsc: need napi scheduled during removalstephen hemminger2017-03-131-14/+2Star
|/
* Merge branch 'dpaa_eth-next' of git://git.freescale.com/ppc/upstream/linuxDavid S. Miller2017-03-135-47/+248
|\