index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-26
dim: make DIMLIB dependent on NET
Heng Qi
2
-1
/
+2
2024-06-26
linux/dim: move useful macros to .h file
Heng Qi
2
-6
/
+7
2024-06-26
ravb: Add MII support for R-Car V4M
Geert Uytterhoeven
2
-1
/
+37
2024-06-26
ravb: Improve ravb_hw_info instance order
Geert Uytterhoeven
1
-9
/
+9
2024-06-26
virtio_net: Remove u64_stats_update_begin()/end() for stats fetch
Li RongQing
1
-2
/
+3
2024-06-25
selftests: net: remove unneeded IP_GRE config
Yujie Liu
1
-1
/
+0
2024-06-25
l2tp: remove incorrect __rcu attribute
James Chapman
1
-1
/
+1
2024-06-25
net: ethernet: mtk_eth_soc: ppe: prevent ppe update for non-mtk devices
Elad Yifee
1
-1
/
+1
2024-06-25
dt-bindings: net: cdns,macb: Deprecate magic-packet property
Vineeth Karumanchi
1
-0
/
+1
2024-06-25
net: macb: Add ARP support to WOL
Vineeth Karumanchi
2
-26
/
+33
2024-06-25
net: macb: Enable queue disable
Vineeth Karumanchi
1
-1
/
+2
2024-06-25
net: macb: queue tie-off or disable during WOL suspend
Vineeth Karumanchi
2
-3
/
+64
2024-06-25
af_unix: Don't use spin_lock_nested() in copy_peercred().
Kuniyuki Iwashima
1
-10
/
+3
2024-06-25
af_unix: Remove put_pid()/put_cred() in copy_peercred().
Kuniyuki Iwashima
1
-8
/
+1
2024-06-25
af_unix: Set sk_peer_pid/sk_peer_cred locklessly for new socket.
Kuniyuki Iwashima
1
-3
/
+8
2024-06-25
af_unix: Define locking order for U_RECVQ_LOCK_EMBRYO in unix_collect_skb().
Kuniyuki Iwashima
2
-7
/
+22
2024-06-25
af_unix: Remove U_LOCK_GC_LISTENER.
Kuniyuki Iwashima
1
-12
/
+0
2024-06-25
af_unix: Remove U_LOCK_DIAG.
Kuniyuki Iwashima
2
-15
/
+3
2024-06-25
af_unix: Don't acquire unix_state_lock() for sock_i_ino().
Kuniyuki Iwashima
1
-20
/
+10
2024-06-25
af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect().
Kuniyuki Iwashima
2
-2
/
+36
2024-06-25
af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect().
Kuniyuki Iwashima
1
-25
/
+9
2024-06-25
af_unix: Define locking order for U_LOCK_SECOND in unix_state_double_lock().
Kuniyuki Iwashima
1
-1
/
+15
2024-06-25
af_unix: Define locking order for unix_table_double_lock().
Kuniyuki Iwashima
1
-1
/
+11
2024-06-25
net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT.
Sebastian Andrzej Siewior
4
-32
/
+52
2024-06-25
net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.
Sebastian Andrzej Siewior
9
-45
/
+114
2024-06-25
net: Use nested-BH locking for bpf_scratchpad.
Sebastian Andrzej Siewior
1
-2
/
+9
2024-06-25
seg6: Use nested-BH locking for seg6_bpf_srh_states.
Sebastian Andrzej Siewior
3
-8
/
+18
2024-06-25
lwt: Don't disable migration prio invoking BPF.
Sebastian Andrzej Siewior
1
-4
/
+2
2024-06-25
dev: Use nested-BH locking for softnet_data.process_queue.
Sebastian Andrzej Siewior
2
-1
/
+12
2024-06-25
dev: Remove PREEMPT_RT ifdefs from backlog_lock.*().
Sebastian Andrzej Siewior
1
-4
/
+4
2024-06-25
net: softnet_data: Make xmit per task.
Sebastian Andrzej Siewior
5
-12
/
+80
2024-06-25
netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage.
Sebastian Andrzej Siewior
1
-4
/
+16
2024-06-25
net/ipv4: Use nested-BH locking for ipv4_tcp_sk.
Sebastian Andrzej Siewior
2
-4
/
+16
2024-06-25
net/tcp_sigpool: Use nested-BH locking for sigpool_scratch.
Sebastian Andrzej Siewior
1
-4
/
+13
2024-06-25
net: Use nested-BH locking for napi_alloc_cache.
Sebastian Andrzej Siewior
1
-5
/
+24
2024-06-25
net: Use __napi_alloc_frag_align() instead of open coding it.
Sebastian Andrzej Siewior
1
-6
/
+2
2024-06-25
locking/local_lock: Add local nested BH locking infrastructure.
Sebastian Andrzej Siewior
4
-0
/
+52
2024-06-25
locking/local_lock: Introduce guard definition for local_lock.
Sebastian Andrzej Siewior
1
-0
/
+11
2024-06-24
MAINTAINERS: adjust file entry in FREESCALE QORIQ DPAA FMAN DRIVER
Lukas Bulwahn
1
-1
/
+1
2024-06-22
net: xilinx: axienet: Enable multicast by default
Sean Anderson
1
-1
/
+0
2024-06-21
ice: update representor when VSI is ready
Michal Swiatkowski
3
-10
/
+17
2024-06-21
ice: move VSI configuration outside repr setup
Michal Swiatkowski
3
-15
/
+57
2024-06-21
ice: move devlink locking outside the port creation
Michal Swiatkowski
4
-8
/
+9
2024-06-21
ice: store representor ID in bridge port
Michal Swiatkowski
4
-8
/
+7
2024-06-21
selftests: net: change shebang to bash in amt.sh
Taehee Yoo
1
-1
/
+1
2024-06-21
net: ethernet: rtsn: Add support for Renesas Ethernet-TSN
Niklas Söderlund
5
-0
/
+1875
2024-06-21
net: dsa: qca8k: add support for bridge port isolation
Matthias Schiffer
2
-2
/
+21
2024-06-21
net: dsa: qca8k: factor out bridge join/leave logic
Matthias Schiffer
1
-51
/
+50
2024-06-21
net: dsa: qca8k: do not write port mask twice in bridge join/leave
Matthias Schiffer
1
-2
/
+5
2024-06-21
net: mdio: mscc-miim: Handle the switch reset
Herve Codina
1
-0
/
+8
[next]