summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov2017-08-311-7/+3Star
* sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-311-0/+3
* sch_multiq: fix double free on init failureNikolay Aleksandrov2017-08-311-6/+1Star
* sch_htb: fix crash on init failureNikolay Aleksandrov2017-08-311-2/+3
* net: ti: cpsw-common: dont print error if ti_cm_get_macid() failsSekhar Nori2017-08-301-1/+1
* drivers: net: xgene: Correct probe sequence handlingQuan Nguyen2017-08-301-14/+13Star
* nfp: double free on error in probeDan Carpenter2017-08-301-3/+1Star
* Merge branch 'aquantia-fixes'David S. Miller2017-08-309-65/+68
|\
| * net:ethernet:aquantia: Show info message if bad firmware version detected.Pavel Belous2017-08-301-0/+6
| * net:ethernet:aquantia: Fix for multicast filter handling.Igor Russkikh2017-08-301-1/+16
| * net:ethernet:aquantia: Fix for incorrect speed index.Pavel Belous2017-08-304-23/+18Star
| * net:ethernet:aquantia: Workaround for HW checksum bug.Pavel Belous2017-08-302-0/+12
| * net:ethernet:aquantia: Fix for number of RSS queues.Pavel Belous2017-08-301-0/+2
| * net:ethernet:aquantia: Extra spinlocks removed.Pavel Belous2017-08-304-41/+14Star
|/
* packet: Don't write vnet header beyond end of bufferBenjamin Poirier2017-08-301-3/+9
* tipc: permit bond slave as bearerParthasarathy Bhuvaragan2017-08-302-15/+13Star
* ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long2017-08-291-1/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-294-8/+13
|\
| * xfrm_user: fix info leak in build_aevent()Mathias Krause2017-08-281-0/+1
| * xfrm_user: fix info leak in build_expire()Mathias Krause2017-08-281-0/+2
| * xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause2017-08-281-0/+1
| * xfrm_user: fix info leak in copy_user_offload()Mathias Krause2017-08-281-1/+1
| * esp: Fix skb tailroom calculationSteffen Klassert2017-08-252-2/+2
| * esp: Fix locking on page fragment allocationSteffen Klassert2017-08-252-4/+6
| * net: xfrm: don't double-hold dst when sk_policy in use.Lorenzo Colitti2017-08-241-1/+0Star
* | net: dsa: Don't dereference dst->cpu_dp->netdevFlorian Fainelli2017-08-291-1/+1
* | bridge: check for null fdb->dst before notifying switchdev driversRoopa Prabhu2017-08-291-1/+1
* | ipv6: set dst.obsolete when a cached route has expiredXin Long2017-08-292-2/+5
* | ipv6: fix sparse warning on rt6i_nodeWei Wang2017-08-294-7/+11
* | cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()Stefano Brivio2017-08-291-3/+3
* | net: stmmac: sun8i: Remove the compatiblesMaxime Ripard2017-08-291-8/+0Star
* | Merge branch 'nfp-flow-dissector-layer'David S. Miller2017-08-292-86/+113
|\ \
| * | nfp: remove incorrect mask check for vlan matchingPieter Jansen van Vuuren2017-08-291-6/+2Star
| * | nfp: fix supported key layers calculationPieter Jansen van Vuuren2017-08-291-0/+19
| * | nfp: fix unchecked flow dissector usePieter Jansen van Vuuren2017-08-292-81/+93
|/ /
* | Merge branch 'l2tp-tunnel-refs'David S. Miller2017-08-283-72/+73
|\ \
| * | l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault2017-08-281-9/+12
| * | l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault2017-08-281-12/+15
| * | l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault2017-08-281-2/+4
| * | l2tp: hold tunnel while processing genl delete commandGuillaume Nault2017-08-281-2/+4
| * | l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault2017-08-283-47/+38Star
|/ /
* | l2tp: initialise session's refcount before making it reachableGuillaume Nault2017-08-281-4/+2Star
* | net: mvpp2: fix the mac address used when using PPv2.2Antoine Tenart2017-08-281-1/+1
* | cdc_ncm: flag the u-blox TOBY-L4 as wwanAleksander Morgado2017-08-281-0/+7
* | net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer2017-08-281-0/+1
* | Merge tag 'wireless-drivers-for-davem-2017-08-25' of git://git.kernel.org/pub...David S. Miller2017-08-263-9/+12
|\ \
| * | iwlwifi: pcie: move rx workqueue initialization to iwl_trans_pcie_alloc()Luca Coelho2017-08-243-9/+12
* | | udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2017-08-263-3/+14
* | | net: sxgbe: check memory allocation failureChristophe Jaillet2017-08-261-0/+2
* | | Merge branch 'r8169-Be-drop-monitor-friendly'David S. Miller2017-08-261-3/+2Star
|\ \ \