summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* page_pool: check for PP direct cache locality laterAlexander Lobakin2024-04-021-6/+6
* rhashtable: Improve grammarJonathan Neuschäfer2024-04-021-5/+5
* genetlink: remove linux/genetlink.hJakub Kicinski2024-04-013-16/+10
* netlink: create a new header for internal genetlink symbolsJakub Kicinski2024-04-011-5/+0
* tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet2024-04-012-2/+2
* inet: preserve const qualifier in inet_csk()Eric Dumazet2024-04-014-7/+4
* net: rps: move received_rps field to a better locationEric Dumazet2024-04-011-1/+1
* net: rps: add rps_input_queue_head_add() helperEric Dumazet2024-04-011-2/+7
* net: rps: change input_queue_tail_incr_save()Eric Dumazet2024-04-012-15/+23
* net: make softnet_data.dropped an atomic_tEric Dumazet2024-04-011-1/+2
* net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet2024-04-011-17/+0
* net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet2024-04-011-1/+0
* pfcp: always set pfcp metadataMichal Swiatkowski2024-04-014-0/+93
* pfcp: add PFCP moduleWojciech Drewek2024-04-011-0/+17
* ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-017-65/+177
* ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin2024-04-012-8/+24
* bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()Alexander Lobakin2024-04-011-33/+5
* bitmap: introduce generic optimized bitmap_size()Alexander Lobakin2024-04-012-4/+6
* linkmode: convert linkmode_{test,set,clear,mod}_bit() to macrosAlexander Lobakin2024-04-011-23/+4
* bitops: let the compiler optimize {__,}assign_bit()Alexander Lobakin2024-04-011-16/+4
* bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin2024-04-011-0/+2
* bitops: add missing prototype checkAlexander Lobakin2024-04-011-0/+1
* lib/bitmap: add bitmap_{read,write}()Syed Nayyar Waris2024-04-011-0/+77
* netlink: introduce type-checking attribute iterationJohannes Berg2024-03-291-0/+27
* net: add sk_wake_async_rcu() helperEric Dumazet2024-03-291-0/+6
* net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler2024-03-291-5/+24
* net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independentBalazs Scheidler2024-03-292-43/+42
* af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima2024-03-291-8/+0
* af_unix: Assign a unique index to SCC.Kuniyuki Iwashima2024-03-291-1/+1
* af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima2024-03-291-1/+0
* af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima2024-03-291-0/+1
* af_unix: Save listener for embryo socket.Kuniyuki Iwashima2024-03-291-0/+1
* af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima2024-03-291-0/+3
* af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima2024-03-291-0/+2
* af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima2024-03-292-0/+3
* af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima2024-03-292-0/+11
* af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima2024-03-292-0/+12
* net/smc: make smc_hash_sk/smc_unhash_sk staticZhengchao Shao2024-03-291-3/+0
* net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen2024-03-292-0/+10
* net: sched: cls_api: add filter counterAsbjørn Sloth Tønnesen2024-03-291-0/+2
* net: sched: cls_api: add skip_sw counterAsbjørn Sloth Tønnesen2024-03-291-0/+1
* net: phylink: add rxc_always_on flag to phylink_pcsRomain Gantois2024-03-281-0/+38
* net: phylink: add PHY_F_RXC_ALWAYS_ON to PHY dev flagsRussell King (Oracle)2024-03-282-0/+5
* compiler_types: add Endianness-dependent __counted_by_{le,be}Alexander Lobakin2024-03-281-0/+11
* net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski2024-03-281-7/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-2827-43/+206
|\
| * Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-286-8/+15
| |\
| | * inet: inet_defrag: prevent sk release while still in useFlorian Westphal2024-03-281-6/+1
| | * Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-03-271-0/+2
| | |\
| | | * wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg2024-03-251-0/+2