summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker
Commit message (Expand)AuthorAgeFilesLines
* ethernet: rocker: use eth_hw_addr_set()Jakub Kicinski2021-10-191-3/+5
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-132-2/+2
|\
| * net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-102-2/+2
* | net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz2021-07-231-1/+1
* | net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean2021-07-221-2/+3
* | net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean2021-07-223-8/+22
|/
* net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean2021-04-161-2/+2
* net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2021-02-121-5/+5
* rocker: Simplify the calculation of variablesJiapeng Zhong2021-01-271-1/+1
* net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-113-53/+22
* net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean2021-01-111-11/+4
* net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2021-01-111-18/+2
* ethernet: select CONFIG_CRC32 as neededArnd Bergmann2020-12-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-3/+6
|\
| * net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-281-3/+6
* | rocker: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-121-40/+43
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-1/+0
|\
| * PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen2020-07-091-1/+0
* | rocker: fix incorrect error handling in dma_rings_initAditya Pakki2020-06-151-2/+2
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* ipv4: Remove old route notifications and convert listenersIdo Schimmel2019-12-161-2/+2
* net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko2019-10-041-1/+1
* net: fib_notifier: make FIB notifier per-netnsJiri Pirko2019-10-041-6/+3
* rocker: add missing init_net check in FIB notifierJiri Pirko2019-09-051-0/+3
* rocker: fix memory leaks of fib_work on two error return pathsColin Ian King2019-07-291-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-076-30/+6
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-306-30/+6
* | rocker: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-041-0/+4
* | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-041-9/+16
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-081-0/+9
* ipv4: Rename fib_nh entriesDavid Ahern2019-03-291-5/+5
* net: rocker: fix a potential NULL pointer dereferenceKangjie Lu2019-03-111-0/+5
* net: Remove switchdev_opsFlorian Fainelli2019-02-271-5/+0
* rocker: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli2019-02-271-0/+18
* rocker: Add missing break for PRE_BRIDGE_FLAGSFlorian Fainelli2019-02-211-0/+1
* net: Get rid of switchdev_port_attr_get()Florian Fainelli2019-02-211-7/+0
* net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli2019-02-211-13/+1
* rocker: Check Handle PORT_PRE_BRIDGE_FLAGSFlorian Fainelli2019-02-211-14/+41
* rocker: Remove port_attr_bridge_flags_get assignmentFlorian Fainelli2019-02-121-1/+0
* rocker: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli2019-02-123-27/+0
* rocker: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-061-5/+13
* switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata2019-01-172-3/+3
* rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata2018-11-231-3/+0
* switchdev: Replace port obj add/del SDO with a notificationPetr Machata2018-11-231-2/+0
* rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata2018-11-231-0/+55
* rocker: Drop pointless static qualifierYueHaibing2018-10-191-2/+2
* bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel2018-10-171-0/+1