aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/user.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing2025-02-201-1/+1
* net: dsa: allow use of phylink managed EEE supportRussell King (Oracle)2025-02-131-8/+17
* net: dsa: implement get_ts_stats ethtool operation for user portsVladimir Oltean2025-01-181-0/+11
* net: dsa: no longer call ds->ops->get_mac_eee()Russell King (Oracle)2025-01-081-8/+0
* net: dsa: require .support_eee() method to be implementedRussell King (Oracle)2024-12-121-2/+2
* net: dsa: add hook to determine whether EEE is supportedRussell King (Oracle)2024-12-121-0/+8
* net: dsa: remove check for dp->pl in EEE methodsRussell King (Oracle)2024-12-121-2/+2
* rtnetlink: add ndo_fdb_dump_contextEric Dumazet2024-12-111-1/+2
* net: dsa: use ethtool string helpersRosen Penev2024-11-031-8/+5
* net: dsa: allow matchall mirroring rules towards the CPUVladimir Oltean2024-10-311-6/+30
* net: dsa: add more extack messages in dsa_user_add_cls_matchall_mirred()Vladimir Oltean2024-10-311-3/+14
* net: dsa: use "extack" as argument to flow_action_basic_hw_stats_check()Vladimir Oltean2024-10-311-4/+2
* net: dsa: clean up dsa_user_add_cls_matchall()Vladimir Oltean2024-10-311-9/+16
* netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet2024-10-231-2/+1
* net: dsa: refuse cross-chip mirroring operationsVladimir Oltean2024-10-101-3/+8
* netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-1/+2
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* net: dsa: update the unicast MAC address when changing conduitMarek BehĂșn2024-06-101-8/+2
* net: dsa: deduplicate code adding / deleting the port address to fdbMarek BehĂșn2024-06-101-44/+47
* net: dsa: add support switches global DSCP priority mappingOleksij Rempel2024-05-081-0/+75
* net: dsa: add support for DCB get/set apptrust configurationOleksij Rempel2024-05-081-0/+28
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: dsa: convert dsa_user_phylink_fixed_state() to use dsa_phylink_to_port()Russell King (Oracle)2024-04-151-1/+1
* net: dsa: Leverage core stats allocatorFlorian Fainelli2024-03-081-7/+1
* rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet2024-02-261-1/+1
* net: dsa: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* net: dsa: remove "inline" from dsa_user_netpoll_send_skb()Vladimir Oltean2024-02-091-2/+2
* net: dsa: reindent arguments of dsa_user_vlan_for_each()Vladimir Oltean2024-02-051-4/+4
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-2/+2
* net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice eventsVladimir Oltean2024-01-121-2/+5
* net: rename dsa_realloc_skb to skb_ensure_writable_head_tailRadu Pirea (NXP OSS)2023-12-271-26/+3
* net: dsa: Use conduit and user termsFlorian Fainelli2023-10-241-0/+3727