summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sctp: rework switch cases in sctp_outq_flush_dataMarcelo Ricardo Leitner2018-05-141-98/+93
* sctp: make use of gfp on retransmissionsMarcelo Ricardo Leitner2018-05-141-8/+9
* sctp: move transport flush code out of sctp_outq_flushMarcelo Ricardo Leitner2018-05-141-30/+26
* sctp: move flushing of data chunks out of sctp_outq_flushMarcelo Ricardo Leitner2018-05-141-74/+75
* sctp: move outq data rtx code out of sctp_outq_flushMarcelo Ricardo Leitner2018-05-141-43/+58
* sctp: move the flush of ctrl chunks into its own functionMarcelo Ricardo Leitner2018-05-141-36/+56
* sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner2018-05-141-97/+90
* sctp: add sctp_packet_singletonMarcelo Ricardo Leitner2018-05-141-7/+15
* cxgb4: add tc flower match support for tunnel VNIKumar Sanghvi2018-05-147-7/+237
* net: stmmac: Add Jose Abreu as co-maintainerJose Abreu2018-05-141-0/+1
* cxgb4: do not fail vf instatiation in slave modeArjun Vynipadath2018-05-141-7/+3
* mlxsw: spectrum_span: Support LAG under mirror-to-gretapPetr Machata2018-05-141-0/+21
* net: ethernet: ti: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Hernán Gonzalez2018-05-141-1/+1
* sched: cls: enable verbose loggingMarcelo Ricardo Leitner2018-05-142-2/+5
* Merge branch 'stmmac-dwmac-sun8i-Support-R40'David S. Miller2018-05-142-30/+130
|\
| * net: stmmac: dwmac-sun8i: Add support for GMAC on Allwinner R40 SoCChen-Yu Tsai2018-05-141-0/+17
| * net: stmmac: dwmac-sun8i: Support different ranges for TX/RX delay chainsChen-Yu Tsai2018-05-141-9/+23
| * net: stmmac: dwmac-sun8i: Allow getting syscon regmap from external deviceChen-Yu Tsai2018-05-141-1/+49
| * net: stmmac: dwmac-sun8i: Use regmap_field for syscon register accessChen-Yu Tsai2018-05-141-11/+31
| * dt-bindings: net: dwmac-sun8i: Add binding for GMAC on Allwinner R40 SoCChen-Yu Tsai2018-05-141-0/+3
| * dt-bindings: net: dwmac-sun8i: simplify description of syscon propertyChen-Yu Tsai2018-05-141-6/+1
| * dt-bindings: net: dwmac-sun8i: Sort syscon compatibles by alphabetical orderChen-Yu Tsai2018-05-141-1/+1
| * dt-bindings: net: dwmac-sun8i: Clean up clock delay chain descriptionsChen-Yu Tsai2018-05-141-4/+7
|/
* Merge branch 'dsa-mv88e6xxx-remove-Global-1-setup'David S. Miller2018-05-144-63/+149
|\
| * net: dsa: mv88e6xxx: add a stats setup functionVivien Didelot2018-05-141-17/+10
| * net: dsa: mv88e6xxx: add IEEE and IP mapping opsVivien Didelot2018-05-144-31/+127
| * net: dsa: mv88e6xxx: use helper for 6390 histogramVivien Didelot2018-05-142-15/+12
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-05-147-37/+72
|\
| * i40evf: Fix a hardware reset support in VF driverPaweł Jabłoński2018-05-142-3/+21
| * i40e: free the skb after clearing the bitlockJacob Keller2018-05-141-1/+6
| * i40e: cleanup wording in a header commentJacob Keller2018-05-141-1/+1
| * i40evf: remove MAX_QUEUES and just use I40EVF_MAX_REQ_QUEUESJacob Keller2018-05-142-3/+3
| * i40e: add tx_busy to ethtool statsHarshitha Ramamurthy2018-05-141-0/+1
| * i40e: Fix recalculation of MSI-X vectors for VMDqPatryk Małek2018-05-141-4/+11
| * i40e: cleanup whitespace for some ethtool stat definitionsJacob Keller2018-05-141-6/+6
| * i40e: remove duplicate pfc statsJacob Keller2018-05-141-4/+0
| * i40e: calculate ethtool stats size in a separate functionJacob Keller2018-05-141-10/+18
| * i40evf: Fix client header defineJeff Kirsher2018-05-141-3/+3
| * virtchnl: Whitespace and parenthesis cleanupBruce Allan2018-05-141-2/+2
* | Merge branch 'kernel-add-support-to-collect-hardware-logs-in-crash-recovery-k...David S. Miller2018-05-1410-13/+469
|\ \ | |/ |/|
| * cxgb4: collect hardware dump in second kernelRahul Lakkireddy2018-05-144-0/+42
| * vmcore: append device dumps to vmcore as elf notesRahul Lakkireddy2018-05-141-4/+243
| * vmcore: add API to collect hardware dump in second kernelRahul Lakkireddy2018-05-146-9/+184
|/
* net: ipv4: ipconfig: fix unused variableAnders Roxell2018-05-131-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-11449-1652/+3193
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-11106-291/+714
| |\
| | * net sched actions: fix refcnt leak in skbmodRoman Mashak2018-05-111-1/+4
| | * net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko2018-05-111-1/+1
| | * Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-05-114-3/+6
| | |\
| | | * ixgbe: fix memory leak on ipsec allocationColin Ian King2018-05-111-1/+1