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
2019-12-31
neighbour: remove neigh_cleanup() method
Eric Dumazet
1
-3
/
+0
2019-12-31
net-sysfs: Call dev_hold always in rx_queue_add_kobject
Jouni Hogander
1
-2
/
+5
2019-12-18
xdp: obtain the mem_id mutex before trying to remove an entry.
Jonathan Lemon
1
-4
/
+4
2019-12-18
page_pool: do not release pool until inflight == 0.
Jonathan Lemon
2
-123
/
+120
2019-12-18
net: Fixed updating of ethertype in skb_mpls_push()
Martin Varghese
1
-2
/
+2
2019-12-18
Fixed updating of ethertype in function skb_mpls_pop
Martin Varghese
1
-2
/
+4
2019-12-18
cls_flower: Fix the behavior using port ranges with hw-offload
Yoshiki Komachi
1
-9
/
+28
2019-12-18
net: core: rename indirect block ingress cb function
John Hurley
1
-23
/
+22
2019-12-18
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
1
-3
/
+1
2019-12-18
net: dsa: fix flow dissection on Tx path
Alexander Lobakin
1
-2
/
+3
2019-12-18
inet: protect against too small mtu values.
Eric Dumazet
1
-1
/
+2
2019-12-04
net: skmsg: fix TLS 1.3 crash with full sk_msg
Jakub Kicinski
2
-5
/
+5
2019-11-22
net: rtnetlink: prevent underflows in do_setvfinfo()
Dan Carpenter
1
-1
/
+22
2019-11-20
net-sysfs: fix netdev_queue_add_kobject() breakage
Eric Dumazet
1
-0
/
+1
2019-11-20
net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobject
Jouni Hogander
1
-11
/
+13
2019-11-11
devlink: Add method for time-stamp on reporter's dump
Aya Levin
1
-0
/
+6
2019-11-09
devlink: disallow reload operation during device cleanup
Jiri Pirko
1
-1
/
+38
2019-11-05
net/tls: fix sk_msg trim on fallback to copy mode
Jakub Kicinski
1
-5
/
+15
2019-11-01
net: fix installing orphaned programs
Jakub Kicinski
1
-1
/
+2
2019-10-30
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
1
-2
/
+2
2019-10-29
net: rtnetlink: fix a typo fbd -> fdb
Nikolay Aleksandrov
1
-1
/
+1
2019-10-28
net: add READ_ONCE() annotation in __skb_wait_for_more_packets()
Eric Dumazet
1
-1
/
+1
2019-10-28
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
2
-2
/
+2
2019-10-28
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
1
-2
/
+2
2019-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+6
2019-10-26
net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
zhanglin
1
-1
/
+3
2019-10-25
netns: fix GFP flags in rtnl_net_notifyid()
Guillaume Nault
3
-16
/
+17
2019-10-24
net: remove unnecessary variables and callback
Taehee Yoo
2
-25
/
+6
2019-10-24
net: core: add ignore flag to netdev_adjacent structure
Taehee Yoo
1
-21
/
+209
2019-10-24
net: core: add generic lockdep keys
Taehee Yoo
2
-84
/
+44
2019-10-24
net: core: limit nested device depth
Taehee Yoo
1
-45
/
+227
2019-10-24
keys: Fix memory leak in copy_net_ns
Takeshi Misawa
1
-0
/
+1
2019-10-23
net/flow_dissector: switch to siphash
Eric Dumazet
1
-22
/
+16
2019-10-15
net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions
Davide Caratti
1
-8
/
+11
2019-10-15
net: avoid errors when trying to pop MLPS header on non-MPLS packets
Davide Caratti
1
-1
/
+1
2019-10-14
bpf: lwtunnel: Fix reroute supplying invalid dst
Jiri Benc
1
-1
/
+6
2019-10-13
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
2
-2
/
+2
2019-10-13
tcp: annotate sk->sk_sndbuf lockless reads
Eric Dumazet
2
-7
/
+11
2019-10-13
tcp: annotate sk->sk_rcvbuf lockless reads
Eric Dumazet
3
-4
/
+6
2019-10-13
tcp: add rcu protection around tp->fastopen_rsk
Eric Dumazet
1
-1
/
+1
2019-10-09
net: silence KCSAN warnings about sk->sk_backlog.len reads
Eric Dumazet
1
-1
/
+1
2019-10-09
net: annotate sk->sk_rcvlowat lockless reads
Eric Dumazet
2
-2
/
+2
2019-10-09
net: silence KCSAN warnings around sk_add_backlog() calls
Eric Dumazet
1
-1
/
+1
2019-10-09
net: avoid possible false sharing in sk_leave_memory_pressure()
Eric Dumazet
1
-2
/
+2
2019-10-09
netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID
Nicolas Dichtel
1
-6
/
+11
2019-10-04
net: make sock_prot_memory_pressure() return "const char *"
Alexey Dobriyan
1
-1
/
+1
2019-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-1
/
+1
2019-10-01
devlink: Fix error handling in param and info_get dumpit cb
Vasundhara Volam
1
-3
/
+3
2019-10-01
netfilter: drop bridge nf reset from nf_reset
Florian Westphal
1
-1
/
+1
2019-09-30
net: Unpublish sk from sk_reuseport_cb before call_rcu
Martin KaFai Lau
1
-3
/
+8
[next]