summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qede - Add a statistic for a case where driver drops tx packet due to memory ...Michael Shteinbok2018-11-293-2/+4
* dpaa2-eth: Add "fall through" commentsIoana Ciocoi Radulescu2018-11-291-0/+2
* Merge branch 'ave-suspend-resume'David S. Miller2018-11-291-1/+59
|\
| * net: ethernet: ave: Preserve wol state in suspend/resume sequenceKunihiko Hayashi2018-11-291-0/+10
| * net: ethernet: ave: Set initial wol state to disabledKunihiko Hayashi2018-11-291-1/+5
| * net: ethernet: ave: Add suspend/resume supportKunihiko Hayashi2018-11-291-0/+44
|/
* Merge tag 'linux-can-next-for-4.21-20181128' of git://git.kernel.org/pub/scm/...David S. Miller2018-11-2912-92/+402
|\
| * can: flexcan: split the Message Buffer RAM areaPankaj Bansal2018-11-281-3/+13
| * can: flexcan: Add provision for variable payload sizePankaj Bansal2018-11-281-33/+55
| * can: flexcan: move rx_offload_add() from flexcan_probe() to flexcan_open()Pankaj Bansal2018-11-281-33/+36
| * can: flexcan: flexcan_chip_start(): enable loopback mode in flexcanPankaj Bansal2018-11-281-3/+19
| * can: flexcan: add self wakeup supportAisheng Dong2018-11-281-9/+164
| * dt-bindings: can: flexcan: add stop mode property to device treeAisheng Dong2018-11-281-0/+8
| * can: flexcan: flexcan_chip_start(): adjust comment to match the codeMarc Kleine-Budde2018-11-281-1/+6
| * can: flexcan: FLEXCAN_IFLAG_MB: add () around macro argumentMarc Kleine-Budde2018-11-281-1/+1
| * can: flexcan: flexcan_irq(): fix indentionMarc Kleine-Budde2018-11-281-1/+1
| * can: flexcan: flexcan_start_xmit(): fix indentionMarc Kleine-Budde2018-11-281-2/+2
| * can: flexcan: enable flexcan for all architecturesPankaj Bansal2018-11-281-1/+1
| * can: rcar: add SPDX identifiers to Kconfig and MakefileKuninori Morimoto2018-11-282-0/+2
| * can: rcar: use SPDX identifier for Renesas driversWolfram Sang2018-11-282-10/+2
| * can: sja1000: plx_pci: add support for ASEM CAN raw deviceFlavio Suligoi2018-11-282-1/+65
| * can: xilinx: add can 2.0 supportShubhrajyoti Datta2018-11-281-1/+33
| * dt-bindings: can: xilinx_can: add Xilinx CAN FD 2.0 bindingsShubhrajyoti Datta2018-11-281-0/+1
| * can: xilinx: fix return type of ndo_start_xmit functionYueHaibing2018-11-281-1/+1
| * can: ucan: fix spelling mistake: "resumbmitting" -> "resubmitting"Colin Ian King2018-11-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-29121-1064/+2189
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-2868-261/+1312
| |\ \
| | * \ Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-11-284-9/+12
| | |\ \
| | | * | i40e: fix kerneldoc for xsk methodsJan Sokolowski2018-11-281-7/+7
| | | * | ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser2018-11-281-1/+3
| | | * | i40e: Fix deletion of MAC filtersLihong Yang2018-11-281-1/+1
| | | * | igb: fix uninitialized variablesYunjian Wang2018-11-281-0/+1
| | * | | s390/qeth: fix length check in SNMP processingJulian Wiedmann2018-11-281-15/+12
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-2823-107/+259
| | |\ \ \
| | | * | | netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo2018-11-281-11/+4
| | | * | | netfilter: nf_conncount: remove wrong condition check routineTaehee Yoo2018-11-271-5/+2
| | | * | | netfilter: nat: fix double register in masquerade modulesTaehee Yoo2018-11-272-14/+32
| | | * | | netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-279-22/+63
| | | * | | netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac2018-11-271-1/+2
| | | * | | netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2018-11-263-14/+28
| | | * | | ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long2018-11-261-0/+3
| | | * | | netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo2018-11-171-6/+3
| | | * | | netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal2018-11-132-3/+5
| | | * | | netfilter: xt_RATEEST: remove netns exit routineTaehee Yoo2018-11-131-10/+0
| | | * | | netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal2018-11-121-10/+7
| | | * | | selftests: add script to stress-test nft packet path vs. control planeFlorian Westphal2018-11-124-0/+87
| | | * | | netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal2018-11-121-6/+3
| | | * | | netfilter: nf_conncount: fix unexpected permanent node of list.Taehee Yoo2018-11-121-3/+15
| | | * | | netfilter: nf_conncount: fix list_del corruption in conn_freeTaehee Yoo2018-11-121-2/+5
| | | * | | netfilter: nf_conncount: use spin_lock_bh instead of spin_lockTaehee Yoo2018-11-121-6/+6