summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * dpaa_eth: avoid timestamp read on error pathsMadalin Bucur2019-10-311-7/+10
| * dpaa_eth: perform DMA unmapping before readMadalin Bucur2019-10-311-15/+17
| * dpaa_eth: use page backed rx buffersMadalin Bucur2019-10-311-29/+22
| * dpaa_eth: use only one buffer pool per interfaceMadalin Bucur2019-10-314-92/+57
|/
* Merge branch 'net-hns3-add-some-optimizations-and-cleanups'David S. Miller2019-10-3120-207/+278
|\
| * net: hns3: cleanup byte order issues when printedGuojia Liao2019-10-314-62/+83
| * net: hns3: cleanup some print format warningGuojia Liao2019-10-3114-101/+101
| * net: hns3: add or modify some commentsGuangbin Huang2019-10-313-2/+5
| * net: hns3: optimize local variable initializationGuangbin Huang2019-10-312-3/+2
| * net: hns3: cleanup a format-truncation warningGuojia Liao2019-10-311-1/+2
| * net: hns3: cleanup some coding style issuesGuangbin Huang2019-10-317-14/+13
| * net: hns3: cleanup some magic numbersGuojia Liao2019-10-316-20/+34
| * net: hns3: add struct netdev_queue debug info for TX timeoutYunsheng Lin2019-10-311-0/+3
| * net: hns3: dump some debug information when reset failHuazhong Tan2019-10-314-4/+35
|/
* Merge branch 'bnxt_en-Add-OP-TEE-based-bnxt-f-w-manager'David S. Miller2019-10-318-4/+356
|\
| * bnxt_en: Add support to collect crash dump via ethtoolVasundhara Volam2019-10-313-2/+40
| * bnxt_en: Add support to invoke OP-TEE API to reset firmwareVasundhara Volam2019-10-312-2/+14
| * firmware: broadcom: add OP-TEE based BNXT f/w managerVikas Gupta2019-10-314-0/+302
|/
* Merge branch 'mlxsw-Make-port-split-code-more-generic'David S. Miller2019-10-317-130/+325
|\
| * mlxsw: spectrum: Generalize split count checkJiri Pirko2019-10-311-3/+3
| * mlxsw: spectrum: Iterate over all ports in gap during unsplit createJiri Pirko2019-10-311-13/+8
| * mlxsw: spectrum: Fix base port get for split count 4 and 8Jiri Pirko2019-10-311-13/+15
| * mlxsw: spectrum: Use port_module_max_width to compute base port indexJiri Pirko2019-10-311-2/+0
| * mlxsw: spectrum: Remember split base local port and use it in unsplitJiri Pirko2019-10-312-9/+8
| * mlxsw: spectrum: Introduce resource for getting offset of 4 lanes split portJiri Pirko2019-10-312-0/+4
| * mlxsw: spectrum: Push getting offsets of split ports into a helperJiri Pirko2019-10-311-23/+35
| * mlxsw: spectrum: Add sanity checks into module info getJiri Pirko2019-10-311-2/+37
| * mlxsw: spectrum: Pass mapping values in port mapping structureJiri Pirko2019-10-311-30/+26
| * mlxsw: spectrum: Use mapping of port being split for creating split portsJiri Pirko2019-10-311-10/+13
| * mlxsw: spectrum: Replace port_to_module array with array of structsJiri Pirko2019-10-312-39/+84
| * mlxsw: spectrum: Distinguish between unsplittable and split portJiri Pirko2019-10-311-4/+11
| * mlxsw: spectrum: Move max_width check up before count checkJiri Pirko2019-10-311-6/+6
| * mlxsw: spectrum: Use PMTM register to get max module widthJiri Pirko2019-10-314-19/+67
| * mlxsw: reg: Add Port Module Type Mapping RegisterJiri Pirko2019-10-311-0/+50
| * mlxsw: reg: Extend PMLP tx/rx lane value size to 4 bitsJiri Pirko2019-10-311-2/+3
|/
* cxgb4/l2t: Simplify 't4_l2e_free()' and '_t4_l2e_free()'Christophe JAILLET2019-10-311-6/+2
* Merge branch 'Control-action-percpu-counters-allocation-by-netlink-flag'David S. Miller2019-10-3029-102/+321
|\
| * tc-testing: implement tests for new fast_init action flagVlad Buslov2019-10-306-0/+144
| * net: sched: update action implementations to support flagsVlad Buslov2019-10-3021-27/+53
| * net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2019-10-3022-26/+44
| * net: sched: modify stats helper functions to support regular statsVlad Buslov2019-10-302-14/+35
| * net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov2019-10-302-12/+4
| * net: sched: extract qstats update code into functionsVlad Buslov2019-10-306-5/+21
| * net: sched: extract bstats update code into functionVlad Buslov2019-10-307-6/+13
| * net: sched: extract common action counters update code into functionVlad Buslov2019-10-307-26/+21
|/
* net: qrtr: Simplify 'qrtr_tun_release()'Christophe JAILLET2019-10-301-5/+1
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2019-10-3010-55/+122
|\
| * e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not setSasha Neftin2019-10-291-0/+2
| * e1000e: Add support for Tiger LakeSasha Neftin2019-10-295-1/+26
| * i40e: Add UDP segmentation offload supportJosh Hunt2019-10-292-3/+10