summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ravb: Factorise ravb_ring_format functionBiju Das2021-08-252-12/+24
* ravb: Factorise ravb_ring_free functionBiju Das2021-08-252-17/+31
* ravb: Add ptp_cfg_active to struct ravb_hw_infoBiju Das2021-08-252-14/+6
* ravb: Add no_ptp_cfg_active to struct ravb_hw_infoBiju Das2021-08-252-8/+13
* ravb: Add multi_irq to struct ravb_hw_infoBiju Das2021-08-253-11/+20
* ravb: Remove the macros NUM_TX_DESC_GEN[23]Biju Das2021-08-252-6/+6
* Merge branch 'dsa-sja1105-vlan-tags'David S. Miller2021-08-255-40/+113
|\
| * net: dsa: tag_sja1105: stop asking the sja1105 driver in sja1105_xmit_tpidVladimir Oltean2021-08-255-31/+34
| * net: dsa: sja1105: drop untagged packets on the CPU and DSA portsVladimir Oltean2021-08-253-2/+51
| * net: dsa: sja1105: prevent tag_8021q VLANs from being received on user portsVladimir Oltean2021-08-251-8/+29
|/
* net: dsa: mt7530: manually set up VLAN ID 0DENG Qingfang2021-08-252-0/+27
* Merge branch 'mana-EQ-sharing'David S. Miller2021-08-255-160/+153
|\
| * net: mana: Add WARN_ON_ONCE in case of CQE read overflowHaiyang Zhang2021-08-251-1/+1
| * net: mana: Add support for EQ sharingHaiyang Zhang2021-08-254-56/+78
| * net: mana: Move NAPI from EQ to CQHaiyang Zhang2021-08-255-103/+74
|/
* netxen_nic: Remove the repeated declarationShaokun Zhang2021-08-251-1/+0
* cxgb4: Properly revert VPD changesNathan Chancellor2021-08-252-6/+40
* Merge branch 'mptcp-next'David S. Miller2021-08-258-122/+295
|\
| * selftests: mptcp: add MP_FAIL mibs checkGeliang Tang2021-08-251-0/+38
| * mptcp: add the mibs for MP_FAILGeliang Tang2021-08-254-0/+6
| * mptcp: send out MP_FAIL when data checksum failsGeliang Tang2021-08-252-0/+28
| * mptcp: MP_FAIL suboption receivingGeliang Tang2021-08-253-0/+24
| * mptcp: MP_FAIL suboption sendingGeliang Tang2021-08-253-5/+62
| * mptcp: shrink mptcp_out_options structPaolo Abeni2021-08-251-9/+17
| * mptcp: optimize out option generationPaolo Abeni2021-08-252-109/+121
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2021-08-258-3/+259
|\
| * igc: Add support for PTP getcrosststamp()Vinicius Costa Gomes2021-08-244-0/+234
| * igc: Enable PCIe PTMVinicius Costa Gomes2021-08-241-0/+6
| * PCI: Add pcie_ptm_enabled()Vinicius Costa Gomes2021-08-242-0/+12
| * Revert "PCI: Make pci_enable_ptm() private"Vinicius Costa Gomes2021-08-242-3/+7
* | Merge branch 'lan7800-improvements'David S. Miller2021-08-251-228/+832
|\ \
| * | lan78xx: Limit number of driver warning messagesJohn Efstathiades2021-08-251-2/+3
| * | lan78xx: Fix race condition in disconnect handlingJohn Efstathiades2021-08-251-9/+57
| * | lan78xx: Fix race conditions in suspend/resume handlingJohn Efstathiades2021-08-251-135/+284
| * | lan78xx: Fix partial packet errors on suspend/resumeJohn Efstathiades2021-08-251-106/+197
| * | lan78xx: Fix exception on link speed changeJohn Efstathiades2021-08-251-6/+48
| * | lan78xx: Add missing return code checksJohn Efstathiades2021-08-251-66/+333
| * | lan78xx: Remove unused pause frame queueJohn Efstathiades2021-08-251-9/+0
| * | lan78xx: Set flow control threshold to prevent packet lossJohn Efstathiades2021-08-251-2/+15
| * | lan78xx: Remove unused timerJohn Efstathiades2021-08-251-3/+1
| * | lan78xx: Fix white space and style issuesJohn Efstathiades2021-08-251-38/+42
|/ /
* | Merge branch 'xen-harden-netfront'David S. Miller2021-08-251-103/+169
|\ \
| * | xen/netfront: don't trust the backend response data blindlyJuergen Gross2021-08-251-5/+84
| * | xen/netfront: disentangle tx_skb_freelistJuergen Gross2021-08-251-36/+25
| * | xen/netfront: don't read data from request on the ring pageJuergen Gross2021-08-251-44/+42
| * | xen/netfront: read response from backend only onceJuergen Gross2021-08-251-19/+19
|/ /
* | qed: Enable automatic recovery on error condition.Alok Prasad2021-08-254-2/+39
* | net-next: When a bond have a massive amount of VLANs with IPv6 addresses, per...Gilad Naaman2021-08-252-46/+103
* | net: bridge: change return type of br_handle_ingress_vlan_tunnelKangmin Park2021-08-253-16/+11
* | selftests/net: Use kselftest skip code for skipped testsPo-Hsu Lin2021-08-2512-37/+67
|/