summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* geneve: avoid use-after-free of skb->dataSabrina Dubroca2016-12-021-10/+4Star
* Merge tag 'linux-can-fixes-for-4.9-20161201' of git://git.kernel.org/pub/scm/...David S. Miller2016-12-024-24/+121
|\
| * can: peak: Add support for PCAN-USB X6 USB interfaceStephane Grosjean2016-12-013-0/+76
| * can: peak: Fix bittiming fields size in bitsStephane Grosjean2016-12-012-24/+45
* | net: renesas: ravb: unintialized return valueDan Carpenter2016-12-021-2/+0Star
* | sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt2016-12-021-1/+1
* | net: bcmgenet: Utilize correct struct device for all DMA operationsFlorian Fainelli2016-12-021-3/+5
* | NET: usb: qmi_wwan: add support for Telit LE922A PID 0x1040Daniele Palmas2016-12-021-0/+1
* | cdc_ether: Fix handling connection notificationKristian Evensen2016-12-021-7/+31
* | net: ethernet: altera: TSE: do not use tx queue lock in tx completion handlerLino Sanfilippo2016-12-021-2/+0Star
* | net: ethernet: altera: TSE: Remove unneeded dma sync for tx buffersLino Sanfilippo2016-12-021-10/+0Star
* | net: ethernet: stmmac: fix of-node and fixed-link-phydev leaksJohan Hovold2016-12-0213-49/+156
* | net: ethernet: stmmac: platform: fix outdated function headerJohan Hovold2016-12-021-1/+0Star
* | net: ethernet: stmmac: dwmac-meson8b: fix probe error pathJohan Hovold2016-12-021-1/+10
* | net: ethernet: stmmac: dwmac-generic: fix probe error pathJohan Hovold2016-12-021-1/+11
* | net: ethernet: stmmac: dwmac-rk: fix probe error pathJohan Hovold2016-12-021-1/+10
* | net: ethernet: stmmac: dwmac-sti: fix probe error pathJohan Hovold2016-12-021-1/+10
* | net: ethernet: stmmac: dwmac-socfpga: fix use-after-free on probe errorsJohan Hovold2016-12-021-10/+19
* | ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-012-4/+12
* | igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-012-4/+12
* | net: asix: Fix AX88772_suspend() USB vendor commands failure issuesallan2016-12-011-3/+3
|/
* macvtap: handle ubuf refcount correctly when meet errorsJason Wang2016-11-301-6/+5Star
* tun: handle ubuf refcount correctly when meet errorsJason Wang2016-11-301-6/+4Star
* net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during resumeGrygorii Strashko2016-11-301-0/+4
* Merge tag 'wireless-drivers-for-davem-2016-11-29' of git://git.kernel.org/pub...David S. Miller2016-11-301-6/+7
|\
| * mwifiex: printk() overflow with 32-byte SSIDsBrian Norris2016-11-171-6/+7
* | cxgb4: Add PCI device ID for new adapterHariprasad Shenai2016-11-301-0/+1
* | net: fec: cache statistics while device is downNikita Yushchenko2016-11-302-4/+21
* | vxlan: fix a potential issue when create a new vxlan fdb entry.Haishuang Yan2016-11-301-3/+7
* | net: ethernet: ti: davinci_emac: fix fixed-link phydev and of-node leaksJohan Hovold2016-11-301-1/+9
* | net: ethernet: dwc_eth_qos: fix fixed-link phydev leaksJohan Hovold2016-11-301-7/+13
* | net: ethernet: renesas: ravb: fix fixed-link phydev leaksJohan Hovold2016-11-301-3/+14
* | net: ethernet: mediatek: fix fixed-link phydev leaksJohan Hovold2016-11-301-0/+4
* | net: ethernet: marvell: mvneta: fix fixed-link phydev leaksJohan Hovold2016-11-301-0/+5
* | net: ethernet: ucc_geth: fix fixed-link phydev leaksJohan Hovold2016-11-301-7/+16
* | net: ethernet: gianfar: fix fixed-link phydev leaksJohan Hovold2016-11-301-0/+8
* | net: ethernet: fs_enet: fix fixed-link phydev leaksJohan Hovold2016-11-301-1/+6
* | net: ethernet: fec: fix fixed-link phydev leaksJohan Hovold2016-11-301-0/+5
* | net: ethernet: bcmgenet: fix fixed-link phydev leaksJohan Hovold2016-11-301-0/+6
* | net: ethernet: bcmsysport: fix fixed-link phydev leaksJohan Hovold2016-11-301-5/+12
* | net: ethernet: aurora: nb8800: fix fixed-link phydev leaksJohan Hovold2016-11-301-2/+7
* | net: ethernet: altera: fix fixed-link phydev leaksJohan Hovold2016-11-301-1/+8
* | of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-301-14/+2Star
* | net: macb: ensure ordering write to re-enable RX smoothlyZumeng Chen2016-11-301-0/+2
* | net: macb: fix the RX queue reset in macb_rx()Cyrille Pitchen2016-11-301-2/+1Star
* | net/mlx4: Fix uninitialized fields in rule when adding promiscuous mode to de...Jack Morgenstein2016-11-281-1/+6
* | Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow"Tariq Toukan2016-11-282-19/+3Star
* | amd-xgbe: Fix unused suspend handlers build warningBorislav Petkov2016-11-281-2/+2
* | net: phy: realtek: fix enabling of the TX-delay for RTL8211FMartin Blumenstingl2016-11-281-8/+12
* | driver: macvtap: Unregister netdev rx_handler if macvtap_newlink failsGao Feng2016-11-281-1/+7