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
2018-03-19
Bluetooth: Remove unused hci_le_ltk_reply()
Syam Sidhardhan
1
-16
/
+0
2018-03-03
rds: Fix NULL pointer dereference in __rds_rdma_map
HÃ¥kon Bugge
1
-1
/
+1
2018-03-03
dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state
Alexey Kodanev
1
-0
/
+3
2018-03-03
net: igmp: fix source address check for IGMPv3 reports
Felix Fietkau
1
-1
/
+1
2018-03-03
net: igmp: Use correct source address on IGMPv3 reports
Kevin Cernekee
1
-1
/
+19
2018-03-03
cfg80211: fix station info handling bugs
Johannes Berg
1
-2
/
+1
2018-03-03
can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_once
Marc Kleine-Budde
1
-6
/
+6
2018-03-03
sctp: do not allow the v4 socket to bind a v4mapped v6 address
Xin Long
1
-8
/
+6
2018-03-03
sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf
Xin Long
1
-10
/
+6
2018-03-03
sctp: use the right sk after waking up from wait_buf sleep
Xin Long
1
-10
/
+11
2018-03-03
cfg80211: check dev_set_name() return value
Johannes Berg
1
-1
/
+6
2018-03-03
8021q: fix a memory leak for VLAN 0 device
Cong Wang
1
-5
/
+1
2018-03-03
net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()
Nicolai Stange
1
-1
/
+3
2018-03-03
xfrm: Return error on unknown encap_type in init_state
Herbert Xu
2
-2
/
+2
2018-03-03
xfrm: Use __skb_queue_tail in xfrm_trans_queue
Herbert Xu
1
-1
/
+1
2018-03-03
af_key: fix buffer overread in parse_exthdrs()
Eric Biggers
1
-0
/
+3
2018-03-03
af_key: fix buffer overread in verify_address_len()
Eric Biggers
1
-0
/
+5
2018-03-03
xfrm: Reinject transport-mode packets through tasklet
Herbert Xu
3
-2
/
+74
2018-03-03
net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaks
Nikolay Aleksandrov
1
-1
/
+6
2018-03-03
kernel: make groups_sort calling a responsibility group_info allocators
Thiago Rafael Becker
2
-0
/
+3
2018-03-03
tcp md5sig: Use skb's saddr when replying to an incoming segment
Christoph Paasch
2
-2
/
+2
2018-03-03
net: ipv4: fix for a race condition in raw_sendmsg
Mohamed Ghannam
1
-4
/
+9
2018-03-03
ipv4: Avoid reading user iov twice after raw_probe_proto_opt
Herbert Xu
1
-8
/
+54
2018-03-03
ipv4: Use standard iovec primitive in raw_probe_proto_opt
Herbert Xu
1
-39
/
+11
2018-03-03
net_sched: red: Avoid illegal values
Nogah Frankel
3
-0
/
+8
2018-03-03
batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq
Sven Eckelmann
1
-2
/
+2
2018-03-03
net/packet: fix a race in packet_bind() and packet_notifier()
Eric Dumazet
1
-0
/
+5
2018-02-13
RDS: null pointer dereference in rds_atomic_free_op
Mohamed Ghannam
1
-0
/
+1
2018-02-13
RDS: Heap OOB write in rds_message_alloc_sgs()
Mohamed Ghannam
1
-0
/
+3
2018-02-13
netfilter: xt_TCPMSS: add more sanity tests on tcph->doff
Eric Dumazet
1
-1
/
+5
2018-02-13
netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packet
Phil Oester
1
-1
/
+1
2018-02-13
netfilter: xt_TCPMSS: fix handling of malformed TCP header and options
Pablo Neira Ayuso
1
-12
/
+16
2018-02-13
netfilter: xt_TCPMSS: Fix missing fragmentation handling
Phil Oester
1
-3
/
+8
2018-02-13
netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr()
Pablo Neira Ayuso
1
-2
/
+4
2018-02-13
netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundary
Pablo Neira Ayuso
1
-3
/
+14
2018-02-13
net/sctp: Always set scope_id in sctp_inet6_skb_msgname
Eric W. Biederman
1
-0
/
+2
2018-02-13
sctp: fully initialize the IPv6 address in sctp_v6_to_addr()
Alexander Potapenko
1
-0
/
+2
2018-02-13
sctp: Fixup v4mapped behaviour to comply with Sock API
Jason Gunthorpe
5
-100
/
+107
2018-02-13
l2tp: initialise PPP sessions before registering them
Guillaume Nault
1
-30
/
+38
2018-02-13
l2tp: protect sock pointer of struct pppol2tp_session with RCU
Guillaume Nault
1
-53
/
+101
2018-02-13
l2tp: initialise l2tp_eth sessions before registering them
Guillaume Nault
1
-30
/
+73
2018-02-13
l2tp: don't register sessions in l2tp_session_create()
Guillaume Nault
4
-20
/
+35
2018-02-13
l2tp: ensure sessions are freed after their PPPOL2TP socket
Guillaume Nault
1
-4
/
+4
2018-02-13
l2tp: push all ppp pseudowire shutdown through .release handler
Tom Parkin
1
-43
/
+10
2018-02-13
l2tp: purge session reorder queue on delete
Tom Parkin
1
-0
/
+4
2018-02-13
l2tp: add session reorder queue purge function to core
Tom Parkin
2
-0
/
+18
2018-02-13
net/9p: Switch to wait_event_killable()
Tuomas Tynkkynen
2
-9
/
+7
2018-01-01
Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...
Al Viro
1
-0
/
+3
2018-01-01
Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...
Al Viro
1
-0
/
+3
2018-01-01
Bluetooth: hidp: verify l2cap sockets
David Herrmann
2
-0
/
+8
[next]