index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test_string.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-13
tls: clear key material from kernel memory when do_tls_setsockopt_conf fails
Sabrina Dubroca
1
-1
/
+1
2018-09-13
tls: zero the crypto information from tls_context before freeing
Sabrina Dubroca
5
-23
/
+32
2018-09-13
tls: don't copy the key out of tls12_crypto_info_aes_gcm_128
Sabrina Dubroca
1
-4
/
+1
2018-09-13
neighbour: confirm neigh entries when ARP packet is received
Vasily Khoruzhick
1
-5
/
+8
2018-09-13
net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flags
Roopa Prabhu
1
-1
/
+1
2018-09-13
net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRT
Willy Tarreau
1
-2
/
+6
2018-09-13
hv_netvsc: fix schedule in RCU context
Stephen Hemminger
1
-6
/
+3
2018-09-13
net_sched: notify filter deletion when deleting a chain
Cong Wang
1
-0
/
+2
2018-09-13
xen/netfront: don't bug in case of too many frags
Juergen Gross
1
-1
/
+7
2018-09-13
ipv6: use rt6_info members when dst is set in rt6_fill_node
Xin Long
1
-12
/
+30
2018-09-12
nfp: flower: reject tunnel encap with ipv6 outer headers for offloading
Louis Peens
1
-0
/
+6
2018-09-12
nfp: flower: fix vlan match by checking both vlan id and vlan pcp
Pieter Jansen van Vuuren
3
-1
/
+13
2018-09-12
tipc: check return value of __tipc_dump_start()
Cong Wang
1
-1
/
+4
2018-09-12
s390/qeth: don't dump past end of unknown HW header
Julian Wiedmann
2
-2
/
+2
2018-09-12
s390/qeth: use vzalloc for QUERY OAT buffer
Wenjia Zhang
1
-2
/
+3
2018-09-12
s390/qeth: switch on SG by default for IQD devices
Julian Wiedmann
1
-0
/
+2
2018-09-12
s390/qeth: indicate error when netdev allocation fails
Julian Wiedmann
1
-1
/
+3
2018-09-12
rds: fix two RCU related problems
Cong Wang
1
-1
/
+4
2018-09-12
r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLED
Kai-Heng Feng
1
-3
/
+6
2018-09-12
erspan: fix error handling for erspan tunnel
Haishuang Yan
1
-0
/
+3
2018-09-12
erspan: return PACKET_REJECT when the appropriate tunnel is not found
Haishuang Yan
1
-0
/
+2
2018-09-12
tcp: rate limit synflood warnings further
Willem de Bruijn
1
-2
/
+2
2018-09-12
MIPS: lantiq: dma: add dev pointer
Hauke Mehrtens
3
-2
/
+4
2018-09-11
Bluetooth: hci_ldisc: Free rw_semaphore on close
Hermes Zhang
1
-0
/
+2
2018-09-11
Bluetooth: Use correct tfm to generate OOB data
Matias Karhumaa
1
-1
/
+7
2018-09-11
Bluetooth: SMP: Fix trying to use non-existent local OOB data
Johan Hedberg
1
-2
/
+6
2018-09-11
netfilter: xt_hashlimit: use s->file instead of s->private
Cong Wang
1
-9
/
+9
2018-09-11
netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEAT
Michal 'vorner' Vaner
1
-0
/
+1
2018-09-11
netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to type
Pablo Neira Ayuso
1
-3
/
+3
2018-09-11
netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUT
Pablo Neira Ayuso
8
-45
/
+45
2018-09-11
netfilter: conntrack: reset tcp maxwin on re-register
Florian Westphal
1
-0
/
+26
2018-09-10
qmi_wwan: Support dynamic config on Quectel EP06
Kristian Evensen
1
-1
/
+29
2018-09-10
ethernet: renesas: convert to SPDX identifiers
Kuninori Morimoto
3
-5
/
+3
2018-09-10
Linux 4.19-rc3
v4.19-rc3
Linus Torvalds
1
-1
/
+1
2018-09-09
ip: frags: fix crash in ip_do_fragment()
Taehee Yoo
2
-0
/
+2
2018-09-09
net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC
Vakul Garg
1
-0
/
+6
2018-09-09
net: ena: fix incorrect usage of memory barriers
Netanel Belgazal
4
-34
/
+26
2018-09-09
net: ena: fix missing calls to READ_ONCE
Netanel Belgazal
1
-4
/
+4
2018-09-09
net: ena: fix missing lock during device destruction
Netanel Belgazal
1
-13
/
+7
2018-09-09
net: ena: fix potential double ena_destroy_device()
Netanel Belgazal
1
-0
/
+5
2018-09-09
net: ena: fix device destruction to gracefully free resources
Netanel Belgazal
1
-6
/
+7
2018-09-09
net: ena: fix driver when PAGE_SIZE == 64kB
Netanel Belgazal
2
-5
/
+16
2018-09-09
net: ena: fix surprise unplug NULL dereference kernel crash
Netanel Belgazal
1
-2
/
+2
2018-09-09
kbuild: modules_install: warn when missing System.map file
Randy Dunlap
1
-0
/
+1
2018-09-08
x86/mm: Use WRITE_ONCE() when setting PTEs
Nadav Amit
3
-15
/
+15
2018-09-08
x86/apic/vector: Make error return value negative
Thomas Gleixner
1
-1
/
+1
2018-09-08
tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY
Vincent Whitchurch
2
-4
/
+1
2018-09-08
net_sched: properly cancel netlink dump on failure
Cong Wang
1
-4
/
+8
2018-09-08
xen/netfront: fix waiting for xenbus state change
Juergen Gross
1
-14
/
+10
2018-09-08
afs: Fix cell specification to permit an empty address list
David Howells
1
-8
/
+7
[next]