aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rocker/rocker_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-3/+3
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski1-2/+1
2022-01-09rocker: Remove useless DMA-32 fallback configurationChristophe JAILLET1-13/+4
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski1-12/+0
2021-10-19ethernet: rocker: use eth_hw_addr_set()Jakub Kicinski1-3/+5
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by drivers towards the bridgeVladimir Oltean1-1/+1
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-3/+6
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean1-2/+2
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-5/+5
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-34/+12
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-11/+4
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+6
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastructureTaehee Yoo1-3/+6
2020-09-12rocker: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-40/+43
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-06-15rocker: fix incorrect error handling in dma_rings_initAditya Pakki1-2/+2
2019-12-16ipv4: Remove old route notifications and convert listenersIdo Schimmel1-2/+2
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko1-1/+1
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko1-6/+3
2019-09-05rocker: add missing init_net check in FIB notifierJiri Pirko1-0/+3
2019-07-29rocker: fix memory leaks of fib_work on two error return pathsColin Ian King1-0/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-04rocker: Fail attempts to use routes with nexthop objectsDavid Ahern1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern1-0/+9
2019-03-11net: rocker: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-02-27net: Remove switchdev_opsFlorian Fainelli1-5/+0
2019-02-27rocker: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+18
2019-02-21rocker: Add missing break for PRE_BRIDGE_FLAGSFlorian Fainelli1-0/+1
2019-02-21net: Get rid of switchdev_port_attr_get()Florian Fainelli1-7/+0
2019-02-21net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORTFlorian Fainelli1-13/+1
2019-02-21rocker: Check Handle PORT_PRE_BRIDGE_FLAGSFlorian Fainelli1-14/+41
2019-02-12rocker: Remove getting PORT_BRIDGE_FLAGSFlorian Fainelli1-15/+0
2019-02-06rocker: Implement ndo_get_port_parent_id()Florian Fainelli1-5/+13
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata1-1/+1
2018-11-23rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata1-3/+0
2018-11-23switchdev: Replace port obj add/del SDO with a notificationPetr Machata1-2/+0
2018-11-23rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-0/+55
2018-10-19rocker: Drop pointless static qualifierYueHaibing1-2/+2
2018-10-17bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel1-0/+1
2018-05-31rocker: rocker_main: Ignore bridge VLAN eventsPetr Machata1-0/+6
2018-05-10rocker: Postpone filtering of !added_by_user FDBPetr Machata1-2/+4
2018-05-03switchdev: Add fdb.added_by_user to switchdev notificationsPetr Machata1-0/+2
2018-02-01rocker: fix possible null pointer dereference in rocker_router_fib_event_workJiri Pirko1-9/+9
2017-08-03rocker: Ignore address families other than IPv4Ido Schimmel1-0/+4