aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-05-11svcrdma: Unregister the device if svc_rdma_accept() failsChuck Lever1-0/+1
2025-05-11sunrpc: allow SOMAXCONN backlogged TCP connectionsJeff Layton1-1/+1
2025-05-11sunrpc: add info about xprt queue times to svc_xprt_dequeue tracepointJeff Layton1-0/+1
2025-05-11sunrpc: fix race in cache cleanup causing stale nextcheck timeLong Li1-8/+7
2025-05-11sunrpc: update nextcheck time when adding new cache entriesLong Li1-0/+2
2025-05-09ktls, sockmap: Fix missing uncharge operationJiayuan Chen1-0/+7
2025-05-09Merge tag 'batadv-net-pullrequest-20250509' of git://git.open-mesh.org/linux-mergeJakub Kicinski1-13/+18
2025-05-09Merge tag 'batadv-next-pullrequest-20250509' of git://git.open-mesh.org/linux-mergeJakub Kicinski5-22/+6
2025-05-09net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2-21/+30
2025-05-09ethtool: Block setting of symmetric RSS when non-symmetric rx-flow-hash is requestedGal Pressman1-10/+89
2025-05-09net: mctp: Ensure keys maintain only one ref to corresponding devAndrew Jeffery1-1/+3
2025-05-09net: mctp: Don't access ifa_index when missingMatt Johnston1-4/+11
2025-05-09bpf: Allow some trace helpers for all prog typesFeng Yang1-14/+0
2025-05-09net_sched: Flush gso_skb list too during ->change()Cong Wang6-6/+6
2025-05-08Merge tag 'for-net-2025-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski3-34/+72
2025-05-09wifi: mac80211: Update MCS15 support in link_confMohan Kumar G1-0/+3
2025-05-08wifi: mac80211: do not offer a mesh path if forwarding is disabledBenjamin Berg1-2/+4
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar1-8/+8
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-136/+200
2025-05-08Bluetooth: hci_event: Fix not using key encryption size when its knownLuiz Augusto von Dentz2-31/+66
2025-05-08net: export a helper for adding up queue statsJakub Kicinski1-19/+50
2025-05-07bpf: Scrub packet on bpf_redirect_peerPaul Chaignon1-0/+1
2025-05-07Merge tag 'nf-25-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-20/+9
2025-05-07openvswitch: Fix unsafe attribute parsing in output_userspace()Eelco Chaudron1-2/+1
2025-05-07netfilter: ipset: fix region locking in hash typesJozsef Kadlecsik1-1/+1
2025-05-07ipvs: fix uninit-value for saddr in do_output_route4Julian Anastasov1-19/+8
2025-05-07Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flagsLuiz Augusto von Dentz1-3/+6
2025-05-06Merge tag 'wireless-2025-05-06' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski2-7/+7
2025-05-06Merge tag 'wireless-next-2025-05-06' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski21-230/+312
2025-05-06Merge tag 'linux-can-fixes-for-6.15-20250506' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canJakub Kicinski1-59/+90
2025-05-06net: add missing instance lock to dev_set_promiscuityStanislav Fomichev2-13/+24
2025-05-06net: Lock netdevices during dev_shutdownCosmin Ratiu1-1/+3
2025-05-06devlink: use DEVLINK_VAR_ATTR_TYPE_* instead of NLA_* in fmsgJiri Pirko1-44/+21
2025-05-06devlink: avoid param type value translationsJiri Pirko1-44/+2
2025-05-06devlink: define enum for attr types of dynamic attributesJiri Pirko3-18/+58
2025-05-06wifi: mac80211: fix the type of status_code for negotiated TID to Link MappingMichael-CY Lee1-6/+6
2025-05-06wifi: cfg80211: fix out-of-bounds access during multi-link element defragmentationVeerendranath Jakkam1-1/+1
2025-05-06can: gw: fix RCU/BH usage in cgw_create_job()Oliver Hartkopp1-59/+90
2025-05-06Merge tag 'nf-next-25-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextPaolo Abeni5-68/+128
2025-05-05ipv4: ip_tunnel: Replace strcpy use with strscpyRuben Wauters1-2/+2
2025-05-05gre: Fix again IPv6 link-local address generation.Guillaume Nault1-6/+9
2025-05-05net: ethtool: netlink: Use netdev_hold for dumpit() operationsMaxime Chevallier1-2/+3
2025-05-05net: ethtool: phy: Convert the PHY_GET command to generic phy dumpMaxime Chevallier3-253/+100
2025-05-05net: ethtool: Introduce per-PHY DUMP operationsMaxime Chevallier1-9/+194
2025-05-05sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iifDr. David Alan Gilbert2-26/+0
2025-05-05strparser: Remove unused __strp_unpauseDr. David Alan Gilbert1-13/+0
2025-05-05sch_htb: make htb_deactivate() idempotentCong Wang1-9/+6
2025-05-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-65/+140
2025-05-05netfilter: nft_set_pipapo: clamp maximum map bucket size to INT_MAXPablo Neira Ayuso1-0/+6
2025-05-05netfilter: nft_set_pipapo: prevent overflow in lookup table allocationPablo Neira Ayuso1-14/+44