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-22
tipc: fix uninit-value in tipc_nl_compat_doit
Ying Xue
1
-1
/
+1
2019-01-22
tipc: fix uninit-value in tipc_nl_compat_name_table_dump
Ying Xue
1
-0
/
+2
2019-01-22
tipc: fix uninit-value in tipc_nl_compat_link_set
Ying Xue
1
-0
/
+5
2019-01-22
tipc: fix uninit-value in tipc_nl_compat_bearer_enable
Ying Xue
1
-0
/
+26
2019-01-22
tipc: fix uninit-value in tipc_nl_compat_link_reset_stats
Ying Xue
1
-0
/
+15
2019-01-22
tipc: fix uninit-value in in tipc_conn_rcv_sub
Ying Xue
1
-1
/
+1
2019-01-22
sctp: allocate sctp_sockaddr_entry with kzalloc
Xin Long
2
-7
/
+2
2019-01-22
netfilter: ebtables: account ebt_table_info to kmemcg
Shakeel Butt
1
-2
/
+4
2019-01-22
sunrpc: handle ENOMEM in rpcb_getport_async
J. Bruce Fields
1
-0
/
+8
2019-01-22
ipv6: make icmp6_send() robust against null skb->dev
Eric Dumazet
1
-2
/
+6
2019-01-22
bpf: in __bpf_redirect_no_mac pull mac only if present
Willem de Bruijn
2
-10
/
+12
2019-01-22
SUNRPC: Fix TCP receive code on archs with flush_dcache_page()
Trond Myklebust
1
-0
/
+22
2019-01-22
smc: move unhash as early as possible in smc_release()
Cong Wang
1
-1
/
+3
2019-01-22
ip: on queued skb use skb_header_pointer instead of pskb_may_pull
Willem de Bruijn
2
-13
/
+9
2019-01-22
tcp: change txhash on SYN-data timeout
Yuchung Cheng
1
-1
/
+1
2019-01-22
packet: Do not leak dev refcounts on error exit
Jason Gunthorpe
1
-2
/
+2
2019-01-22
net: bridge: fix a bug on using a neighbour cache entry without checking its ...
JianJhen Chen
1
-1
/
+1
2019-01-22
ipv6: fix kernel-infoleak in ipv6_local_error()
Eric Dumazet
1
-0
/
+1
2019-01-22
netfilter: nf_conncount: fix argument order to find_next_bit
Florian Westphal
1
-1
/
+1
2019-01-22
netfilter: nf_conncount: speculative garbage collection on empty lists
Pablo Neira Ayuso
1
-32
/
+15
2019-01-22
netfilter: nf_conncount: move all list iterations under spinlock
Pablo Neira Ayuso
1
-26
/
+20
2019-01-22
netfilter: nf_conncount: merge lookup and add functions
Florian Westphal
2
-91
/
+69
2019-01-22
netfilter: nf_conncount: restart search when nodes have been erased
Florian Westphal
1
-11
/
+7
2019-01-22
netfilter: nf_conncount: split gc in two phases
Florian Westphal
1
-3
/
+19
2019-01-22
netfilter: nf_conncount: don't skip eviction when age is negative
Florian Westphal
1
-1
/
+1
2019-01-22
netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTS
Shawn Bohrer
1
-14
/
+5
2019-01-22
can: gw: ensure DLC boundaries after CAN frame modification
Oliver Hartkopp
1
-3
/
+27
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
xprtrdma: Yet another double DMA-unmap
Chuck Lever
2
-5
/
+10
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-09
tipc: fix a double free in tipc_enable_bearer()
Cong Wang
1
-1
/
+0
2019-01-09
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
3
-12
/
+20
2019-01-09
packet: validate address length if non-zero
Willem de Bruijn
1
-2
/
+2
2019-01-09
netrom: fix locking in nr_find_socket()
Cong Wang
1
-5
/
+10
2019-01-09
ip: validate header length on virtual device xmit
Willem de Bruijn
8
-32
/
+46
2019-01-09
ieee802154: lowpan_header_create check must check daddr
Willem de Bruijn
1
-0
/
+3
2019-01-09
ax25: fix a use-after-free in ax25_fillin_cb()
Cong Wang
2
-2
/
+11
2018-12-21
tls: Do not call sk_memcopy_from_iter with zero length
Vakul Garg
1
-4
/
+6
2018-12-21
ipv6: tunnels: fix two use-after-free
Eric Dumazet
2
-0
/
+2
2018-12-21
Prevent overflow of sk_msg in sk_msg_clone()
Vakul Garg
1
-0
/
+3
2018-12-21
packet: validate address length
Willem de Bruijn
1
-0
/
+4
2018-12-20
tcp: fix a race in inet_diag_dump_icsk()
Eric Dumazet
1
-1
/
+3
2018-12-20
ipv6: frags: Fix bogus skb->sk in reassembled packets
Herbert Xu
1
-0
/
+1
2018-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
44
-165
/
+372
2018-12-19
rds: Fix warning.
David S. Miller
1
-1
/
+3
2018-12-19
neighbor: NTF_PROXY is a valid ndm_flag for a dump request
David Ahern
1
-1
/
+6
2018-12-19
net/sched: cls_flower: Remove old entries from rhashtable
Roi Dayan
1
-4
/
+3
2018-12-19
net/tls: allocate tls context using GFP_ATOMIC
Ganesh Goudar
1
-1
/
+1
[next]