summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-12nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel4-2/+59
2021-03-12nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata2-4/+8
2021-03-12nexthop: __nh_notifier_single_info_init(): Make nh_info an argumentPetr Machata1-5/+7
2021-03-12nexthop: Pass nh_config to replace_nexthop()Petr Machata1-4/+5
2021-03-12Merge branch 'seg6-next'David S. Miller3-9/+8
2021-03-12seg6: ignore routing header with segments left equal to 0Julien Massonneau1-7/+4
2021-03-12seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau2-2/+4
2021-03-12Merge branch 'hns3-next'David S. Miller6-9/+43
2021-03-12net: hns3: use pause capability queried from firmwareYufeng Mo6-4/+31
2021-03-12net: hns3: use FEC capability queried from firmwareYufeng Mo3-5/+12
2021-03-12netdevsim: fib: Remove redundant codeJiapeng Chong1-5/+1
2021-03-11net: phy: Expose phydev::dev_flags through sysfsFlorian Fainelli2-0/+23
2021-03-11net: dsa: b53: Add debug prints in b53_vlan_enable()Florian Fainelli1-4/+7
2021-03-11net: fddi: skfp: Mundane typo fixes throughout the file smt.hBhaskar Chowdhury1-4/+4
2021-03-11net: ipv4: route.c: fix space before tabShubhankar Kuranagatti1-5/+5
2021-03-11Merge branch 'ionic-next'David S. Miller6-203/+226
2021-03-11ionic: simplify use of completion typesShannon Nelson1-12/+7
2021-03-11ionic: rebuild debugfs on qcq swapShannon Nelson1-0/+3
2021-03-11ionic: simplify rx skb allocShannon Nelson1-41/+22
2021-03-11ionic: optimize fastpath struct usageShannon Nelson6-39/+34
2021-03-11ionic: implement Rx page reuseShannon Nelson2-89/+138
2021-03-11ionic: move rx_page_alloc and freeShannon Nelson1-70/+70
2021-03-11Merge branch 'dpaa2-switch-next'David S. Miller17-690/+2092
2021-03-11staging: dpaa2-switch: move the driver out of stagingIoana Ciornei16-163/+15
2021-03-11staging: dpaa2-switch: prevent joining a bridge while VLAN uppers are presentIoana Ciornei1-1/+29
2021-03-11staging: dpaa2-switch: add fast-ageing on bridge leaveIoana Ciornei2-16/+63
2021-03-11staging: dpaa2-switch: accept only vlan-aware upper devicesIoana Ciornei3-19/+76
2021-03-11staging: dpaa2-switch: move the notifier register to module_init()Ioana Ciornei2-87/+95
2021-03-11staging: dpaa2-switch: properly setup switching domainsIoana Ciornei5-41/+514
2021-03-11staging: dpaa2-switch: enable the control interfaceIoana Ciornei4-0/+53
2021-03-11staging: dpaa2-switch: add .ndo_start_xmit() callbackIoana Ciornei5-16/+245
2021-03-11staging: dpaa2-switch: handle Rx path on control interfaceIoana Ciornei2-12/+460
2021-03-11staging: dpaa2-switch: setup dpioIoana Ciornei5-0/+137
2021-03-11staging: dpaa2-switch: setup buffer pool and RX path ringsIoana Ciornei5-0/+209
2021-03-11staging: dpaa2-switch: get control interface attributesIoana Ciornei5-11/+136
2021-03-11staging: dpaa2-switch: remove obsolete .ndo_fdb_{add|del} callbacksIoana Ciornei1-27/+0
2021-03-11staging: dpaa2-switch: fix up initial forwarding configuration done by firmwareIoana Ciornei1-29/+51
2021-03-11staging: dpaa2-switch: remove broken learning and flooding supportIoana Ciornei5-259/+0
2021-03-11Merge branch 'enetc-cleanups'David S. Miller5-251/+212
2021-03-11net: enetc: make enetc_refill_rx_ring update the consumer indexVladimir Oltean1-9/+8
2021-03-11net: enetc: remove forward declaration for enetc_map_tx_buffsVladimir Oltean1-38/+35
2021-03-11net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ringVladimir Oltean1-48/+44
2021-03-11net: enetc: use enum enetc_active_offloadsVladimir Oltean1-1/+1
2021-03-11net: enetc: simplify callers of enetc_rxbd_nextVladimir Oltean2-24/+20
2021-03-11net: enetc: don't initialize unused ports from a separate code pathVladimir Oltean3-50/+30
2021-03-11net: enetc: pass bd_count as an argument to enetc_setup_cbdrVladimir Oltean4-9/+7
2021-03-11net: enetc: squash clear_cbdr and free_cbdr into teardown_cbdrVladimir Oltean4-15/+8
2021-03-11net: enetc: save the mode register address inside struct enetc_cbdrVladimir Oltean4-13/+15
2021-03-11net: enetc: squash enetc_alloc_cbdr and enetc_setup_cbdrVladimir Oltean4-24/+18
2021-03-11net: enetc: save the DMA device for enetc_free_cbdrVladimir Oltean4-20/+26