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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2021-12-14
net, neigh: clear whole pneigh_entry at alloc time
Eric Dumazet
1
-1
/
+1
2021-11-26
net: stream: don't purge sk_error_queue in sk_stream_kill_queues()
Jakub Kicinski
1
-3
/
+0
2021-11-26
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
1
-1
/
+1
2021-10-17
rtnetlink: fix if_nlmsg_stats_size() under estimation
Eric Dumazet
1
-1
/
+1
2021-10-09
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
1
-3
/
+9
2021-09-22
flow_dissector: Fix out-of-bounds warnings
Gustavo A. R. Silva
1
-4
/
+8
2021-08-08
net: Fix zero-copy head len calculation.
Pravin B Shelar
1
-1
/
+4
2021-07-20
net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT
Sebastian Andrzej Siewior
1
-2
/
+9
2021-06-30
rtnetlink: Fix regression in bridge VLAN configuration
Ido Schimmel
1
-3
/
+5
2021-06-30
fib: Return the correct errno code
Zheng Yongjun
1
-1
/
+1
2021-06-30
rtnetlink: Fix missing error code in rtnl_bridge_notify()
Jiapeng Chong
1
-1
/
+3
2021-04-28
neighbour: Disregard DEAD dst in neigh_update
Tong Zhu
1
-1
/
+1
2021-04-07
bpf: Remove MTU check in __bpf_skb_max_len
Jesper Dangaard Brouer
1
-5
/
+2
2021-03-30
can: dev: Move device back to init netns on owning netns delete
Martin Willi
1
-1
/
+1
2021-03-07
pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()
Di Zhu
1
-1
/
+1
2021-03-07
net: fix up truesize of cloned skb in skb_prepare_for_shift()
Marco Elver
1
-1
/
+13
2021-01-30
skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
Alexander Lobakin
1
-1
/
+5
2021-01-23
net: avoid 32 x truesize under-estimation for tiny skbs
Eric Dumazet
1
-2
/
+7
2021-01-17
net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...
Vasily Averin
1
-0
/
+6
2020-11-24
net: Have netpoll bring-up DSA management interface
Florian Fainelli
1
-4
/
+18
2020-11-24
devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()
Wang Hai
1
-2
/
+4
2020-10-01
neigh_stat_seq_next() should increase position index
Vasily Averin
1
-0
/
+1
2020-09-23
net: handle the return value of pskb_carve_frag_list() correctly
Miaohe Lin
1
-3
/
+7
2020-09-12
net: disable netpoll on fresh napis
Jakub Kicinski
2
-2
/
+3
2020-09-03
net: Fix potential wrong skb->protocol in skb_vlan_untag()
Miaohe Lin
1
-2
/
+2
2020-08-21
net/compat: Add missing sock updates for SCM_RIGHTS
Kees Cook
1
-0
/
+21
2020-07-31
net-sysfs: add a newline when printing 'tx_timeout' by sysfs
Xiongfeng Wang
1
-1
/
+1
2020-07-31
dev: Defer free of skbs in flush_backlog
Subash Abhinov Kasiviswanathan
1
-1
/
+1
2020-07-22
cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
Cong Wang
1
-1
/
+1
2020-06-30
net: Do not clear the sock TX queue in sk_set_socket()
Tariq Toukan
1
-0
/
+2
2020-06-30
net: fix memleak in register_netdevice()
Yang Yingliang
1
-0
/
+7
2020-06-30
net: core: device_rename: Use rwsem instead of a seqcount
Ahmed S. Darwish
1
-22
/
+18
2020-06-30
sched/rt, net: Use CONFIG_PREEMPTION.patch
Thomas Gleixner
1
-1
/
+1
2020-06-03
net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags
Roopa Prabhu
1
-1
/
+1
2020-05-20
netprio_cgroup: Fix unlimited memory leak of v2 cgroups
Zefan Li
1
-0
/
+2
2020-05-20
net: fix a potential recursive NETDEV_FEAT_CHANGE
Cong Wang
1
-1
/
+3
2020-05-20
drop_monitor: work around gcc-10 stringop-overflow warning
Arnd Bergmann
1
-4
/
+7
2020-03-20
cgroup, netclassid: periodically release file_lock on classid updating
Dmitry Yakunin
1
-10
/
+37
2020-03-11
net: fib_rules: Correctly set table field when table number exceeds 8 bits
Jethro Beekman
1
-1
/
+1
2020-02-05
net: Fix skb->csum update in inet_proto_csum_replace16().
Praveen Chaudhary
1
-3
/
+17
2020-01-29
net: ethtool: Add back transceiver type
Florian Fainelli
1
-0
/
+2
2020-01-29
net: neigh: use long type to store jiffies delta
Eric Dumazet
1
-2
/
+2
2020-01-23
ethtool: reduce stack usage with clang
Arnd Bergmann
1
-7
/
+9
2020-01-12
net: add annotations on hh->hh_len lockless accesses
Eric Dumazet
1
-2
/
+2
2020-01-04
net, sysctl: Fix compiler warning when only cBPF is present
Alexander Lobakin
1
-0
/
+2
2019-12-21
inet: protect against too small mtu values.
Eric Dumazet
1
-1
/
+2
2019-12-05
net: fix possible overflow in __sk_mem_raise_allocated()
Eric Dumazet
1
-1
/
+1
2019-12-05
net/core/neighbour: fix kmemleak minimal reference count for hash tables
Konstantin Khlebnikov
1
-1
/
+1
2019-12-05
net/core/neighbour: tell kmemleak about hash tables
Konstantin Khlebnikov
1
-4
/
+9
2019-12-05
net/net_namespace: Check the return value of register_pernet_subsys()
Aditya Pakki
1
-1
/
+2
[next]