summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-03-29net/mlx5: E-Switch, Protect from invalid memory access in offload fdb tableRoi Dayan1-0/+1
2019-03-29net/mlx5e: Correctly use the namespace type when allocating pedit actionTonghao Zhang1-1/+1
2019-03-29net/mlx5: E-Switch, Fix access to invalid memory when toggling esw modesRoi Dayan1-0/+2
2019-03-29net/mlx5: ethtool, Allow legacy link-modes configuration via non-extended ptysAya Levin2-19/+31
2019-03-29net/mlx5: ethtool, Fix type analysis of advertised link-modeAya Levin1-2/+3
2019-03-29net/mlx5e: Add a lock on tir listYuval Avnery1-0/+7
2019-03-29net: mlx5: Add a missing check on idr_find, free bufAditya Pakki1-3/+11
2019-03-29net/mlx5e: Allow IPv4 ttl & IPv6 hop_limit rewrite for all L4 protocolsDmytro Linkin1-4/+48
2019-03-29net/mlx5e: Fix error handling when refreshing TIRsGavi Teitz1-2/+4
2019-03-29net/mlx5: Decrease default mr cache sizeArtemy Kovalyov1-20/+0
2019-03-29nfp: disable netpoll on representorsJakub Kicinski1-1/+1
2019-03-29nfp: validate the return code from dev_queue_xmit()Jakub Kicinski1-1/+1
2019-03-29qmi_wwan: add Olicard 600Bjørn Mork1-0/+1
2019-03-28Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller6-60/+25
2019-03-28vrf: prevent adding upper devicesSabrina Dubroca1-0/+1
2019-03-28thunderx: eliminate extra calls to put_page() for pages held for recyclingDean Nelson1-4/+3
2019-03-28thunderx: enable page recycling for non-XDP caseDean Nelson1-12/+11
2019-03-28net: hns3: fix compile errorXi Wang2-2/+2
2019-03-28net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmodeHeiner Kallweit1-8/+16
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds68-525/+743
2019-03-27fm10k: Fix a potential NULL pointer dereferenceYue Haibing1-0/+2
2019-03-27i40e: fix WoL support checkStefan Assmann1-2/+1
2019-03-27ixgbe: fix mdio bus registrationIvan Vecera1-7/+9
2019-03-27igb: Fix WARN_ONCE on runtime suspendArvind Sankar2-49/+10
2019-03-27i40e: fix i40e_ptp_adjtime when given a negative deltaJacob Keller1-2/+3
2019-03-26dpaa2-eth: fix race condition with bql frame accountingIoana Ciornei1-4/+9
2019-03-26chelsio: use BUG() instead of BUG_ON(1)Arnd Bergmann2-2/+2
2019-03-26net: phy: bcm54xx: Encode link speed and activity into LEDsVladimir Oltean1-0/+13
2019-03-26net: usb: aqc111: Extend HWID table by QNAP deviceDmitry Bezrukov2-0/+23
2019-03-26net: dsa: qca8k: extend slave-bus implementationsChristian Lamparter2-1/+168
2019-03-26net: dsa: qca8k: remove leftover phy accessorsChristian Lamparter1-18/+0
2019-03-26net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit1-1/+1
2019-03-24r8169: fix cable re-plugging issueHeiner Kallweit1-1/+1
2019-03-24net: ethernet: ti: fix possible object reference leakWen Yang1-2/+6
2019-03-24net: ibm: fix possible object reference leakWen Yang1-0/+1
2019-03-24net: xilinx: fix possible object reference leakWen Yang1-0/+2
2019-03-24net: phy: Re-parent menus for MDIO bus drivers correctlyFlorian Fainelli1-0/+3
2019-03-22r8169: don't read interrupt mask register in interrupt handlerHeiner Kallweit1-2/+4
2019-03-21net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin2-8/+6
2019-03-21net: macb: Add null check for PCLK and HCLKHarini Katakam1-2/+8
2019-03-21net: phy: Add DP83825I to the DP83822 driverDan Murphy1-14/+20
2019-03-21dpaa2-eth: Fix possible access beyond end of arrayIoana Ciocoi Radulescu1-1/+1
2019-03-20net: ks8851: Deduplicate register macrosLukas Wunner3-330/+34
2019-03-20net: ks8851: Fix register macro misnomersLukas Wunner1-25/+27
2019-03-20net: ks8851: Set initial carrier state to downLukas Wunner1-0/+2
2019-03-20net: ks8851: Delay requesting IRQ until openedLukas Wunner1-13/+11
2019-03-20net: ks8851: Reassert reset pin if chip ID check failsLukas Wunner1-1/+1
2019-03-20net: ks8851: Dequeue RX packets explicitlyLukas Wunner1-4/+4
2019-03-203c515: fix integer overflow warningArnd Bergmann1-1/+1
2019-03-19net: stmmac: fix memory corruption with large MTUsAaro Koskinen1-2/+3