summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
href='/distro/kernel/commit/net/8021q?id=e44ef3f66c5472c2cbc6957c684d7279c26b0db1'>netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet 2024-09-03netdev_features: remove NETIF_F_ALL_FCOEAlexander Lobakin 2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin 2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin 2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin 2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent 2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet 2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert 2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg 2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet 2024-02-21net: vlan: constify the struct device_type usageRicardo B. Marliere 2024-02-13vlan: use netdev_lockdep_set_classes()Eric Dumazet 2024-02-13vlan: use xarray iterator to implement /proc/net/vlan/configEric Dumazet 2024-01-19vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPINGLin Ma 2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni 2023-12-19net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian 2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran 2023-10-28net: fill in MODULE_DESCRIPTION()s under net/802*Jakub Kicinski 2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-08-14Revert "vlan: Fix VLAN 0 memory leak"Vlad Buslov 2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-08-09vlan: Fix VLAN 0 memory leakVlad Buslov 2023-08-02net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev 2023-05-17vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet 2023-04-21vlan: Add MACsec offload operations for VLAN interfaceEmeel Hakim 2023-03-17vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko