aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-30sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov1-0/+3
2017-08-30sch_multiq: fix double free on init failureNikolay Aleksandrov1-6/+1
2017-08-30sch_htb: fix crash on init failureNikolay Aleksandrov1-2/+3
2017-08-30net: ti: cpsw-common: dont print error if ti_cm_get_macid() failsSekhar Nori1-1/+1
2017-08-29drivers: net: xgene: Correct probe sequence handlingQuan Nguyen1-14/+13
2017-08-29nfp: double free on error in probeDan Carpenter1-3/+1
2017-08-29Merge branch 'aquantia-fixes'David S. Miller9-65/+68
2017-08-29net:ethernet:aquantia: Show info message if bad firmware version detected.Pavel Belous1-0/+6
2017-08-29net:ethernet:aquantia: Fix for multicast filter handling.Igor Russkikh1-1/+16
2017-08-29net:ethernet:aquantia: Fix for incorrect speed index.Pavel Belous4-23/+18
2017-08-29net:ethernet:aquantia: Workaround for HW checksum bug.Pavel Belous2-0/+12
2017-08-29net:ethernet:aquantia: Fix for number of RSS queues.Pavel Belous1-0/+2
2017-08-29net:ethernet:aquantia: Extra spinlocks removed.Pavel Belous4-41/+14
2017-08-29packet: Don't write vnet header beyond end of bufferBenjamin Poirier1-3/+9
2017-08-29tipc: permit bond slave as bearerParthasarathy Bhuvaragan2-15/+13
2017-08-29ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long1-1/+0
2017-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller4-8/+13
2017-08-28net: dsa: Don't dereference dst->cpu_dp->netdevFlorian Fainelli1-1/+1
2017-08-28bridge: check for null fdb->dst before notifying switchdev driversRoopa Prabhu1-1/+1
2017-08-28ipv6: set dst.obsolete when a cached route has expiredXin Long2-2/+5
2017-08-28ipv6: fix sparse warning on rt6i_nodeWei Wang4-7/+11
2017-08-28cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()Stefano Brivio1-3/+3
2017-08-28net: stmmac: sun8i: Remove the compatiblesMaxime Ripard1-8/+0
2017-08-28Merge branch 'nfp-flow-dissector-layer'David S. Miller2-86/+113
2017-08-28nfp: remove incorrect mask check for vlan matchingPieter Jansen van Vuuren1-6/+2
2017-08-28nfp: fix supported key layers calculationPieter Jansen van Vuuren1-0/+19
2017-08-28nfp: fix unchecked flow dissector usePieter Jansen van Vuuren2-81/+93
2017-08-28Merge branch 'l2tp-tunnel-refs'David S. Miller3-72/+73
2017-08-28l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault1-9/+12
2017-08-28l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault1-12/+15
2017-08-28l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault1-2/+4
2017-08-28l2tp: hold tunnel while processing genl delete commandGuillaume Nault1-2/+4
2017-08-28l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault3-47/+38
2017-08-28l2tp: initialise session's refcount before making it reachableGuillaume Nault1-4/+2
2017-08-28net: mvpp2: fix the mac address used when using PPv2.2Antoine Tenart1-1/+1
2017-08-28cdc_ncm: flag the u-blox TOBY-L4 as wwanAleksander Morgado1-0/+7
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer1-0/+1
2017-08-28xfrm_user: fix info leak in build_aevent()Mathias Krause1-0/+1
2017-08-28xfrm_user: fix info leak in build_expire()Mathias Krause1-0/+2
2017-08-28xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause1-0/+1
2017-08-28xfrm_user: fix info leak in copy_user_offload()Mathias Krause1-1/+1
2017-08-25Merge tag 'wireless-drivers-for-davem-2017-08-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller3-9/+12
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni3-3/+14
2017-08-25net: sxgbe: check memory allocation failureChristophe Jaillet1-0/+2
2017-08-25Merge branch 'r8169-Be-drop-monitor-friendly'David S. Miller1-3/+2
2017-08-25r8169: Be drop monitor friendlyFlorian Fainelli1-2/+2
2017-08-25r8169: Do not increment tx_dropped in TX ring cleaningFlorian Fainelli1-1/+0
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca4-14/+18
2017-08-25ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert1-1/+1
2017-08-25esp: Fix skb tailroom calculationSteffen Klassert2-2/+2