summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sfc: add EF100 VF support via a write to sriov_numvfsPieter Jansen van Vuuren2022-04-305-3/+102
* Merge branch 'mptcp-path-manager-mode-selection'Jakub Kicinski2022-04-306-34/+167
|\
| * selftests: mptcp: Add tests for userspace PM typeMat Martineau2022-04-301-0/+66
| * mptcp: Add a per-namespace sysctl to set the default path manager typeMat Martineau2022-04-304-11/+63
| * mptcp: Make kernel path manager check for userspace-managed socketsMat Martineau2022-04-301-6/+12
| * mptcp: Bypass kernel PM when userspace PM is enabledMat Martineau2022-04-302-1/+6
| * mptcp: Add a member to mptcp_pm_data to track kernel vs userspace modeMat Martineau2022-04-302-0/+13
| * mptcp: Remove redundant assignments in path manager initMat Martineau2022-04-303-27/+18
|/
* Merge branch 'net-phy-micrel-add-coma-mode-support'Jakub Kicinski2022-04-302-4/+37
|\
| * net: phy: micrel: add coma mode GPIOMichael Walle2022-04-301-0/+20
| * net: phy: micrel: move the PHY timestamping checkMichael Walle2022-04-301-4/+8
| * dt-bindings: net: micrel: add coma-mode-gpios propertyMichael Walle2022-04-301-0/+9
|/
* Merge branch 'remove-NAPI_POLL_WEIGHT-copies'David S. Miller2022-04-2938-72/+40
|\
| * qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-294-5/+3
| * eth: velocity: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-3/+1
| * eth: spider: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-2/+1
| * eth: vxge: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-3/+1
| * eth: gfar: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-4/+1
| * eth: benet: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-3/+2
| * eth: atlantic: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-293-4/+2
| * net: bgmac: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-3/+1
| * slic: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-3/+1
| * usb: lan78xx: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-3/+1
| * eth: mtk_eth_soc: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-3/+2
| * eth: pch_gbe: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-7/+5
| * eth: cpsw: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-294-11/+10
| * eth: smsc: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-2/+1
| * eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-297-16/+8
|/
* net: dsa: mv88e6xxx: Single chip mode detection for MV88E6*41Nathan Rossi2022-04-291-7/+39
* net: prestera: add police action supportVolodymyr Mytnyk2022-04-295-2/+149
* net: phy: Deduplicate interrupt disablement on PHY attachLukas Wunner2022-04-291-4/+2
* net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-2823-27/+56
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-28337-2111/+2817
|\
| * Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-2870-414/+598
| |\
| | * tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang2022-04-281-1/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-04-283-30/+45
| | |\
| | | * netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal2022-04-281-14/+38
| | | * netfilter: conntrack: fix udp offload timeout sysctlVolodymyr Mytnyk2022-04-271-1/+1
| | | * netfilter: nf_conntrack_tcp: re-init for syn packets onlyFlorian Westphal2022-04-271-15/+6
| | * | Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"Dany Madden2022-04-282-100/+35
| | * | net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean2022-04-281-4/+0
| | * | ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky2022-04-281-1/+2
| | * | MAINTAINERS: Update BNXT entry with firmware filesFlorian Fainelli2022-04-281-0/+2
| | * | Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2022-04-285-43/+83
| | |\ \
| | | * | Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz2022-04-264-19/+39
| | | * | Bluetooth: hci_event: Fix creating hci_conn object on error statusLuiz Augusto von Dentz2022-04-261-0/+12
| | | * | Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz2022-04-262-29/+37
| | * | | net: fec: add missing of_node_put() in fec_enet_init_stop_mode()Yang Yingliang2022-04-281-1/+1
| | * | | bnx2x: fix napi API usage sequenceManish Chopra2022-04-281-4/+5
| | * | | tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy2022-04-281-5/+7