aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/rocker
AgeCommit message (Expand)Author
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-09rocker: Remove useless DMA-32 fallback configurationChristophe JAILLET
2022-01-06rocker: fix a sleeping in atomic bugDan Carpenter
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski
2021-10-19ethernet: rocker: use eth_hw_addr_set()Jakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean
2021-01-27rocker: Simplify the calculation of variablesJiapeng Zhong
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean
2020-12-04ethernet: select CONFIG_CRC32 as neededArnd Bergmann
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-12rocker: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-09PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen
2020-06-15rocker: fix incorrect error handling in dma_rings_initAditya Pakki
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2019-12-16ipv4: Remove old route notifications and convert listenersIdo Schimmel
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko
2019-09-05rocker: add missing init_net check in FIB notifierJiri Pirko
2019-07-29rocker: fix memory leaks of fib_work on two error return pathsColin Ian King
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-04rocker: Fail attempts to use routes with nexthop objectsDavid Ahern
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern
2019-03-11net: rocker: fix a potential NULL pointer dereferenceKangjie Lu
2019-02-27net: Remove switchdev_opsFlorian Fainelli
2019-02-27rocker: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli
2019-02-21rocker: Add missing break for PRE_BRIDGE_FLAGSFlorian Fainelli
2019-02-21net: Get rid of switchdev_port_attr_get()Florian Fainelli
2019-02-21net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli
2019-02-21rocker: Check Handle PORT_PRE_BRIDGE_FLAGSFlorian Fainelli
2019-02-12rocker: Remove port_attr_bridge_flags_get assignmentFlorian Fainelli
2019-02-12rocker: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli
2019-02-06rocker: Implement ndo_get_port_parent_id()Florian Fainelli
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata