summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-04-04af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima2-43/+1
2024-04-04af_unix: Remove scm_fp_dup() in unix_attach_fds().Kuniyuki Iwashima1-7/+2
2024-04-04trace: tcp: fully support trace_tcp_send_resetJason Xing2-5/+5
2024-04-04net: enable timestamp static key if CPUMarcelo Tosatti1-0/+5
2024-04-03net/smc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-12/+20
2024-04-03caif: Use UTILITY_NAME_LENGTH instead of hard-coding 16Christophe JAILLET1-4/+4
2024-04-03net/iucv: Avoid explicit cpumask var allocation on stackDawei Li1-8/+18
2024-04-03page_pool: try direct bulk recyclingAlexander Lobakin1-2/+5
2024-04-03page_pool: check for PP direct cache locality laterAlexander Lobakin4-53/+52
2024-04-02ipv6: remove RTNL protection from inet6_dump_fib()Eric Dumazet1-25/+26
2024-04-02genetlink: remove linux/genetlink.hJakub Kicinski3-3/+1
2024-04-02net: openvswitch: remove unnecessary linux/genetlink.h includeJakub Kicinski1-1/+0
2024-04-02netlink: create a new header for internal genetlink symbolsJakub Kicinski3-1/+14
2024-04-02tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet6-23/+8
2024-04-02inet: preserve const qualifier in inet_csk()Eric Dumazet3-4/+4
2024-04-01net: rps: add rps_input_queue_head_add() helperEric Dumazet1-5/+8
2024-04-01net: rps: change input_queue_tail_incr_save()Eric Dumazet1-8/+12
2024-04-01net: enqueue_to_backlog() cleanupEric Dumazet1-13/+11
2024-04-01net: make softnet_data.dropped an atomic_tEric Dumazet2-5/+11
2024-04-01net: enqueue_to_backlog() change vs not running deviceEric Dumazet1-4/+5
2024-04-01net: move dev_xmit_recursion() helpers to net/core/dev.hEric Dumazet1-0/+17
2024-04-01net: move kick_defer_list_purge() to net/core/dev.hEric Dumazet1-3/+3
2024-04-01pfcp: always set pfcp metadataMichal Swiatkowski2-5/+109
2024-04-01net: net_test: add tests for IP tunnel flags conversion helpersAlexander Lobakin2-9/+125
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin21-285/+414
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin8-51/+93
2024-03-30netlink: introduce type-checking attribute iterationJohannes Berg6-44/+27
2024-03-30net: add sk_wake_async_rcu() helperEric Dumazet9-13/+13
2024-03-30udp: avoid calling sock_def_readable() if possibleEric Dumazet1-3/+11
2024-03-30udp: relax atomic operation on sk->sk_rmem_allocEric Dumazet1-6/+1
2024-03-30udp: annotate data-race in __udp_enqueue_schedule_skb()Eric Dumazet1-5/+6
2024-03-29devlink: use kvzalloc() to allocate devlink instance resourcesJian Wen1-3/+3
2024-03-29net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skbBalazs Scheidler2-2/+3
2024-03-29af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima2-250/+64
2024-03-29af_unix: Detect dead SCC.Kuniyuki Iwashima1-1/+43
2024-03-29af_unix: Assign a unique index to SCC.Kuniyuki Iwashima1-14/+15
2024-03-29af_unix: Avoid Tarjan's algorithm if unnecessary.Kuniyuki Iwashima1-1/+27
2024-03-29af_unix: Skip GC if no cycle exists.Kuniyuki Iwashima1-1/+47
2024-03-29af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima1-11/+15
2024-03-29af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima2-2/+20
2024-03-29af_unix: Save listener for embryo socket.Kuniyuki Iwashima1-1/+4
2024-03-29af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima1-2/+44
2024-03-29af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima1-0/+74
2024-03-29af_unix: Bulk update unix_tot_inflight/unix_inflight when queuing skb.Kuniyuki Iwashima1-11/+7
2024-03-29af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima3-3/+97
2024-03-29af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima2-0/+8
2024-03-29af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima3-0/+51
2024-03-29tcp/dccp: bypass empty buckets in inet_twsk_purge()Eric Dumazet1-2/+7
2024-03-29net/smc: make smc_hash_sk/smc_unhash_sk staticZhengchao Shao1-4/+2
2024-03-29net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen2-0/+28