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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-16
sunrpc: use-after-free in svc_process_common()
Vasily Averin
3
-7
/
+11
2019-01-13
9p/net: put a lower bound on msize
Dominique Martinet
1
-0
/
+21
2019-01-13
sunrpc: use SVC_NET() in svcauth_gss_* functions
Vasily Averin
1
-4
/
+4
2019-01-13
sunrpc: fix cache_head leak due to queued request
Vasily Averin
1
-1
/
+9
2019-01-13
mac80211: free skb fraglist before freeing the skb
Sara Sharon
1
-0
/
+5
2019-01-13
nl80211: fix memory leak if validate_pae_over_nl80211() fails
Johannes Berg
1
-1
/
+3
2019-01-13
SUNRPC: Fix a race with XPRT_CONNECTING
Trond Myklebust
1
-2
/
+2
2019-01-13
mac80211: fix a kernel panic when TXing after TXQ teardown
Sara Sharon
2
-2
/
+3
2019-01-13
net/tls: Init routines in create_ctx
Atul Gupta
1
-3
/
+3
2019-01-13
netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node()
Taehee Yoo
1
-1
/
+1
2019-01-13
netfilter: nat: can't use dst_hold on noref dst
Florian Westphal
1
-1
/
+2
2019-01-13
netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel
Pan Bian
1
-1
/
+1
2019-01-13
netfilter: seqadj: re-load tcp header pointer after possible head reallocation
Florian Westphal
1
-3
/
+4
2019-01-13
netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()
Taehee Yoo
2
-9
/
+14
2019-01-13
xfrm: Fix NULL pointer dereference in xfrm_input when skb_dst_force clears th...
Steffen Klassert
1
-1
/
+6
2019-01-13
xfrm: Fix bucket count reported to userspace
Benjamin Poirier
1
-1
/
+1
2019-01-13
xfrm: Fix error return code in xfrm_output_one()
Wei Yongjun
1
-0
/
+1
2019-01-09
ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() error
Stefano Brivio
1
-1
/
+3
2019-01-09
net/ipv6: Fix a test against 'ipv6_find_idev()' return value
Christophe JAILLET
1
-2
/
+2
2019-01-09
ipv6: frags: Fix bogus skb->sk in reassembled packets
Herbert Xu
1
-0
/
+1
2019-01-09
tipc: check group dests after tipc_wait_for_cond()
Cong Wang
1
-4
/
+5
2019-01-09
VSOCK: Send reset control packet when socket is partially bound
Jorgen Hansen
1
-17
/
+50
2019-01-09
tipc: use lock_sock() in tipc_sk_reinit()
Cong Wang
1
-2
/
+6
2019-01-09
tipc: fix a double kfree_skb()
Cong Wang
1
-3
/
+1
2019-01-09
tipc: fix a double free in tipc_enable_bearer()
Cong Wang
1
-1
/
+0
2019-01-09
tipc: compare remote and local protocols in tipc_udp_enable()
Cong Wang
1
-0
/
+5
2019-01-09
tipc: check tsk->group in tipc_wait_for_cond()
Cong Wang
1
-11
/
+14
2019-01-09
tcp: fix a race in inet_diag_dump_icsk()
Eric Dumazet
1
-1
/
+3
2019-01-09
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
3
-12
/
+20
2019-01-09
sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event
Xin Long
1
-0
/
+1
2019-01-09
packet: validate address length if non-zero
Willem de Bruijn
1
-2
/
+2
2019-01-09
packet: validate address length
Willem de Bruijn
1
-0
/
+4
2019-01-09
net/tls: allocate tls context using GFP_ATOMIC
Ganesh Goudar
1
-1
/
+1
2019-01-09
net/smc: fix TCP fallback socket release
Myungho Jung
2
-2
/
+16
2019-01-09
netrom: fix locking in nr_find_socket()
Cong Wang
1
-5
/
+10
2019-01-09
net: ipv4: do not handle duplicate fragments as overlapping
Michal Kubecek
1
-6
/
+12
2019-01-09
net: clear skb->tstamp in forwarding paths
Eric Dumazet
2
-0
/
+2
2019-01-09
ip: validate header length on virtual device xmit
Willem de Bruijn
8
-32
/
+46
2019-01-09
ipv6: tunnels: fix two use-after-free
Eric Dumazet
2
-0
/
+2
2019-01-09
ipv6: explicitly initialize udp6_addr in udp_sock_create6()
Cong Wang
1
-1
/
+2
2019-01-09
ipv4: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+4
2019-01-09
ip6mr: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+4
2019-01-09
ieee802154: lowpan_header_create check must check daddr
Willem de Bruijn
1
-0
/
+3
2019-01-09
gro_cell: add napi_disable in gro_cells_destroy
Lorenzo Bianconi
1
-0
/
+1
2019-01-09
ax25: fix a use-after-free in ax25_fillin_cb()
Cong Wang
2
-2
/
+11
2018-12-29
xfrm_user: fix freeing of xfrm states on acquire
Mathias Krause
2
-3
/
+9
2018-12-21
SUNRPC: Fix a potential race in xprt_connect()
Trond Myklebust
1
-2
/
+9
2018-12-17
tcp: lack of available data can also cause TSO defer
Eric Dumazet
1
-11
/
+24
2018-12-17
netfilter: nf_tables: deactivate expressions in rule replecement routine
Taehee Yoo
1
-11
/
+4
2018-12-17
netfilter: nf_conncount: remove wrong condition check routine
Taehee Yoo
1
-5
/
+2
[next]