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