summaryrefslogtreecommitdiffstats
path: root/scripts/decode_stacktrace.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-14net-sysfs: convert netdev_show() to RCUEric Dumazet1-7/+10
2024-02-14net: convert dev->reg_state to u8Eric Dumazet2-13/+18
2024-02-14dev: annotate accesses to dev->linkEric Dumazet1-1/+1
2024-02-14ip_tunnel: annotate data-races around t->parms.linkEric Dumazet1-14/+13
2024-02-14net: annotate data-races around dev->name_assign_typeEric Dumazet2-5/+5
2024-02-14eventpoll: Add epoll ioctl for epoll_paramsJoe Damato3-0/+87
2024-02-14eventpoll: Add per-epoll prefer busy poll optionJoe Damato1-2/+5
2024-02-14eventpoll: Add per-epoll busy poll packet budgetJoe Damato1-1/+8
2024-02-14eventpoll: support busy poll per epoll instanceJoe Damato1-5/+39
2024-02-14net: ena: Remove redundant assignmentKamal Heib1-1/+0
2024-02-14Octeontx2-af: Fetch MAC channel info from firmwareHariprasad Kelam2-1/+17
2024-02-14veth: rely on skb_pp_cow_data utility routineLorenzo Bianconi3-74/+7
2024-02-14xdp: add multi-buff support for xdp running in generic modeLorenzo Bianconi3-19/+144
2024-02-14xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi3-10/+12
2024-02-14net: add generic percpu page_pool allocatorLorenzo Bianconi4-6/+70
2024-02-14net: dsa: realtek: fix digital interface select macro for EXT0Luiz Angelo Daros de Luca1-2/+2
2024-02-14r8169: add support for returning tx_lpi_timer in ethtool get_eeeHeiner Kallweit1-1/+21
2024-02-14r8169: support setting the EEE tx idle timer on RTL8168hHeiner Kallweit1-0/+5
2024-02-14r8169: add generic rtl_set_eee_txidle_timer functionHeiner Kallweit1-14/+20
2024-02-14r8169: add LED support for RTL8125/RTL8126Heiner Kallweit3-4/+166
2024-02-14dt-bindings: net: qca,ar9331: convert to DT schemaKrzysztof Kozlowski2-147/+161
2024-02-14net: fec: Refactor: Replace FEC_ENET_FCE with FEC_RCR_FLOWCTLCsókás Bence1-4/+2
2024-02-14net: fec: Refactor: #define magic constantsCsókás Bence1-16/+30
2024-02-14net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet10-0/+11
2024-02-14net: bridge: use netdev_lockdep_set_classes()Eric Dumazet1-8/+1
2024-02-14vlan: use netdev_lockdep_set_classes()Eric Dumazet1-23/+1
2024-02-14rtnetlink: use xarray iterator to implement rtnl_dump_ifinfo()Eric Dumazet1-38/+20
2024-02-14vlan: use xarray iterator to implement /proc/net/vlan/configEric Dumazet1-30/+16
2024-02-13net: phy: aquantia: clear PMD Global Transmit Disable bit during initRobert Marko1-0/+9
2024-02-13net: sched: codel replace GPLv2/BSD boilerplateStephen Hemminger1-31/+1
2024-02-13r8169: simplify code by using core-provided pcpu stats allocationHeiner Kallweit1-5/+2
2024-02-13MAINTAINERS: can: xilinx_can: remove Naga Sureshkumar RelliMarc Kleine-Budde1-1/+0
2024-02-13can: canxl: add virtual CAN network identifier supportOliver Hartkopp4-10/+110
2024-02-13net: sched: Remove NET_ACT_IPT from KconfigHarshit Mogalapalli1-10/+0
2024-02-13net: stmmac: Simplify mtl IRQ status checkingKurt Kanzenbach1-4/+2
2024-02-13ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault6-10/+7
2024-02-13net/mlx5e: link NAPI instances to queues and IRQsJoe Damato2-1/+11
2024-02-12ice: Fix debugfs with devlink reloadWojciech Drewek4-2/+14
2024-02-12ice: Remove and readd netdev during devlink reloadWojciech Drewek3-131/+125
2024-02-12ice: add support for 3k signing DDP sections for E825CGrzegorz Nitka2-0/+10
2024-02-12ice: Add helper function ice_is_generic_macGrzegorz Nitka5-3/+19
2024-02-12ice: introduce new E825C devices familyGrzegorz Nitka4-0/+32
2024-02-12can: softing: remove redundant NULL checkDaniil Dulov1-1/+1
2024-02-12can: kvaser_pciefd: Add support for Kvaser M.2 PCIe 4xCANJimmy Assarsson2-0/+56
2024-02-12can: change can network drivers maintainerVincent Mailhol1-1/+1
2024-02-12can: m_can: Implement transmit submission coalescingMarkus Schneider-Pargmann2-4/+58
2024-02-12can: m_can: Implement BQLMarkus Schneider-Pargmann1-14/+36
2024-02-12can: m_can: Use tx_fifo_in_flight for netif_queue controlMarkus Schneider-Pargmann1-57/+20
2024-02-12can: m_can: Introduce a tx_fifo_in_flight counterMarkus Schneider-Pargmann2-0/+34
2024-02-12can: m_can: Use the workqueue as queueMarkus Schneider-Pargmann2-47/+76