summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-elkhartlake.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-19selftests: net: netlink-dumps: validation checksJakub Kicinski1-2/+2
2024-11-19net/neighbor: clear error in case strict check is not setJakub Kicinski1-0/+1
2024-11-19rocker: fix link status detection in rocker_carrier_init()Dmitry Antipov1-1/+1
2024-11-19net: wwan: t7xx: Change PM_AUTOSUSPEND_MS to 5000Jack Wu1-1/+1
2024-11-19tools: ynl-gen: allow uapi headers in sub-dirsJakub Kicinski1-0/+1
2024-11-19dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode"Rob Herring (Arm)1-1/+0
2024-11-18net: ethernet: ti: am65-cpsw: enable DSCP to priority map for RXRoger Quadros1-0/+100
2024-11-18net: ethernet: ti: am65-cpsw: update pri_thread_map as per IEEE802.1Q-2014Roger Quadros1-14/+22
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu3-3/+103
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu3-5/+210
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu3-5/+97
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu3-34/+63
2024-11-16virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPYXuan Zhuo1-1/+2
2024-11-16virtio_net: update tx timeout recordXuan Zhuo1-0/+7
2024-11-16virtio_net: xsk: tx: support xmit xsk bufferXuan Zhuo1-11/+168
2024-11-16virtio_net: xsk: prevent disable tx napiXuan Zhuo1-1/+9
2024-11-16virtio_net: xsk: bind/unbind xsk for txXuan Zhuo1-0/+53
2024-11-16virtio_net: refactor the xmit typeXuan Zhuo1-39/+51
2024-11-16virtio_ring: remove API virtqueue_set_dma_premappedXuan Zhuo3-63/+0
2024-11-16virtio-net: rq submits premapped per-bufferXuan Zhuo1-11/+11
2024-11-16virtio_ring: introduce add api for premappedXuan Zhuo2-0/+59
2024-11-16virtio_ring: perform premapped operations based on per-bufferXuan Zhuo1-48/+53
2024-11-16virtio_ring: packed: record extras for indirect buffersXuan Zhuo1-24/+36
2024-11-16virtio_ring: split: record extras for indirect buffersXuan Zhuo1-60/+52
2024-11-16virtio_ring: introduce vring_need_unmap_bufferXuan Zhuo1-15/+12
2024-11-16selftests: net: fdb_notify: Add a test for FDB notificationsPetr Machata3-1/+114
2024-11-16selftests: net: lib: Add kill_processPetr Machata15-34/+41
2024-11-16selftests: net: lib: Move checks from forwarding/lib.sh herePetr Machata2-73/+73
2024-11-16selftests: net: lib: Move tests_run from forwarding/lib.sh herePetr Machata2-10/+10
2024-11-16selftests: net: lib: Move logging from forwarding/lib.sh herePetr Machata2-113/+115
2024-11-16ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata9-18/+34
2024-11-16ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata12-18/+32
2024-11-16rtase: Modify the content format of the enum rtase_registersJustin Lai1-1/+1
2024-11-16rtase: Modify the name of the goto labelJustin Lai1-5/+5
2024-11-16net: netpoll: flush skb pool during cleanupBreno Leitao1-1/+13
2024-11-16net: netpoll: Individualize the skb poolBreno Leitao2-18/+14
2024-11-16octeontx2-pf: Fix spelling mistake "reprentator" -> "representor"Colin Ian King1-1/+1
2024-11-16net/netlink: Correct the comment on netlink message max capDmitry Safonov1-2/+2
2024-11-16enic: Move kdump check into enic_adjust_resources()Nelson Escobar1-16/+9
2024-11-16enic: Move enic resource adjustments to separate functionNelson Escobar1-57/+70
2024-11-16enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust wayNelson Escobar1-59/+57
2024-11-16enic: Allocate arrays in enic struct based on VIC configNelson Escobar2-21/+87
2024-11-16enic: Save resource counts we read from HWNelson Escobar3-9/+18
2024-11-16enic: Make MSI-X I/O interrupts come after the other required onesNelson Escobar2-9/+22
2024-11-16enic: Create enic_wq/rq structures to bundle per wq/rq dataNelson Escobar4-73/+81
2024-11-16net: phy: microchip_t1: Clause-45 PHY loopback support for LAN887xTarun Alle1-0/+1
2024-11-15dt-bindings: net: dsa: microchip,ksz: Drop undocumented "id"Rob Herring (Arm)1-1/+0
2024-11-15bnxt_en: optimize gettimex64Vadim Fedorenko2-6/+37
2024-11-15netdev-genl: Hold rcu_read_lock in napi_setJoe Damato1-0/+2
2024-11-15netfilter: bitwise: add support for doing AND, OR and XOR directlyJeremy Sowden2-11/+131