summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFC: Convert timers to use timer_setup()Allen Pais2017-11-064-31/+21
* NFC: fdp: make struct nci_ops staticColin Ian King2017-11-061-1/+1
* nfc: s3fwrn5: make array match static constColin Ian King2017-11-061-1/+1
* nfc: st21nfca: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* nfc: st-nci: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* nfc: s3fwrn5: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* nfc: pn544: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* nfc: pn533: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* nfc: nxp-nci: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* nfc: nfcmrvl: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* nfc: microread: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* NFC: fix device-allocation error returnJohan Hovold2017-11-061-1/+1
* Merge branch 'eBPF-based-device-cgroup-controller'David S. Miller2017-11-0515-76/+369
|\
| * selftests/bpf: add a test for device cgroup controllerRoman Gushchin2017-11-053-2/+155
| * bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/Roman Gushchin2017-11-054-3/+4
| * bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin2017-11-058-1/+130
| * device_cgroup: prepare code for bpf-based device controllerRoman Gushchin2017-11-052-49/+59
| * device_cgroup: add DEVCG_ prefix to ACC_* and DEV_* constantsRoman Gushchin2017-11-051-36/+36
|/
* Merge tag 'mlx5-updates-2017-11-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-11-0522-53/+696
|\
| * net/mlx5e: Enable CQE based moderation on TX CQTal Gilboa2017-11-044-23/+71
| * net/mlx5e: IPoIB, Add inner TTC table to IPoIB flow steeringFeras Daoud2017-11-043-3/+16
| * net/mlx5: Initialize destination_flow struct to 0Rabie Loulou2017-11-045-15/+15
| * net/mlx5: Enlarge the NIC TC offload table sizeOr Gerlitz2017-11-041-2/+13
| * net/mlx5e: DCBNL, Add debug messages logInbar Karmy2017-11-041-1/+23
| * net/mlx5e: Add support for ethtool msglvl supportGal Pressman2017-11-043-0/+25
| * net/mlx5e: Support DSCP trust state to Ethernet's IP packet on SQHuy Nguyen2017-11-045-6/+73
| * net/mlx5e: Add dcbnl dscp to priority supportHuy Nguyen2017-11-043-2/+232
| * net/mlx5: QPTS and QPDPM register firmware command supportHuy Nguyen2017-11-044-0/+131
| * net/mlx5: Add MLX5_SET16 and MLX5_GET16Huy Nguyen2017-11-041-0/+17
| * net/mlx5: QCAM register firmware command supportHuy Nguyen2017-11-046-1/+79
| * net/dcb: Add dscp to priority selector typeHuy Nguyen2017-11-041-0/+1
* | Merge branch 'nfp-ethtool-and-related-improvements'David S. Miller2017-11-0510-30/+325
|\ \
| * | nfp: implement ethtool FEC mode settingsDirk van der Merwe2017-11-051-1/+116
| * | nfp: add helpers for FEC supportDirk van der Merwe2017-11-052-0/+94
| * | nfp: add get/set link settings ndos to representorsDirk van der Merwe2017-11-051-0/+2
| * | nfp: resync repr state when port table syncDirk van der Merwe2017-11-053-0/+54
| * | nfp: refactor nfp_app_reprs_setDirk van der Merwe2017-11-052-18/+4
| * | nfp: make use of MAC reinitJakub Kicinski2017-11-055-3/+40
| * | nfp: don't depend on compiler constant propagationJakub Kicinski2017-11-051-8/+15
|/ /
* | tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha2017-11-057-4/+68
* | Merge branch 'dsa-parsing-stage'David S. Miller2017-11-053-140/+179
|\ \
| * | net: dsa: resolve tagging protocol at parse timeVivien Didelot2017-11-051-16/+15
| * | net: dsa: add one port parsing function per typeVivien Didelot2017-11-051-20/+36
| * | net: dsa: only check presence of link propertyVivien Didelot2017-11-051-1/+1
| * | net: dsa: rework switch parsingVivien Didelot2017-11-051-59/+58
| * | net: dsa: get tree before parsing portsVivien Didelot2017-11-051-8/+10
| * | net: dsa: rework switch addition and removalVivien Didelot2017-11-051-20/+27
| * | net: dsa: provide a find or new tree helperVivien Didelot2017-11-051-11/+21
| * | net: dsa: get and put tree reference countingVivien Didelot2017-11-051-11/+27
| * | net: dsa: simplify tree reference countingVivien Didelot2017-11-051-20/+10