summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-03-11nexthop: Add netlink handlers for resilient nexthop groupsPetr Machata-5/+145
2021-03-11nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel-0/+37
2021-03-11nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel-0/+36
2021-03-11nexthop: Implement notifiers for resilient nexthop groupsPetr Machata-12/+308
2021-03-11nexthop: Add data structures for resilient group notificationsIdo Schimmel-0/+19
2021-03-11nexthop: Add implementation of resilient next-hop groupsPetr Machata-13/+546
2021-03-11nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel-2/+59
2021-03-11nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata-4/+8
2021-03-11nexthop: __nh_notifier_single_info_init(): Make nh_info an argumentPetr Machata-5/+7
2021-03-11nexthop: Pass nh_config to replace_nexthop()Petr Machata-4/+5
2021-03-11Merge branch 'seg6-next'David S. Miller-9/+8
2021-03-11seg6: ignore routing header with segments left equal to 0Julien Massonneau-7/+4
2021-03-11seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()Julien Massonneau-2/+4
2021-03-11Merge branch 'hns3-next'David S. Miller-9/+43
2021-03-11net: hns3: use pause capability queried from firmwareYufeng Mo-4/+31
2021-03-11net: hns3: use FEC capability queried from firmwareYufeng Mo-5/+12
2021-03-11netdevsim: fib: Remove redundant codeJiapeng Chong-5/+1
2021-03-11net: phy: Expose phydev::dev_flags through sysfsFlorian Fainelli-0/+23
2021-03-11net: dsa: b53: Add debug prints in b53_vlan_enable()Florian Fainelli-4/+7
2021-03-10net: fddi: skfp: Mundane typo fixes throughout the file smt.hBhaskar Chowdhury-4/+4
2021-03-10net: ipv4: route.c: fix space before tabShubhankar Kuranagatti-5/+5
2021-03-10Merge branch 'ionic-next'David S. Miller-203/+226
2021-03-10ionic: simplify use of completion typesShannon Nelson-12/+7
2021-03-10ionic: rebuild debugfs on qcq swapShannon Nelson-0/+3
2021-03-10ionic: simplify rx skb allocShannon Nelson-41/+22
2021-03-10ionic: optimize fastpath struct usageShannon Nelson-39/+34
2021-03-10ionic: implement Rx page reuseShannon Nelson-89/+138
2021-03-10ionic: move rx_page_alloc and freeShannon Nelson-70/+70
2021-03-10Merge branch 'dpaa2-switch-next'David S. Miller-690/+2092
2021-03-10staging: dpaa2-switch: move the driver out of stagingIoana Ciornei-163/+15
2021-03-10staging: dpaa2-switch: prevent joining a bridge while VLAN uppers are presentIoana Ciornei-1/+29
2021-03-10staging: dpaa2-switch: add fast-ageing on bridge leaveIoana Ciornei-16/+63
2021-03-10staging: dpaa2-switch: accept only vlan-aware upper devicesIoana Ciornei-19/+76
2021-03-10staging: dpaa2-switch: move the notifier register to module_init()Ioana Ciornei-87/+95
2021-03-10staging: dpaa2-switch: properly setup switching domainsIoana Ciornei-41/+514
2021-03-10staging: dpaa2-switch: enable the control interfaceIoana Ciornei-0/+53
2021-03-10staging: dpaa2-switch: add .ndo_start_xmit() callbackIoana Ciornei-16/+245
2021-03-10staging: dpaa2-switch: handle Rx path on control interfaceIoana Ciornei-12/+460
2021-03-10staging: dpaa2-switch: setup dpioIoana Ciornei-0/+137
2021-03-10staging: dpaa2-switch: setup buffer pool and RX path ringsIoana Ciornei-0/+209
2021-03-10staging: dpaa2-switch: get control interface attributesIoana Ciornei-11/+136
2021-03-10staging: dpaa2-switch: remove obsolete .ndo_fdb_{add|del} callbacksIoana Ciornei-27/+0
2021-03-10staging: dpaa2-switch: fix up initial forwarding configuration done by firmwareIoana Ciornei-29/+51
2021-03-10staging: dpaa2-switch: remove broken learning and flooding supportIoana Ciornei-259/+0
2021-03-10Merge branch 'enetc-cleanups'David S. Miller-251/+212
2021-03-10net: enetc: make enetc_refill_rx_ring update the consumer indexVladimir Oltean-9/+8
2021-03-10net: enetc: remove forward declaration for enetc_map_tx_buffsVladimir Oltean-38/+35
2021-03-10net: enetc: remove forward-declarations of enetc_clean_{rx,tx}_ringVladimir Oltean-48/+44
2021-03-10net: enetc: use enum enetc_active_offloadsVladimir Oltean-1/+1
2021-03-10net: enetc: simplify callers of enetc_rxbd_nextVladimir Oltean-24/+20