summaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-15net: ipv6/addrconf: introduce a regen_min_advance sysctlAlex Henrie4-3/+24
2024-02-15net: ipv6/addrconf: ensure that regen_advance is at least 2 secondsAlex Henrie2-8/+11
2024-02-15igc: Add support for LEDs on i225/i226Kurt Kanzenbach6-0/+301
2024-02-15net: ena: Remove unlikely() from IS_ERR() conditionKamal Heib1-1/+1
2024-02-15net: mdio_bus: make mdio_bus_type constRicardo B. Marliere3-4/+3
2024-02-15tipc: Cleanup tipc_nl_bearer_add() error pathsShigeru Yoshida1-9/+6
2024-02-15net: phy: aquantia: add AQR111 and AQR111B0 PHY IDChristian Marangi1-0/+52
2024-02-15tcp: no need to use acceptable for conn_requestJason Xing1-4/+1
2024-02-15net: phy: qca807x: move interface mode check to .config_init_onceRobert Marko1-5/+5
2024-02-14net: phy: dp83826: support TX data voltage tuningCatalin Popescu1-4/+126
2024-02-14dt-bindings: net: dp83826: support TX data voltage tuningCatalin Popescu1-0/+18
2024-02-14net: remove dev_base_lockEric Dumazet2-37/+4
2024-02-14net: remove dev_base_lock from register_netdevice() and friends.Eric Dumazet1-13/+7
2024-02-14net: remove dev_base_lock from do_setlink()Eric Dumazet1-2/+0
2024-02-14net: add netdev_set_operstate() helperEric Dumazet5-31/+26
2024-02-14net: remove stale mentions of dev_base_lock in commentsEric Dumazet6-8/+8
2024-02-14net-sysfs: convert netstat_show() to RCUEric Dumazet1-3/+3
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet6-14/+13
2024-02-14net-sysfs: use dev_addr_sem to remove races in address_show()Eric Dumazet3-4/+11
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