aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-14net: bridge: remove __br_vlan_filter_toggleVladimir Oltean3-10/+4
2021-02-14net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean5-2/+115
2021-02-14net: dsa: felix: setup MMIO filtering rules for PTP when using tag_8021qVladimir Oltean4-3/+143
2021-02-14net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_pollVladimir Oltean3-135/+163
2021-02-14net: dsa: tag_ocelot: create separate tagger for SevilleVladimir Oltean7-83/+70
2021-02-14net: dsa: tag_ocelot: single out PTP-related transmit tag processingVladimir Oltean1-11/+21
2021-02-14net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean9-227/+246
2021-02-14net: dsa: tag_ocelot: avoid accessing ds->priv in ocelot_rcvVladimir Oltean1-4/+3
2021-02-14net: mscc: ocelot: refactor ocelot_port_inject_frame out of ocelot_port_xmitVladimir Oltean3-74/+109
2021-02-14net: mscc: ocelot: use DIV_ROUND_UP helper in ocelot_port_inject_frameVladimir Oltean1-1/+1
2021-02-14net: mscc: ocelot: better error handling in ocelot_xtr_irq_handlerVladimir Oltean1-10/+12
2021-02-14net: mscc: ocelot: only drain extraction queue on errorVladimir Oltean1-1/+1
2021-02-14net: mscc: ocelot: stop returning IRQ_NONE in ocelot_xtr_irq_handlerVladimir Oltean1-5/+2
2021-02-14bnxt_en: Improve logging of error recovery settings information.Michael Chan1-7/+8
2021-02-14bnxt_en: Reply to firmware's echo request async message.Michael Chan2-0/+32
2021-02-14bnxt_en: Initialize "context kind" field for context memory blocks.Michael Chan1-5/+42
2021-02-14bnxt_en: Add context memory initialization infrastructure.Michael Chan2-18/+53
2021-02-14bnxt_en: Implement faster recovery for firmware fatal error.Michael Chan1-0/+19
2021-02-14bnxt_en: selectively allocate context memoriesEdwin Peer1-32/+52
2021-02-14bnxt_en: Update firmware interface spec to 1.10.2.16.Michael Chan2-11/+96
2021-02-13skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin3-11/+11
2021-02-13skbuff: allow to use NAPI cache from __napi_alloc_skb()Alexander Lobakin1-2/+3
2021-02-13skbuff: allow to optionally use NAPI cache from __alloc_skb()Alexander Lobakin1-1/+5
2021-02-13skbuff: introduce {,__}napi_build_skb() which reuses NAPI cache headsAlexander Lobakin2-13/+83
2021-02-13skbuff: move NAPI cache declarations upper in the fileAlexander Lobakin1-45/+45
2021-02-13skbuff: remove __kfree_skb_flush()Alexander Lobakin3-19/+1
2021-02-13skbuff: use __build_skb_around() in __alloc_skb()Alexander Lobakin1-17/+1
2021-02-13skbuff: simplify __alloc_skb() a bitAlexander Lobakin1-6/+5
2021-02-13skbuff: make __build_skb_around() return voidAlexander Lobakin1-7/+6
2021-02-13skbuff: simplify kmalloc_reserve()Alexander Lobakin1-5/+2
2021-02-13skbuff: move __alloc_skb() next to the other skb allocation functionsAlexander Lobakin1-142/+142
2021-02-12net: axienet: Support dynamic switching between 1000BaseX and SGMIIRobert Hancock2-18/+71
2021-02-12dt-bindings: net: xilinx_axienet: add xlnx,switch-x-sgmii attributeRobert Hancock1-0/+4
2021-02-12net: axienet: hook up nway_reset ethtool operationRobert Hancock1-0/+8
2021-02-12tcp: factorize logic into tcp_epollin_ready()Eric Dumazet3-22/+19
2021-02-12tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet1-2/+7
2021-02-12selftests: tc: Add generic mpls matching support for tc-flowerGuillaume Nault2-1/+162
2021-02-12selftests: tc: Add basic mpls_* matching support for tc-flowerGuillaume Nault3-1/+187
2021-02-12net: dsa: sja1105: offload bridge port flags to deviceVladimir Oltean3-11/+219
2021-02-12net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean4-5/+158
2021-02-12net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean3-12/+18
2021-02-12net: dsa: felix: restore multicast flood to CPU when NPI tagger reinitializesVladimir Oltean1-0/+1
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean10-127/+263
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean10-89/+129
2021-02-12net: dsa: configure better brport flags when ports leave the bridgeVladimir Oltean1-7/+38
2021-02-12net: bridge: don't print in br_switchdev_set_port_flagVladimir Oltean4-14/+21
2021-02-12net: bridge: offload all port flags at once in br_setportVladimir Oltean2-76/+39
2021-02-12net: switchdev: propagate extack to port attributesVladimir Oltean8-11/+24
2021-02-12octeontx2: Fix condition.David S. Miller1-1/+1
2021-02-12net: ipa: introduce gsi_channel_initialized()Alex Elder1-8/+14