summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-1717-99/+243
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-1717-65/+72
* Merge branch 'dsa-sort'David S. Miller2017-05-177-52/+52
|\
| * drivers: net: DSA: Sort driversAndrew Lunn2017-05-172-23/+23
| * net: dsa: Sort DSA tagging protocol driversAndrew Lunn2017-05-175-29/+29
|/
* liquidio: fix PF falsely indicating success at setting MAC address of a nonex...Felix Manlunas2017-05-171-0/+3
* liquidio: fix insmod failure when multiple NICs are plugged inRick Farrington2017-05-173-10/+123
* net: dsa: store CPU port pointer in the treeVivien Didelot2017-05-1711-35/+30
* Merge branch 'mlxsw-Preparations-for-restructuring'David S. Miller2017-05-177-516/+529
|\
| * mlxsw: spectrum: Default ports to non-virtual modeIdo Schimmel2017-05-171-0/+8
| * mlxsw: spectrum: Move PVID code to appropriate placeIdo Schimmel2017-05-173-58/+46
| * mlxsw: spectrum_switchdev: Don't batch learning operationsIdo Schimmel2017-05-173-20/+7
| * mlxsw: spectrum_switchdev: Don't batch STP operationsIdo Schimmel2017-05-171-42/+17
| * mlxsw: spectrum_switchdev: Don't batch VLAN operationsIdo Schimmel2017-05-173-139/+121
| * mlxsw: spectrum_switchdev: Remove redundant checkIdo Schimmel2017-05-171-9/+0
| * mlxsw: spectrum_router: Initialize RIFs in a separate functionIdo Schimmel2017-05-171-18/+30
| * mlxsw: spectrum_router: Move FIB notification block to router structIdo Schimmel2017-05-172-8/+10
| * mlxsw: spectrum_router: Move RIFs array to its rightful placeIdo Schimmel2017-05-174-24/+35
| * mlxsw: spectrum_switchdev: Reduce scope of bridge structIdo Schimmel2017-05-174-37/+69
| * mlxsw: spectrum_router: Reduce scope of router structIdo Schimmel2017-05-172-114/+130
| * mlxsw: spectrum_buffer: Reduce scope of shared buffer structIdo Schimmel2017-05-172-59/+68
|/
* cxgb4: add new T5 pci device idGanesh Goudar2017-05-171-0/+1
* cxgb4: reduce resource allocation in kdump kernelGanesh Goudar2017-05-171-6/+6
* liquidio: use pcie_flr instead of duplicating itChristoph Hellwig2017-05-161-16/+1
* net: phy: Remove residual magic from PHY driversAndrew Lunn2017-05-165-38/+36
* bnx2x: Remove open coded carrier checkLeon Romanovsky2017-05-161-1/+1
* tcp: internal implementation for pacingEric Dumazet2017-05-168-5/+113
* Merge branch 'udp-scalability-improvements'David S. Miller2017-05-168-69/+211
|\
| * udp: keep the sk_receive_queue held when splicingPaolo Abeni2017-05-161-10/+26
| * udp: use a separate rx queue for packet receptionPaolo Abeni2017-05-165-24/+131
| * net/sock: factor out dequeue/peek with offset codePaolo Abeni2017-05-163-41/+60
|/
* Merge branch 'nfp-LSO-checksum-and-XDP-datapath-updates'David S. Miller2017-05-164-79/+149
|\
| * nfp: eliminate an if statement in calculation of completed framesJakub Kicinski2017-05-161-8/+2
| * nfp: add a helper for wrapping descriptor indexJakub Kicinski2017-05-162-11/+13
| * nfp: complete the XDP TX ring only when it's fullJakub Kicinski2017-05-162-18/+35
| * nfp: add CHECKSUM_COMPLETE supportJakub Kicinski2017-05-163-10/+36
| * nfp: version independent support for chained RSS metadataEdwin Peer2017-05-163-14/+24
| * nfp: don't assume RSS and IRQ moderation are always enabledJakub Kicinski2017-05-161-4/+2
| * nfp: support LSO2 capabilityEdwin Peer2017-05-163-16/+38
| * nfp: rename l4_offset in struct nfp_net_tx_desc to lso_hdrlenEdwin Peer2017-05-162-4/+4
| * nfp: don't enable TSO on the device when disabledJakub Kicinski2017-05-161-0/+1
|/
* net: socket: mark socket protocol handler structs as constlinzhang2017-05-164-4/+4
* tools: hv: Add clean up for included files in Ubuntu net configHaiyang Zhang2017-05-161-3/+18
* bnxt: add dma mapping attributesShannon Nelson2017-05-161-22/+34
* Merge branch 'xgene-Add-ethtool-stats-and-bug-fixes'David S. Miller2017-05-1610-302/+428
|\
| * drivers: net: xgene: Fix redundant prefetch buffer cleanupIyappan Subramanian2017-05-164-62/+1
| * drivers: net: xgene: Workaround for HW errata 10GE_10/ENET_15Quan Nguyen2017-05-163-9/+46
| * drivers: net: xgene: Add frame recovered statistics counter for errata 10GE_8...Quan Nguyen2017-05-163-2/+10
| * drivers: net: xgene: Workaround for HW errata 10GE_4Quan Nguyen2017-05-163-0/+9
| * drivers: net: xgene: Add rx_overrun/tx_underrun statisticsIyappan Subramanian2017-05-167-3/+62