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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-16
sunrpc: use-after-free in svc_process_common()
Vasily Averin
3
-6
/
+10
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
libceph: fix CEPH_FEATURE_CEPHX_V2 check in calc_signature()
Ilya Dryomov
1
-1
/
+1
2019-01-13
SUNRPC: Fix a race with XPRT_CONNECTING
Trond Myklebust
1
-2
/
+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
xfrm: Fix bucket count reported to userspace
Benjamin Poirier
1
-1
/
+1
2019-01-09
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
3
-7
/
+13
2019-01-09
tipc: compare remote and local protocols in tipc_udp_enable()
Cong Wang
1
-0
/
+5
2019-01-09
tipc: use lock_sock() in tipc_sk_reinit()
Cong Wang
1
-2
/
+6
2019-01-09
VSOCK: Send reset control packet when socket is partially bound
Jorgen Hansen
1
-17
/
+50
2019-01-09
tipc: fix a double kfree_skb()
Cong Wang
1
-3
/
+1
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
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
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
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
2019-01-09
ipv4: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+3
2019-01-09
ip6mr: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+4
2018-12-21
SUNRPC: Fix a potential race in xprt_connect()
Trond Myklebust
1
-2
/
+9
2018-12-21
mac80211: Fix condition validating WMM IE
Ilan Peer
1
-1
/
+1
2018-12-21
mac80211: don't WARN on bad WMM parameters from buggy APs
Emmanuel Grumbach
1
-1
/
+2
2018-12-17
ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf
Xin Long
1
-0
/
+3
2018-12-17
tcp: fix NULL ref in tail loss probe
Yuchung Cheng
1
-4
/
+8
2018-12-17
rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices
Eric Dumazet
1
-0
/
+3
2018-12-17
net: Prevent invalid access to skb->prev in __qdisc_drop_all
Christoph Paasch
1
-0
/
+3
2018-12-17
ipv6: Check available headroom in ip6_xmit() even without options
Stefano Brivio
1
-21
/
+21
2018-12-13
mac80211: ignore NullFunc frames in the duplicate detection
Emmanuel Grumbach
1
-0
/
+1
2018-12-13
mac80211: fix reordering of buffered broadcast packets
Felix Fietkau
1
-2
/
+2
2018-12-13
mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext
Felix Fietkau
1
-0
/
+2
2018-12-13
mac80211: Clear beacon_int in ieee80211_do_stop
Ben Greear
1
-0
/
+2
2018-12-13
SUNRPC: Fix leak of krb5p encode pages
Chuck Lever
1
-0
/
+4
2018-12-13
batman-adv: Expand merged fragment buffer for full packet
Sven Eckelmann
1
-1
/
+1
2018-12-08
libceph: check authorizer reply/challenge length before reading
Ilya Dryomov
1
-0
/
+7
2018-12-08
libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()
Ilya Dryomov
1
-2
/
+4
2018-12-08
libceph: implement CEPHX_V2 calculation mode
Ilya Dryomov
1
-17
/
+56
2018-12-08
libceph: add authorizer challenge
Ilya Dryomov
5
-6
/
+117
2018-12-08
libceph: factor out encrypt_authorizer()
Ilya Dryomov
1
-13
/
+36
2018-12-08
libceph: factor out __ceph_x_decrypt()
Ilya Dryomov
1
-9
/
+24
2018-12-08
libceph: factor out __prepare_write_connect()
Ilya Dryomov
1
-9
/
+12
2018-12-08
libceph: store ceph_auth_handshake pointer in ceph_connection
Ilya Dryomov
1
-28
/
+26
2018-12-08
libceph: no need to drop con->mutex for ->get_authorizer()
Ilya Dryomov
1
-6
/
+0
2018-12-08
libceph: drop len argument of *verify_authorizer_reply()
Ilya Dryomov
4
-6
/
+6
2018-12-08
tipc: use destination length for copy string
Guoqing Jiang
1
-1
/
+1
[next]