summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'RPMSG-WWAN-CTRL-driver'David S. Miller2021-06-188-7/+219
|\
| * net: wwan: Allow WWAN drivers to provide blocking tx and poll functionStephan Gerhold2021-06-183-6/+46
| * net: wwan: Add RPMSG WWAN CTRL driverStephan Gerhold2021-06-184-0/+169
| * rpmsg: core: Add driver_data for rpmsg_device_idStephan Gerhold2021-06-182-1/+4
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-06-189-364/+62
|\
| * iavf: clean up packet type lookup tableJesse Brandeburg2021-06-182-119/+6
| * i40e: clean up packet type lookup tableJesse Brandeburg2021-06-182-119/+6
| * ice: report hash type such as L2/L3/L4Jesse Brandeburg2021-06-185-126/+50
* | Revert "net: add pf_family_names[] for protocol family"David S. Miller2021-06-182-49/+1
* | net: add pf_family_names[] for protocol familyYejune Deng2021-06-182-1/+49
* | Merge branch 'csock-seqpoacket-small-fixes'David S. Miller2021-06-182-13/+12
|\ \
| * | vsock/virtio: remove redundant `copy_failed` variableStefano Garzarella2021-06-181-5/+2
| * | vsock: rename vsock_wait_data()Stefano Garzarella2021-06-181-6/+8
| * | vsock: rename vsock_has_data()Stefano Garzarella2021-06-181-2/+2
|/ /
* | NFC: nxp-nci: remove unnecessary labelwengjianfeng2021-06-181-5/+2
* | net: dsa: sja1105: completely error out in sja1105_static_config_reload if so...Vladimir Oltean2021-06-181-7/+12
* | net: dsa: sja1105: allow the TTEthernet configuration in the static config fo...Vladimir Oltean2021-06-181-2/+1
* | net: hns3: fix reuse conflict of the rx pageYunsheng Lin2021-06-181-7/+19
* | net: dsa: sja1105: properly power down the microcontroller clock for SJA1110Vladimir Oltean2021-06-184-16/+53
* | qlcnic: remove redundant continue statementColin Ian King2021-06-181-3/+0
* | net: bridge: remove redundant continue statementColin Ian King2021-06-181-3/+1
* | net: stmmac: remove redundant continue statementColin Ian King2021-06-181-3/+1
* | net: pxa168_eth: Fix a potential data race in pxa168_eth_removePavel Machek2021-06-181-1/+1
* | NFC: nxp-nci: remove unnecessary labelswengjianfeng2021-06-181-26/+13
* | ethernet: marvell/octeontx2: Simplify the return expression of npc_is_samedingsenjie2021-06-181-5/+2
* | net: caif: modify the label out_err to outDongliang Mu2021-06-181-1/+1
* | net: vlan: pass thru all GSO_SOFTWARE in hw_enc_featuresJakub Kicinski2021-06-181-1/+2
* | dt-bindings: dwmac: Add bindings for new Loongson SoC and bridge chipQing Zhang2021-06-181-0/+6
* | MIPS: Loongson64: DTS: Add GMAC support for LS7A PCHQing Zhang2021-06-181-2/+4
* | MIPS: Loongson64: Add GMAC support for Loongson-2K1000Qing Zhang2021-06-181-0/+46
* | stmmac: pci: Add dwmac support for LoongsonQing Zhang2021-06-183-0/+228
* | Merge branch 'hostess_sv11-cleanups'David S. Miller2021-06-181-63/+50
|\ \
| * | net: hostess_sv11: fix the alignment issuePeng Li2021-06-181-1/+1
| * | net: hostess_sv11: fix the comments style issuePeng Li2021-06-181-30/+18
| * | net: hostess_sv11: remove dead codePeng Li2021-06-181-2/+0
| * | net: hostess_sv11: fix the code style issue about switch and casePeng Li2021-06-181-27/+27
| * | net: hostess_sv11: remove trailing whitespacePeng Li2021-06-181-1/+1
| * | net: hostess_sv11: move out assignment in if conditionPeng Li2021-06-181-1/+2
| * | net: hostess_sv11: fix the code style issue about "foo* bar"Peng Li2021-06-181-1/+1
|/ /
* | Merge branch 'mptcp-dss-checksums'David S. Miller2021-06-1814-69/+431
|\ \
| * | selftests: mptcp: enable checksum in mptcp_join.shGeliang Tang2021-06-181-4/+103
| * | selftests: mptcp: enable checksum in mptcp_connect.shGeliang Tang2021-06-181-1/+12
| * | mptcp: dump csum fields in mptcp_dump_mpextGeliang Tang2021-06-181-6/+11
| * | mptcp: add a new sysctl checksum_enabledGeliang Tang2021-06-183-1/+25
| * | mptcp: add the mib for data checksumGeliang Tang2021-06-183-1/+5
| * | mptcp: tune re-injections for csum enabled modePaolo Abeni2021-06-181-3/+5
| * | mptcp: validate the data checksumPaolo Abeni2021-06-182-6/+103
| * | mptcp: receive checksum for DSSGeliang Tang2021-06-181-6/+10
| * | mptcp: receive checksum for MP_CAPABLE with dataGeliang Tang2021-06-183-10/+31
| * | mptcp: add csum_reqd in mptcp_options_receivedGeliang Tang2021-06-184-3/+9