summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long2019-03-131-0/+1
* lan743x: Fix TX Stall IssueBryan Whitehead2019-03-131-8/+1
* net/mlx4_core: Fix qp mtt size calculationJack Morgenstein2019-03-121-3/+3
* net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...Jack Morgenstein2019-03-121-0/+8
* net/mlx4_core: Fix reset flow when in command polling modeJack Morgenstein2019-03-121-0/+1
* mlxsw: minimal: Initialize base_macJiri Pirko2019-03-121-0/+18
* mlxsw: core: Prevent duplication during QSFP module initializationVadim Pasternak2019-03-121-10/+11
* net: dwmac-sun8i: fix a missing check of of_get_phy_modeKangjie Lu2019-03-121-1/+4
* net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu2019-03-121-1/+5
* net: 8390: fix potential NULL pointer dereferencesKangjie Lu2019-03-121-0/+10
* net: fujitsu: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+5
* net: qlogic: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+6
* Merge tag 'mlx5-fixes-2019-03-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-03-128-101/+128
|\
| * net/mlx5: Avoid panic when setting vport rateTonghao Zhang2019-03-111-4/+9
| * net/mlx5: Avoid panic when setting vport mac, getting vport configTonghao Zhang2019-03-111-2/+2
| * net/mlx5e: Fix access to non-existing receive queueTariq Toukan2019-03-111-0/+3
| * net/mlx5e: IPoIB, Fix RX checksum statistics updateFeras Daoud2019-03-111-3/+8
| * net/mlx5: Remove redundant lag function to get pf numRoi Dayan2019-03-112-23/+0
| * net/mlx5e: Properly get the PF number phys port name ndoRoi Dayan2019-03-111-6/+7
| * net/mlx5: Consolidate update FTE for all removal changesEli Britstein2019-03-111-6/+25
| * net/mlx5: Add a locked flag to node removal functionsEli Britstein2019-03-111-42/+44
| * net/mlx5: Add modify FTE helper functionEli Britstein2019-03-112-21/+30
| * net/mlx5: Fix multiple updates of steering rules in parallelEli Britstein2019-03-111-0/+6
* | net: rocker: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+5
* | net: qlge: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+5
* | net: thunder: fix a potential NULL pointer dereferenceKangjie Lu2019-03-111-0/+6
* | net: lio_core: fix two NULL pointer dereferencesKangjie Lu2019-03-111-0/+10
* | lan743x: Fix RX Kernel PanicBryan Whitehead2019-03-111-14/+32
* | net: liquidio: fix a NULL pointer dereferenceKangjie Lu2019-03-111-0/+5
|/
* vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-101-0/+11
* net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose2019-03-103-3/+11
* net: stmmac: Avoid one more sometimes uninitialized Clang warningNathan Chancellor2019-03-091-1/+1
* net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA portsAndrew Lunn2019-03-094-0/+42
* net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...Nathan Chancellor2019-03-091-0/+1
* 8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NICMatthew Whitehead2019-03-091-0/+1
* vxlan: do not need BH again in vxlan_cleanup()Litao Jiao2019-03-081-2/+2
* net: hns3: add dma_rmb() for rx descriptionJian Shen2019-03-081-0/+2
* net: ethernet: stmmac: add management of clk_csr propertyChristophe Roullier2019-03-081-0/+3
* net: ethernet: stmmac: update to support all PHY config for stm32mp157c.Christophe Roullier2019-03-081-21/+86
* net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.Christophe Roullier2019-03-081-1/+29
* vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio2019-03-081-1/+2
* nfp: fix simple vNIC mailbox lengthDirk van der Merwe2019-03-071-1/+1
* net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor2019-03-071-3/+3
* qede: Fix internal loopback failure with jumbo mtu configurationSudarsana Reddy Kalluru2019-03-071-2/+5
* enic: fix build warning without CONFIG_CPUMASK_OFFSTACKArnd Bergmann2019-03-071-3/+3
* peak_usb: fix clang build warningArnd Bergmann2019-03-071-1/+1
* ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai2019-03-071-1/+1
* davinci_emac: always build in CONFIG_OF codeArnd Bergmann2019-03-071-3/+1
* net: hns3: Fix a logical vs bitwise typoDan Carpenter2019-03-061-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-051-4/+5
|\