index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
MAINTAINERS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-31
sch_tbf: fix two null pointer dereferences on init failure
Nikolay Aleksandrov
1
-2
/
+3
2017-08-31
sch_sfq: fix null pointer dereference on init failure
Nikolay Aleksandrov
1
-3
/
+3
2017-08-31
sch_netem: avoid null pointer deref on init failure
Nikolay Aleksandrov
1
-2
/
+2
2017-08-31
sch_fq_codel: avoid double free on init failure
Nikolay Aleksandrov
1
-3
/
+1
2017-08-31
sch_cbq: fix null pointer dereferences on init failure
Nikolay Aleksandrov
1
-3
/
+7
2017-08-31
sch_hfsc: fix null pointer deref and double free on init failure
Nikolay Aleksandrov
1
-7
/
+3
2017-08-31
sch_hhf: fix null pointer dereference on init failure
Nikolay Aleksandrov
1
-0
/
+3
2017-08-31
sch_multiq: fix double free on init failure
Nikolay Aleksandrov
1
-6
/
+1
2017-08-31
sch_htb: fix crash on init failure
Nikolay Aleksandrov
1
-2
/
+3
2017-08-30
net: ti: cpsw-common: dont print error if ti_cm_get_macid() fails
Sekhar Nori
1
-1
/
+1
2017-08-30
drivers: net: xgene: Correct probe sequence handling
Quan Nguyen
1
-14
/
+13
2017-08-30
nfp: double free on error in probe
Dan Carpenter
1
-3
/
+1
2017-08-30
net:ethernet:aquantia: Show info message if bad firmware version detected.
Pavel Belous
1
-0
/
+6
2017-08-30
net:ethernet:aquantia: Fix for multicast filter handling.
Igor Russkikh
1
-1
/
+16
2017-08-30
net:ethernet:aquantia: Fix for incorrect speed index.
Pavel Belous
4
-23
/
+18
2017-08-30
net:ethernet:aquantia: Workaround for HW checksum bug.
Pavel Belous
2
-0
/
+12
2017-08-30
net:ethernet:aquantia: Fix for number of RSS queues.
Pavel Belous
1
-0
/
+2
2017-08-30
net:ethernet:aquantia: Extra spinlocks removed.
Pavel Belous
4
-41
/
+14
2017-08-30
packet: Don't write vnet header beyond end of buffer
Benjamin Poirier
1
-3
/
+9
2017-08-30
tipc: permit bond slave as bearer
Parthasarathy Bhuvaragan
2
-15
/
+13
2017-08-29
ipv6: do not set sk_destruct in IPV6_ADDRFORM sockopt
Xin Long
1
-1
/
+0
2017-08-29
net: dsa: Don't dereference dst->cpu_dp->netdev
Florian Fainelli
1
-1
/
+1
2017-08-29
bridge: check for null fdb->dst before notifying switchdev drivers
Roopa Prabhu
1
-1
/
+1
2017-08-29
ipv6: set dst.obsolete when a cached route has expired
Xin Long
2
-2
/
+5
2017-08-29
ipv6: fix sparse warning on rt6i_node
Wei Wang
4
-7
/
+11
2017-08-29
cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()
Stefano Brivio
1
-3
/
+3
2017-08-29
net: stmmac: sun8i: Remove the compatibles
Maxime Ripard
1
-8
/
+0
2017-08-29
nfp: remove incorrect mask check for vlan matching
Pieter Jansen van Vuuren
1
-6
/
+2
2017-08-29
nfp: fix supported key layers calculation
Pieter Jansen van Vuuren
1
-0
/
+19
2017-08-29
nfp: fix unchecked flow dissector use
Pieter Jansen van Vuuren
2
-81
/
+93
2017-08-28
l2tp: hold tunnel used while creating sessions with netlink
Guillaume Nault
1
-9
/
+12
2017-08-28
l2tp: hold tunnel while handling genl TUNNEL_GET commands
Guillaume Nault
1
-12
/
+15
2017-08-28
l2tp: hold tunnel while handling genl tunnel updates
Guillaume Nault
1
-2
/
+4
2017-08-28
l2tp: hold tunnel while processing genl delete command
Guillaume Nault
1
-2
/
+4
2017-08-28
l2tp: hold tunnel while looking up sessions in l2tp_netlink
Guillaume Nault
3
-47
/
+38
2017-08-28
l2tp: initialise session's refcount before making it reachable
Guillaume Nault
1
-4
/
+2
2017-08-28
net: mvpp2: fix the mac address used when using PPv2.2
Antoine Tenart
1
-1
/
+1
2017-08-28
cdc_ncm: flag the u-blox TOBY-L4 as wwan
Aleksander Morgado
1
-0
/
+7
2017-08-28
net: missing call of trace_napi_poll in busy_poll_stop
Jesper Dangaard Brouer
1
-0
/
+1
2017-08-28
xfrm_user: fix info leak in build_aevent()
Mathias Krause
1
-0
/
+1
2017-08-28
xfrm_user: fix info leak in build_expire()
Mathias Krause
1
-0
/
+2
2017-08-28
xfrm_user: fix info leak in xfrm_notify_sa()
Mathias Krause
1
-0
/
+1
2017-08-28
xfrm_user: fix info leak in copy_user_offload()
Mathias Krause
1
-1
/
+1
2017-08-26
udp6: set rx_dst_cookie on rx_dst updates
Paolo Abeni
3
-3
/
+14
2017-08-26
net: sxgbe: check memory allocation failure
Christophe Jaillet
1
-0
/
+2
2017-08-26
r8169: Be drop monitor friendly
Florian Fainelli
1
-2
/
+2
2017-08-26
r8169: Do not increment tx_dropped in TX ring cleaning
Florian Fainelli
1
-1
/
+0
2017-08-26
tcp: fix refcnt leak with ebpf congestion control
Sabrina Dubroca
4
-14
/
+18
2017-08-26
ipv6: Fix may be used uninitialized warning in rt6_check
Steffen Klassert
1
-1
/
+1
2017-08-25
esp: Fix skb tailroom calculation
Steffen Klassert
2
-2
/
+2
[next]