summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | wifi: nl80211: fix nl80211 uapi comment style issuesJeff Johnson2024-03-251-83/+83
| * | | | | | | wifi: nl80211: rename enum plink_actionsJeff Johnson2024-03-251-1/+1
| * | | | | | | wifi: rtw88: SDIO device driver for RTL8723CSFiona Klute2024-03-141-0/+1
| * | | | | | | ssb: drop use of non-existing CONFIG_SSB_DEBUG symbolRandy Dunlap2024-03-121-8/+0
* | | | | | | | net: ethtool: Add impedance mismatch result code to cable testPawel Dembicki2024-04-031-0/+4
* | | | | | | | net: phy: marvell: add basic support of 88E308X/88E609X familyPawel Dembicki2024-04-031-0/+1
* | | | | | | | af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima2024-04-031-1/+0
* | | | | | | | trace: tcp: fully support trace_tcp_send_resetJason Xing2024-04-031-2/+38
* | | | | | | | trace: adjust TP_STORE_ADDR_PORTS_SKB() parametersJason Xing2024-04-033-11/+13
* | | | | | | | netdevice: add DEFINE_FREE() for dev_putJohannes Berg2024-04-031-0/+2
* | | | | | | | rtnetlink: add guard for RTNLJohannes Berg2024-04-031-0/+3
* | | | | | | | uapi: team: use header file generated from YAML specHangbin Liu2024-04-021-73/+43
* | | | | | | | tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing2024-04-021-1/+1
* | | | | | | | 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