summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-04-03net/mlx5: Skip pages EQ creation for non-page supplier functionJianbo Liu
2024-04-03net/mlx5: Support matching on l4_type for ttc_tableJianbo Liu
2024-04-03net/mlx5: Convert uintX_t to uXGal Pressman
2024-04-03Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-04-03net: ethtool: Add impedance mismatch result code to cable testPawel Dembicki
2024-04-03net: phy: marvell: add basic support of 88E308X/88E609X familyPawel Dembicki
2024-04-03af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima
2024-04-03trace: tcp: fully support trace_tcp_send_resetJason Xing
2024-04-03trace: adjust TP_STORE_ADDR_PORTS_SKB() parametersJason Xing
2024-04-03netdevice: add DEFINE_FREE() for dev_putJohannes Berg
2024-04-03rtnetlink: add guard for RTNLJohannes Berg
2024-04-02uapi: team: use header file generated from YAML specHangbin Liu
2024-04-02tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing
2024-04-02page_pool: check for PP direct cache locality laterAlexander Lobakin
2024-04-02rhashtable: Improve grammarJonathan Neuschäfer
2024-04-01genetlink: remove linux/genetlink.hJakub Kicinski
2024-04-01netlink: create a new header for internal genetlink symbolsJakub Kicinski
2024-04-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet
2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet
2024-04-01net: rps: move received_rps field to a better locationEric Dumazet
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski
2024-04-01pfcp: add PFCP moduleWojciech Drewek
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin
2024-04-01bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()Alexander Lobakin
2024-04-01bitmap: introduce generic optimized bitmap_size()Alexander Lobakin
2024-04-01linkmode: convert linkmode_{test,set,clear,mod}_bit() to macrosAlexander Lobakin
2024-04-01bitops: let the compiler optimize {__,}assign_bit()Alexander Lobakin
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin
2024-04-01bitops: add missing prototype checkAlexander Lobakin
2024-04-01lib/bitmap: add bitmap_{read,write}()Syed Nayyar Waris
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet
2024-03-29net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler
2024-03-29net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independentBalazs Scheidler
2024-03-29af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima
2024-03-29af_unix: Assign a unique index to SCC.Kuniyuki Iwashima
2024-03-29af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima
2024-03-29af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima
2024-03-29af_unix: Save listener for embryo socket.Kuniyuki Iwashima
2024-03-29af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima
2024-03-29af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima
2024-03-29af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima
2024-03-29af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima
2024-03-29af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima