summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-07-03page_pool: convert to use netmemMina Almasry5-40/+114
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior3-18/+33
2024-07-02page_pool: export page_pool_disable_direct_recycling()David Wei1-0/+1
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov2-1/+4
2024-07-01Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2-77/+147
2024-07-01tcp_metrics: add netlink protocol spec in YAMLJakub Kicinski1-0/+16
2024-07-01tcp_metrics: add UAPI to the header guardJakub Kicinski1-3/+3
2024-06-29net: ethtool: add a mutex protecting RSS contextsEdward Cree1-0/+3
2024-06-29net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree1-3/+6
2024-06-29net: ethtool: let the core choose RSS context IDsEdward Cree1-0/+40
2024-06-29net: ethtool: record custom RSS contexts in the XArrayEdward Cree1-0/+14
2024-06-29net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree1-0/+42
2024-06-29net: move ethtool-related netdev state into its own structEdward Cree2-3/+13
2024-06-28net: sfp: Add more extended compliance codesDanielle Ratson1-0/+6
2024-06-28ethtool: Veto some operations during firmware flashing processDanielle Ratson1-1/+3
2024-06-28ethtool: Add an interface for flashing transceiver modules' firmwareDanielle Ratson2-0/+37
2024-06-28ethtool: Add ethtool operation to write to a transceiver module EEPROMIdo Schimmel1-8/+12
2024-06-27Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski4-96/+127
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-22/+63
2024-06-27Merge tag 'net-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-2/+7
2024-06-27Merge tag 'sound-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2024-06-27Merge tag 'nf-24-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-0/+5
2024-06-27tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()Yunseong Kim1-1/+1
2024-06-27Merge tag 'mm-hotfixes-stable-2024-06-26-17-28' of git://git.kernel.org/pub/s...Linus Torvalds3-14/+21
2024-06-27netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso1-0/+5
2024-06-27Merge tag 'wq-for-6.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach1-1/+1
2024-06-26PCI: Add Edimax Vendor ID to pci_ids.hFUJITA Tomonori1-0/+2
2024-06-26dim: add new interfaces for initialization and getting resultsHeng Qi1-0/+48
2024-06-26ethtool: provide customized dim profile managementHeng Qi4-1/+86
2024-06-26linux/dim: move useful macros to .h fileHeng Qi1-0/+7
2024-06-26netfilter: nf_tables: rise cap on SELinux secmark contextPablo Neira Ayuso1-1/+1
2024-06-25netfilter: nf_tables: do not store nft_ctx in transaction objectsFlorian Westphal1-4/+39
2024-06-25netfilter: nf_tables: store chain pointer in rule transactionFlorian Westphal1-0/+3
2024-06-25netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal1-1/+1
2024-06-25netfilter: nf_tables: compact chain+ft transaction objectsFlorian Westphal1-2/+2
2024-06-25netfilter: nf_tables: move bind list_head into relevant subtypesFlorian Westphal1-8/+18
2024-06-25netfilter: nf_tables: make struct nft_trans first member of derived subtypesFlorian Westphal1-70/+92
2024-06-25Fix race for duplicate reqsk on identical SYNluoxuanqiang1-1/+1
2024-06-25af_unix: Remove U_LOCK_GC_LISTENER.Kuniyuki Iwashima1-12/+0
2024-06-25af_unix: Remove U_LOCK_DIAG.Kuniyuki Iwashima1-1/+0
2024-06-25af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect().Kuniyuki Iwashima1-1/+0
2024-06-25mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge1-5/+4
2024-06-25mm: convert page type macros to enumStephen Brennan1-9/+12
2024-06-25/proc/pid/smaps: add mseal info for vmaJeff Xu1-0/+5
2024-06-25net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.Sebastian Andrzej Siewior1-0/+42
2024-06-25net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.Sebastian Andrzej Siewior2-10/+49
2024-06-25seg6: Use nested-BH locking for seg6_bpf_srh_states.Sebastian Andrzej Siewior1-0/+1
2024-06-25dev: Use nested-BH locking for softnet_data.process_queue.Sebastian Andrzej Siewior1-0/+1
2024-06-25net: softnet_data: Make xmit per task.Sebastian Andrzej Siewior3-12/+48