index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-03
net: netpoll: fix incorrect refcount handling causing incorrect cleanup
Breno Leitao
1
-2
/
+5
2025-12-03
page_pool: Clamp pool size to max 16K pages
Dragos Tatulea
1
-5
/
+1
2025-12-03
net: call cond_resched() less often in __release_sock()
Eric Dumazet
1
-4
/
+8
2025-12-03
net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.
Kuniyuki Iwashima
1
-2
/
+1
2025-10-29
net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msg
Zhengchao Shao
1
-0
/
+1
2025-10-29
rtnetlink: Allow deleting FDB entries in user namespace
Johannes Wiesböck
1
-3
/
+0
2025-10-29
net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_del
Nikolay Aleksandrov
1
-19
/
+48
2025-10-29
net: rtnetlink: add bulk delete support flag
Nikolay Aleksandrov
1
-0
/
+8
2025-10-29
net: rtnetlink: add helper to extract msg type's kind
Nikolay Aleksandrov
1
-1
/
+1
2025-10-29
net: rtnetlink: add msg kind names
Nikolay Aleksandrov
1
-3
/
+3
2025-10-29
net: rtnetlink: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+1
2025-10-29
bpf: Explicitly check accesses to bpf_sock_addr
Paul Chaignon
1
-6
/
+10
2025-10-02
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
1
-0
/
+5
2025-08-28
netpoll: prevent hanging NAPI when netcons gets enabled
Jakub Kicinski
1
-0
/
+7
2025-08-28
bpf: Check flow_dissector ctx accesses are aligned
Paul Chaignon
1
-0
/
+3
2025-06-27
sock: Correct error checking condition for (assign|release)_proto_idx()
Zijun Hu
1
-2
/
+2
2025-06-04
net: pktgen: fix access outside of user given buffer in pktgen_thread_write()
Peter Seiderer
1
-3
/
+4
2025-06-04
net: pktgen: fix mpls maximum labels list parsing
Peter Seiderer
1
-2
/
+4
2025-05-02
net: openvswitch: fix race on port output
Felix Huettner
1
-0
/
+1
2025-05-02
bpf: support SKF_NET_OFF and SKF_LL_OFF on skb frags
Willem de Bruijn
1
-36
/
+44
2025-05-02
bpf: Add endian modifiers to fix endian warnings
Ben Dooks
1
-2
/
+2
2025-05-02
page_pool: avoid infinite loop to schedule delayed worker
Jason Xing
1
-1
/
+7
2025-04-10
net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES
Lin Ma
1
-0
/
+1
2025-04-10
netpoll: hold rcu read lock in __netpoll_send_skb()
Breno Leitao
1
-2
/
+7
2025-04-10
netpoll: netpoll_send_skb() returns transmit status
Eric Dumazet
1
-4
/
+7
2025-04-10
netpoll: move netpoll_send_skb() out of line
Eric Dumazet
1
-2
/
+11
2025-04-10
netpoll: remove dev argument from netpoll_send_skb_on_dev()
Eric Dumazet
1
-4
/
+6
2025-04-10
netpoll: Fix use correct return type for ndo_start_xmit()
Yunjian Wang
1
-4
/
+5
2025-03-13
drop_monitor: fix incorrect initialization order
Gavrilov Ilia
1
-15
/
+14
2025-03-13
ipvs: Always clear ipvs_property flag in skb_scrub_packet()
Philo Lu
1
-1
/
+1
2025-03-13
flow_dissector: Fix port range key handling in BPF conversion
Cong Wang
1
-8
/
+10
2025-03-13
flow_dissector: Fix handling of mixed port and port-range keys
Cong Wang
1
-12
/
+19
2025-03-13
net: extract port range fields from fl_flow_key
Maksym Glubokiy
1
-0
/
+7
2025-03-13
neighbour: use RCU protection in __neigh_notify()
Eric Dumazet
1
-2
/
+6
2025-03-13
neighbour: delete redundant judgment statements
Li Zetao
1
-2
/
+1
2025-03-13
net: let net.core.dev_weight always be non-zero
Liu Jian
1
-1
/
+4
2025-02-01
net: add exit_batch_rtnl() method
Eric Dumazet
1
-1
/
+30
2025-02-01
net: net_namespace: Optimize the code
Yajun Deng
1
-28
/
+24
2025-01-09
skb_expand_head() adjust skb->truesize incorrectly
Vasily Averin
1
-13
/
+23
2025-01-09
bpf: fix recursive lock when verdict program return SK_PASS
Jiayuan Chen
1
-2
/
+2
2025-01-09
skbuff: introduce skb_expand_head()
Vasily Averin
1
-0
/
+42
2025-01-09
bpf: Check negative offsets in __bpf_skb_min_len()
Cong Wang
1
-7
/
+16
2024-12-19
bpf, sockmap: Fix update element with same
Michal Luczaj
1
-0
/
+1
2024-12-14
netpoll: Use rcu_access_pointer() in __netpoll_setup
Breno Leitao
1
-1
/
+1
2024-12-14
net/neighbor: clear error in case strict check is not set
Jakub Kicinski
1
-0
/
+1
2024-12-14
bpf, sockmap: Fix sk_msg_reset_curr
Zijian Zhang
1
-11
/
+9
2024-12-14
bpf, sockmap: Several fixes to bpf_msg_pop_data
Zijian Zhang
1
-6
/
+6
2024-12-14
bpf, sockmap: Several fixes to bpf_msg_push_data
Zijian Zhang
1
-20
/
+33
2024-11-08
net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
Benoît Monin
1
-0
/
+4
2024-11-08
net: support ip generic csum processing in skb_csum_hwoffload_help
Xin Long
1
-1
/
+12
[next]