summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* can: j1939: warn if resources are still linked on destroyOleksij Rempel2019-11-132-0/+7
* can: j1939: j1939_can_recv(): add priv refcountingOleksij Rempel2019-11-131-0/+2
* can: j1939: transport: j1939_cancel_active_session(): use hrtimer_try_to_canc...Oleksij Rempel2019-11-131-1/+5
* can: j1939: make sure socket is held as long as session existsOleksij Rempel2019-11-131-0/+2
* can: j1939: transport: make sure the aborted session will be deactivated only...Oleksij Rempel2019-11-131-8/+17
* can: j1939: socket: rework socket locking for j1939_sk_release() and j1939_sk...Oleksij Rempel2019-11-131-18/+39
* can: j1939: main: j1939_ndev_to_priv(): avoid crash if can_ml_priv is NULLOleksij Rempel2019-11-131-0/+3
* can: j1939: move j1939_priv_put() into sk_destruct callbackOleksij Rempel2019-11-131-2/+35
* can: af_can: export can_sock_destruct()Oleksij Rempel2019-11-132-1/+3
* dpaa2-eth: free already allocated channels on probe deferIoana Ciornei2019-11-121-1/+9
* net/smc: fix refcount non-blocking connect() -part 2Ursula Braun2019-11-121-0/+1
* mdio_bus: Fix PTR_ERR applied after initialization to constantYueHaibing2019-11-111-5/+6
* NFC: nxp-nci: Fix NULL pointer dereference after I2C communication errorStephan Gerhold2019-11-111-2/+4
* mlxsw: core: Enable devlink reload only on probeJiri Pirko2019-11-111-2/+3
* devlink: Add method for time-stamp on reporter's dumpAya Levin2019-11-112-0/+7
* net: ethernet: dwmac-sun8i: Use the correct function in exit pathCorentin Labbe2019-11-111-1/+1
* tcp: remove redundant new line from tcp_event_sk_skbTony Lu2019-11-091-1/+1
* devlink: disallow reload operation during device cleanupJiri Pirko2019-11-095-3/+52
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-08111-483/+1093
|\
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-11-088-24/+15
| |\
| | * ixgbe: need_wakeup flag might not be set for TxMagnus Karlsson2019-11-081-8/+2
| | * i40e: need_wakeup flag might not be set for TxMagnus Karlsson2019-11-081-8/+2
| | * igb/igc: use ktime accessors for skb->tstampJacob Keller2019-11-083-4/+6
| | * i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski2019-11-081-1/+2
| | * iavf: initialize ITRN registers with correct valuesNicholas Nunley2019-11-081-2/+2
| | * ice: fix potential infinite loop because loop counter being too smallColin Ian King2019-11-081-1/+1
| * | qede: fix NULL pointer deref in __qede_remove()Manish Chopra2019-11-081-2/+10
| |/
| * net: fix data-race in neigh_event_send()Eric Dumazet2019-11-081-2/+2
| * vsock/virtio: fix sock refcnt holding during the shutdownStefano Garzarella2019-11-081-3/+5
| * Merge tag 'mac80211-for-net-2019-11-08' of git://git.kernel.org/pub/scm/linux...David S. Miller2019-11-083-4/+5
| |\
| | * mac80211: fix station inactive_time shortly after bootAhmed Zaki2019-11-081-1/+2
| | * net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen2019-11-081-2/+2
| | * mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg2019-11-081-1/+1
| * | net: ethernet: octeon_mgmt: Account for second possible VLAN headerAlexander Sverdlin2019-11-081-1/+1
| |/
| * ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern2019-11-071-1/+1
| * ipv6: fixes rt6_probe() and fib6_nh->last_probe initEric Dumazet2019-11-071-3/+10
| * net: hns: Fix the stray netpoll locks causing deadlock in NAPI pathSalil Mehta2019-11-073-25/+1
| * net: usb: qmi_wwan: add support for DW5821e with eSIM supportAleksander Morgado2019-11-071-0/+1
| * CDC-NCM: handle incomplete transfer of MTUOliver Neukum2019-11-071-3/+3
| * nfc: netlink: fix double device reference dropPan Bian2019-11-071-2/+0
| * NFC: st21nfca: fix double freePan Bian2019-11-061-0/+1
| * net: hns3: add compatible handling for command HCLGE_OPC_PF_RST_DONEHuazhong Tan2019-11-061-1/+17
| * Merge tag 'mlx5-fixes-2019-11-06' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-11-064-2/+6
| |\
| | * net/mlx5e: Use correct enum to determine uplink portDmytro Linkin2019-11-061-1/+2
| | * net/mlx5: DR, Fix memory leak during rule creationAlex Vesker2019-11-061-0/+2
| | * net/mlx5: DR, Fix memory leak in modify action destroyAlex Vesker2019-11-061-0/+1
| | * net/mlx5e: Fix eswitch debug print of max fdb flowRoi Dayan2019-11-061-1/+1
| * | r8169: fix page read in r8168g_mdio_readHeiner Kallweit2019-11-061-0/+3
| * | Merge branch 'stmmac-fixes'David S. Miller2019-11-067-78/+144
| |\ \
| | * | net: stmmac: Fix the TX IOC in xmit pathJose Abreu2019-11-061-30/+34