index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2024-04-19
wifi: mac80211: keep mac80211 consistent on link activation failure
Benjamin Berg
2024-04-19
wifi: mac80211: simplify ieee80211_assign_link_chanctx()
Johannes Berg
2024-04-19
wifi: mac80211: reserve chanctx during find
Johannes Berg
2024-04-19
wifi: mac80211: defer link switch work in reconfig
Miri Korenblit
2024-04-19
wifi: mac80211: transmit deauth only if link is available
Johannes Berg
2024-04-08
wifi: mac80211: extend IEEE80211_KEY_FLAG_GENERATE_MMIE to other ciphers
Michael-CY Lee
2024-04-08
wifi: mac80211: correctly document struct mesh_table
Jeff Johnson
2024-04-03
Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2024-04-03
af_unix: Remove lock dance in unix_peek_fds().
Kuniyuki Iwashima
2024-04-03
af_unix: Remove scm_fp_dup() in unix_attach_fds().
Kuniyuki Iwashima
2024-04-03
trace: tcp: fully support trace_tcp_send_reset
Jason Xing
2024-04-03
net: enable timestamp static key if CPU
Marcelo Tosatti
2024-04-03
net/smc: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
2024-04-02
caif: Use UTILITY_NAME_LENGTH instead of hard-coding 16
Christophe JAILLET
2024-04-02
net/iucv: Avoid explicit cpumask var allocation on stack
Dawei Li
2024-04-02
page_pool: try direct bulk recycling
Alexander Lobakin
2024-04-02
page_pool: check for PP direct cache locality later
Alexander Lobakin
2024-04-01
ipv6: remove RTNL protection from inet6_dump_fib()
Eric Dumazet
2024-04-01
genetlink: remove linux/genetlink.h
Jakub Kicinski
2024-04-01
net: openvswitch: remove unnecessary linux/genetlink.h include
Jakub Kicinski
2024-04-01
netlink: create a new header for internal genetlink symbols
Jakub Kicinski
2024-04-01
tcp/dccp: do not care about families in inet_twsk_purge()
Eric Dumazet
2024-04-01
inet: preserve const qualifier in inet_csk()
Eric Dumazet
2024-04-01
net: rps: add rps_input_queue_head_add() helper
Eric Dumazet
2024-04-01
net: rps: change input_queue_tail_incr_save()
Eric Dumazet
2024-04-01
net: enqueue_to_backlog() cleanup
Eric Dumazet
2024-04-01
net: make softnet_data.dropped an atomic_t
Eric Dumazet
2024-04-01
net: enqueue_to_backlog() change vs not running device
Eric Dumazet
2024-04-01
net: move dev_xmit_recursion() helpers to net/core/dev.h
Eric Dumazet
2024-04-01
net: move kick_defer_list_purge() to net/core/dev.h
Eric Dumazet
2024-04-01
pfcp: always set pfcp metadata
Michal Swiatkowski
2024-04-01
net: net_test: add tests for IP tunnel flags conversion helpers
Alexander Lobakin
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
2024-04-01
ip_tunnel: use a separate struct to store tunnel params in the kernel
Alexander Lobakin
2024-03-29
netlink: introduce type-checking attribute iteration
Johannes Berg
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
2024-03-29
udp: avoid calling sock_def_readable() if possible
Eric Dumazet
2024-03-29
udp: relax atomic operation on sk->sk_rmem_alloc
Eric Dumazet
2024-03-29
udp: annotate data-race in __udp_enqueue_schedule_skb()
Eric Dumazet
2024-03-29
devlink: use kvzalloc() to allocate devlink instance resources
Jian Wen
2024-03-29
net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skb
Balazs Scheidler
2024-03-29
af_unix: Replace garbage collection algorithm.
Kuniyuki Iwashima
2024-03-29
af_unix: Detect dead SCC.
Kuniyuki Iwashima
2024-03-29
af_unix: Assign a unique index to SCC.
Kuniyuki Iwashima
2024-03-29
af_unix: Avoid Tarjan's algorithm if unnecessary.
Kuniyuki Iwashima
2024-03-29
af_unix: Skip GC if no cycle exists.
Kuniyuki Iwashima
2024-03-29
af_unix: Save O(n) setup of Tarjan's algo.
Kuniyuki Iwashima
2024-03-29
af_unix: Fix up unix_edge.successor for embryo socket.
Kuniyuki Iwashima
2024-03-29
af_unix: Save listener for embryo socket.
Kuniyuki Iwashima
2024-03-29
af_unix: Detect Strongly Connected Components.
Kuniyuki Iwashima
[next]