summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bridge: cfm: Netlink SET configuration Interface.Henrik Bjoernlund2020-10-297-2/+571
* bridge: cfm: Kernel space implementation of CFM. CCM frame RX added.Henrik Bjoernlund2020-10-293-0/+305
* bridge: cfm: Kernel space implementation of CFM. CCM frame TX added.Henrik Bjoernlund2020-10-293-1/+377
* bridge: cfm: Kernel space implementation of CFM. MEP create/delete.Henrik Bjoernlund2020-10-296-0/+357
* bridge: uapi: cfm: Added EtherType used by the CFM protocol.Henrik Bjoernlund2020-10-291-0/+1
* bridge: cfm: Add BRIDGE_CFM to Kconfig.Henrik Bjoernlund2020-10-293-0/+17
* net: bridge: extend the process of special framesHenrik Bjoernlund2020-10-294-12/+60
* Merge branch 'vsock-minor-clean-up-of-ioctl-error-handling'Jakub Kicinski2020-10-291-2/+1
|\
| * vsock: fix the error return when an invalid ioctl command is usedColin Ian King2020-10-291-1/+1
| * vsock: remove ratelimit unknown ioctl messageColin Ian King2020-10-291-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-291855-29389/+42134
|\
| * Merge tag 'fallthrough-fixes-clang-5.10-rc2' of git://git.kernel.org/pub/scm/...Linus Torvalds2020-10-292-0/+4
| |\
| | * include: jhash/signal: Fix fall-through warnings for ClangGustavo A. R. Silva2020-10-292-0/+4
| * | Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-2939-178/+261
| |\ \
| | * | r8169: fix issue with forced threading in combination with shared interruptsHeiner Kallweit2020-10-291-2/+2
| | * | netem: fix zero division in tabledistAleksandr Nogikh2020-10-291-1/+8
| | * | ibmvnic: fix ibmvnic_set_macLijun Pan2020-10-291-2/+6
| | * | mptcp: add missing memory scheduling in the rx pathPaolo Abeni2020-10-291-0/+10
| | * | tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen2020-10-291-3/+2
| | * | gtp: fix an use-before-init in gtp_newlink()Masahiro Fujiwara2020-10-291-8/+8
| | * | net: protect tcf_block_unbind with block lockLeon Romanovsky2020-10-271-2/+2
| | * | ibmveth: Fix use of ibmveth in a bridge.Thomas Bogendoerfer2020-10-271-6/+0
| | * | net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault2020-10-271-0/+1
| | * | ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov2020-10-271-3/+7
| | * | devlink: Unlock on error in dumpit()Dan Carpenter2020-10-271-2/+4
| | * | devlink: Fix some error codesDan Carpenter2020-10-271-9/+15
| | * | chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav2020-10-271-15/+12
| | * | chelsio/chtls: fix deadlock issueVinay Kumar Yadav2020-10-271-2/+0
| | * | net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu2020-10-261-1/+1
| | * | Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski2020-10-262-18/+32
| | |\ \
| | | * | bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.Vasundhara Volam2020-10-261-1/+2
| | | * | bnxt_en: Check abort error state in bnxt_open_nic().Michael Chan2020-10-261-1/+4
| | | * | bnxt_en: Re-write PCI BARs after PCI fatal error.Vasundhara Volam2020-10-262-1/+19
| | | * | bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.Vasundhara Volam2020-10-261-11/+2
| | | * | bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().Vasundhara Volam2020-10-261-4/+5
| | |/ /
| | * | Merge branch 'mlxsw-various-fixes'Jakub Kicinski2020-10-264-2/+43
| | |\ \
| | | * | mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()Amit Cohen2020-10-261-0/+3
| | | * | mlxsw: core: Fix memory leak on module removalIdo Schimmel2020-10-261-0/+2
| | | * | mlxsw: Only advertise link modes supported by both driver and deviceAmit Cohen2020-10-263-2/+38
| | |/ /
| | * | Merge branch 'net-smc-fixes-2020-10-23'Jakub Kicinski2020-10-263-6/+10
| | |\ \
| | | * | s390/ism: fix incorrect system EIDKarsten Graul2020-10-261-1/+1
| | | * | net/smc: fix suppressed return codeKarsten Graul2020-10-261-2/+5
| | | * | net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul2020-10-261-3/+4
| | |/ /
| | * | vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep2020-10-261-1/+1
| | * | cxgb4: set up filter action after rewritesRaju Rangoju2020-10-262-29/+31
| | * | net: hns3: clean up a return in hclge_tm_bp_setup()Dan Carpenter2020-10-261-1/+1
| | * | tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2020-10-232-1/+4
| | * | net: ucc_geth: Drop extraneous parentheses in comparisonMichael Ellerman2020-10-231-1/+1
| | * | Merge branch 'ionic-memory-usage-fixes'Jakub Kicinski2020-10-238-55/+40
| | |\ \
| | | * | ionic: fix mem leak in rx_emptyShannon Nelson2020-10-231-13/+11