summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2017-07-14Merge tag 'ntb-4.13' of git://github.com/jonmason/ntbLinus Torvalds-0/+2
2017-07-12net: stmmac: revert "support future possible different internal phy mode"LABBE Corentin-7/+3
2017-07-12sfc: don't read beyond unicast address listBert Kenward-5/+3
2017-07-12smsc911x: Add check for ioremap_nocache() return codeAlexey Khoroshilov-0/+5
2017-07-12brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel-0/+5
2017-07-12net: hns: Bugfix for Tx timeout handling in hns driverLin Yun Sheng-7/+9
2017-07-12nfp: freeing the wrong variableDan Carpenter-1/+1
2017-07-12mlxsw: spectrum_switchdev: Check status of memory allocationIdo Schimmel-0/+6
2017-07-12mlxsw: spectrum_switchdev: Remove unused variableIdo Schimmel-3/+0
2017-07-12mlxsw: spectrum_router: Fix use-after-free in route replaceIdo Schimmel-0/+3
2017-07-12mlxsw: spectrum_router: Add missing rollbackIdo Schimmel-0/+1
2017-07-11tap: convert a mutex to a spinlockWANG Cong-9/+9
2017-07-11cxgb4: fix BUG() on interrupt deallocating path of ULDGuilherme G. Piccoli-22/+36
2017-07-11qed: Fix printk option passed when printing ipv6 addressesKalderon, Michal-3/+3
2017-07-11net: stmmac: Make 'alloc_dma_[rt]x_desc_resources()' look even closerChristophe Jaillet-6/+6
2017-07-11net: stmmac: Fix error handling path in 'alloc_dma_tx_desc_resources()'Christophe Jaillet-1/+1
2017-07-11net: stmmac: Fix error handling path in 'alloc_dma_rx_desc_resources()'Christophe Jaillet-1/+1
2017-07-11cisco: enic: Fic an error handling path in 'vnic_dev_init_devcmd2()'Christophe Jaillet-4/+5
2017-07-11bnxt_en: Fix SRIOV on big-endian architecture.Michael Chan-5/+10
2017-07-11bnxt_en: Fix bug in ethtool -L.Michael Chan-9/+8
2017-07-11bnxt_en: Fix race conditions in .ndo_get_stats64().Michael Chan-2/+17
2017-07-10net/mlx5: IPSec, fix 64-bit division correctlyArnd Bergmann-3/+1
2017-07-09Merge tag 'mlx5-fixes-2017-07-09' of https://git.kernel.org/pub/scm/linux/ker...David S. Miller-6/+16
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-52/+55
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-37/+39
2017-07-08net: ethernet: mediatek: remove useless code in mtk_probe()Gustavo A. R. Silva-5/+0
2017-07-08bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong-6/+9
2017-07-08net: hns: Fix a skb used after free bugYunsheng Lin-15/+13
2017-07-08net: hns: Fix a wrong op phy C45 codeYunsheng Lin-1/+1
2017-07-08net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3vishnuvardhan-1/+2
2017-07-07virtio-net: fix leaking of ctx arrayJason Wang-0/+1
2017-07-07arcnet: com20020-pci: Fix an error handling path in 'com20020pci_probe()'Christophe Jaillet-2/+4
2017-07-07nfp: flower: add missing clean up call to avoid memory leaksJakub Kicinski-0/+1
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-85/+74
2017-07-06vrf: fix bug_on triggered by rx when destroying a vrfNikolay Aleksandrov-5/+6
2017-07-06ntb_netdev: set the net_device's parentLogan Gunthorpe-0/+2
2017-07-06net/mlx5e: Initialize CEE's getpermhwaddr address buffer to 0xffHuy Nguyen-0/+2
2017-07-06net/mlx5: Add Makefiles for subdirectoriesIlan Tayari-0/+5
2017-07-06net/mlx5: Build wq.o even if MLX5_CORE_EN is not selectedIlan Tayari-2/+2
2017-07-06net/mlx5: FPGA, Fix datatype mismatchIlan Tayari-2/+2
2017-07-06net/mlx5: FPGA, make mlx5_fpga_device_brb staticIlan Tayari-1/+1
2017-07-06net/mlx5: IPSec, Fix 64-bit division on 32-bit buildsIlan Tayari-1/+3
2017-07-06net/mlx5: Add missing include in lib/gid.cIlan Tayari-0/+1
2017-07-06liquidio: fix bug in soft reset failure detectionDerek Chickles-2/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-27116/+75690
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+47
2017-07-05net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri-0/+11
2017-07-05cxgb4: Support for get_ts_info ethtool methodAtul Gupta-1/+18
2017-07-05cxgb4: Add PTP Hardware Clock (PHC) supportAtul Gupta-0/+287
2017-07-05cxgb4: time stamping interface for PTPAtul Gupta-13/+595