aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-21net: usb: cdc-ncm: check for filtering capabilityOliver Neukum1-0/+1
2025-07-18net: s/dev_close_many/netif_close_many/Stanislav Fomichev1-1/+1
2025-07-18net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev1-0/+1
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev1-1/+1
2025-07-18net: s/__dev_set_mtu/__netif_set_mtu/Stanislav Fomichev1-1/+1
2025-07-18net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev1-2/+2
2025-07-18net: s/dev_get_mac_address/netif_get_mac_address/Stanislav Fomichev1-1/+1
2025-07-18net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev1-2/+2
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer3-3/+19
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima1-2/+3
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima1-0/+1
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima1-2/+0
2025-07-17neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima1-0/+4
2025-07-17neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima1-2/+2
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima1-2/+3
2025-07-17ethtool: rss: initial RSS_SET (indirection table handling)Jakub Kicinski1-0/+1
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-50/+71
2025-07-17Merge tag 'net-6.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds8-44/+48
2025-07-17Merge tag 'for-net-2025-07-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-23/+29
2025-07-17rxrpc: Fix notification vs call-release vs recvmsgDavid Howells1-1/+2
2025-07-17rxrpc: Fix recv-recv race of completed callDavid Howells1-0/+3
2025-07-17Merge tag 'wireless-next-2025-07-17' of https://git.kernel.org/pub/scm/linux/...Paolo Abeni1-1/+5
2025-07-17Merge tag 'wireless-2025-07-17' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-1/+1
2025-07-17Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Paolo Abeni1-0/+55
2025-07-17netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal1-2/+13
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers2-12/+18
2025-07-16Bluetooth: hci_core: add missing braces when using macro parametersChristian Eggers1-11/+11
2025-07-16Bluetooth: hci_core: fix typos in macrosChristian Eggers1-2/+2
2025-07-15bnxt: move bnxt_hsi.h to include/linux/bnxt/hsi.hAndy Gospodarek1-0/+10914
2025-07-15net: mctp: Allow limiting binds to a peer addressMatt Johnston1-1/+4
2025-07-15net: mctp: Use hashtable for bindsMatt Johnston1-4/+16
2025-07-15wifi: cfg80211: parse attribute to update unsolicited probe response templateYuvarani V1-0/+4
2025-07-15wifi: cfg80211: Fix interface type validationIlan Peer1-1/+1
2025-07-15wifi: cfg80211: remove scan request n_channels counted_byJohannes Berg1-1/+1
2025-07-14tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet1-1/+1
2025-07-14tcp: add LINUX_MIB_BEYOND_WINDOWEric Dumazet2-0/+2
2025-07-14tcp: do not accept packets beyond windowEric Dumazet1-1/+7
2025-07-14Add support to set NAPI threaded for individual NAPISamiullah Khawaja2-0/+2
2025-07-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2-3/+9
2025-07-14net/x25: Remove unused x25_terminate_link()Dr. David Alan Gilbert1-1/+0
2025-07-14dev: Pass netdevice_tracker to dev_get_by_flags_rcu().Kuniyuki Iwashima1-2/+2
2025-07-14idpf: implement get LAN MMIO memory regionsJoshua Hay1-0/+8
2025-07-14idpf: implement RDMA vport auxiliary dev create, init, and destroyJoshua Hay1-0/+19
2025-07-14idpf: implement core RDMA auxiliary dev create, init, and destroyJoshua Hay1-0/+28
2025-07-14Revert "netfilter: nf_tables: Add notifications for hook changes"Phil Sutter3-17/+0
2025-07-13Merge tag 'irq_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-07-13net/mlx5: IFC updates for disabled host PFDaniel Jurgens1-1/+3
2025-07-13net/mlx5: Expose disciplined_fr_counter through HCA capabilities in mlx5_ifcCarolina Jubran1-1/+2
2025-07-13RDMA/mlx5: Fix UMR modifying of mkey page sizeEdward Srouji1-0/+1
2025-07-13net/mlx5: Expose HCA capability bits for mkey max page sizeMichael Guralnik1-1/+3