summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rocker: fix kcalloc parameter orderZahari Doychev2017-09-051-2/+2
* vhost_net: correctly check tx avail during rx busy pollingJason Wang2017-09-051-1/+6
* net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe2017-09-054-6/+8
* net: stmmac: Delete dead code for MDIO registrationRomain Perier2017-09-052-19/+19
* gianfar: Fix Tx flow control deactivationClaudiu Manoil2017-09-051-1/+1
* cxgb4: Ignore MPS_TX_INT_CAUSE[Bubble] for T6Ganesh Goudar2017-09-051-1/+15
* cxgb4: Fix pause frame count in t4_get_port_statsGanesh Goudar2017-09-051-8/+4
* cxgb4: fix memory leakGanesh Goudar2017-09-051-3/+3
* tun: rename generic_xdp to skb_xdpJason Wang2017-09-051-7/+11
* tun: reserve extra headroom only when XDP is setJason Wang2017-09-051-8/+18
* net: dsa: bcm_sf2: Configure IMP port TC2QOS mappingFlorian Fainelli2017-09-051-0/+9
* net: dsa: bcm_sf2: Advertise number of egress queuesFlorian Fainelli2017-09-052-1/+7
* net/mlx4_core: Use ARRAY_SIZE macroThomas Meyer2017-09-052-6/+8
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-09-031-4/+1
|\
| * ieee802154: ca8210: Fix a potential NULL pointer dereferenceChristophe JAILLET2017-08-201-4/+1
* | net: qualcomm: rmnet: Rename real_dev_info to portSubash Abhinov Kasiviswanathan2017-09-038-87/+82
* | net: qualcomm: rmnet: Implement ndo_get_iflinkSubash Abhinov Kasiviswanathan2017-09-034-3/+15
* | net: qualcomm: rmnet: Refactor the new rmnet dev creationSubash Abhinov Kasiviswanathan2017-09-033-84/+26
* | net: qualcomm: rmnet: Move the device creation logSubash Abhinov Kasiviswanathan2017-09-031-2/+1
* | net: qualcomm: rmnet: Remove the unused endpoint -1Subash Abhinov Kasiviswanathan2017-09-031-11/+3
* | net: qualcomm: rmnet: Fix memory corruption if mux_id is greater than 32Subash Abhinov Kasiviswanathan2017-09-033-4/+2
* | nfp: flower: restore RTNL locking around representor updatesJakub Kicinski2017-09-031-2/+4
* | nfp: build the flower offload by defaultJakub Kicinski2017-09-031-0/+1
* | nfp: be drop monitor friendlyJakub Kicinski2017-09-032-1/+4
* | nfp: move the start/stop app callbacks backJakub Kicinski2017-09-031-15/+11
* | nfp: flower: base lifetime of representors on existence of lower vNICJakub Kicinski2017-09-031-23/+43
* | nfp: separate app vNIC init/clean from alloc/freeJakub Kicinski2017-09-039-27/+73
* | Merge tag 'mlx5-updates-2017-09-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-09-037-227/+215
|\ \
| * | net/mlx5e: Distribute RSS table among all RX ringsTariq Toukan2017-09-033-17/+4
| * | net/mlx5e: Stop NAPI when irq balancer changes affinityTariq Toukan2017-09-033-2/+26
| * | net/mlx5e: Use kernel's mechanism to avoid missing NAPIsTariq Toukan2017-09-033-15/+1
| * | net/mlx5e: Slightly increase RX page-cache sizeTariq Toukan2017-09-031-1/+1
| * | net/mlx5e: Don't recycle page if moved to far NUMATariq Toukan2017-09-033-2/+9
| * | net/mlx5e: Remove unnecessary fields in ICO SQTariq Toukan2017-09-033-26/+2
| * | net/mlx5e: Type-specific optimizations for RX post WQEs functionTariq Toukan2017-09-034-87/+92
| * | net/mlx5e: Non-atomic RQ state indicator for UMR WQE in progressTariq Toukan2017-09-033-7/+8
| * | net/mlx5e: Non-atomic indicator for ring enabled stateTariq Toukan2017-09-035-8/+10
| * | net/mlx5e: Refactor data-path lro header functionTariq Toukan2017-09-031-25/+20
| * | net/mlx5e: Early-return on empty completion queuesTariq Toukan2017-09-032-24/+32
| * | net/mlx5e: NAPI busy-poll when UMR post is in progressTariq Toukan2017-09-031-5/+4
| * | net/mlx5e: Small enhancements for RX MPWQE allocation and freeTariq Toukan2017-09-032-12/+12
| * | net/mlx5e: Use memset to init skbs_frags array to zerosTariq Toukan2017-09-031-1/+1
| * | net/mlx5e: Remove unnecessary wqe_sz field from RQ bufferTariq Toukan2017-09-032-6/+3
| * | net/mlx5e: Replace multiplication by stride size with a shiftTariq Toukan2017-09-033-5/+5
| * | net/mlx5e: Reorganize struct mlx5e_rqTariq Toukan2017-09-033-19/+20
* | | mlxsw: spectrum_router: Support GRE tunnelsPetr Machata2017-09-034-0/+207
* | | mlxsw: spectrum_router: Add loopback accessorsPetr Machata2017-09-032-0/+13
* | | mlxsw: spectrum: Register for IPIP_DECAP_ERROR trapPetr Machata2017-09-032-0/+2
* | | mlxsw: spectrum_router: Use existing decap routePetr Machata2017-09-031-4/+76
* | | mlxsw: spectrum_router: Support IPv4 underlay decapPetr Machata2017-09-033-5/+146