summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: pci: Fix use-after-free in case of failed devlink reloadIdo Schimmel2020-07-101-16/+38
* mlxsw: spectrum_router: Remove inappropriate usage of WARN_ON()Ido Schimmel2020-07-101-1/+1
* net: macb: fix call to pm_runtime in the suspend/resume functionsNicolas Ferre2020-07-101-2/+4
* net: macb: fix macb_suspend() by removing call to netif_carrier_off()Nicolas Ferre2020-07-101-1/+0
* net: macb: fix macb_get/set_wol() when moving to phylinkNicolas Ferre2020-07-101-6/+12
* net: macb: mark device wake capable when "magic-packet" property presentNicolas Ferre2020-07-101-1/+1
* net: macb: fix wakeup test in runtime suspend/resume routinesNicolas Ferre2020-07-101-2/+2
* bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti2020-07-101-1/+1
* net/mlx5e: CT: Fix memory leak in cleanupEli Britstein2020-07-091-0/+1
* net/mlx5e: Fix port buffers cell size valueEran Ben Elisha2020-07-094-25/+49
* net/mlx5e: Fix 50G per lane indicationAya Levin2020-07-093-8/+23
* net/mlx5e: Fix CPU mapping after function reload to avoid aRFS RX crashAya Levin2020-07-091-4/+4
* net/mlx5e: Fix VXLAN configuration restore after function reloadAya Levin2020-07-091-3/+4
* net/mlx5e: Fix usage of rcu-protected pointerVlad Buslov2020-07-091-3/+6
* net/mxl5e: Verify that rpriv is not NULLVlad Buslov2020-07-091-2/+3
* net/mlx5: E-Switch, Fix vlan or qos setting in legacy modeVu Pham2020-07-091-1/+0
* net/mlx5: Fix eeprom support for SFP moduleEran Ben Elisha2020-07-091-16/+77
* qed: Populate nvm-file attributes while reading nvm config partition.Sudarsana Reddy Kalluru2020-07-094-9/+21
* cxgb4: fix all-mask IP address comparisonRahul Lakkireddy2020-07-081-5/+5
* net: atlantic: fix ip dst and ipv6 address filtersDmitry Bogdanov2020-07-082-3/+3
* ionic: centralize queue reset codeShannon Nelson2020-07-073-41/+32
* net: qed: fix buffer overflow on ethtool -dAlexander Lobakin2020-07-072-1/+14
* net/mlx5e: Do not include rwlock.h directlySebastian Andrzej Siewior2020-07-071-1/+0
* net: ethernet: fec: prevent tx starvation under high rx loadTobias Waldekranz2020-07-072-68/+31
* net: sky2: initialize return of gm_phy_readTom Rix2020-07-071-1/+1
* net: usb: qmi_wwan: add support for Quectel EG95 LTE modemAceLan Kao2020-07-071-0/+1
* net: ipa: include declarations in "ipa_gsi.c"Alex Elder2020-07-071-0/+1
* net: ipa: declare struct types in "ipa_gsi.h"Alex Elder2020-07-071-0/+2
* net: ipa: fix QMI structure definition bugsAlex Elder2020-07-071-3/+3
* net: hns3: fix use-after-free when doing self testYonglong Liu2020-07-061-3/+6
* net: hns3: add a missing uninit debugfs when unload driverHuazhong Tan2020-07-061-2/+1
* net: hns3: fix for mishandle of asserting VF reset failHuazhong Tan2020-07-061-0/+5
* net: hns3: check reset pending after FLR prepareHuazhong Tan2020-07-061-1/+1
* smsc95xx: avoid memory leak in smsc95xx_bindAndre Edich2020-07-061-1/+2
* smsc95xx: check return value of smsc95xx_resetAndre Edich2020-07-061-0/+6
* drivers/net/wan/lapbether: Fixed the value of hard_header_lenXie He2020-07-061-1/+8
* net: rmnet: do not allow to add multiple bridge interfacesTaehee Yoo2020-07-041-0/+5
* net: rmnet: fix lower interface leakTaehee Yoo2020-07-041-9/+12
* hinic: fix sending mailbox timeout in aeq event workLuo bin2020-07-042-19/+88
* net: dsa: microchip: set the correct number of portsCodrin Ciubotariu2020-07-022-0/+6
* net: dsa: microchip: enable ksz9893 via i2c in the ksz9477 driverHelmut Grohne2020-07-011-0/+1
* hinic: fix passing non negative value to ERR_PTRLuo bin2020-07-011-0/+2
* net: cxgb4: fix return error value in t4_prep_fwLi Heng2020-06-301-4/+4
* net: ipa: introduce ipa_cmd_tag_process()Alex Elder2020-06-303-0/+25
* net: ipa: no checksum offload for SDM845 LAN RXAlex Elder2020-06-301-1/+0
* net: ipa: always check for stopped channelAlex Elder2020-06-301-9/+7
* net: mvneta: fix use of state->speedRussell King2020-06-301-1/+1
* tun: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+2
* wireguard: queueing: make use of ip_tunnel_parse_protocolJason A. Donenfeld2020-06-302-18/+3
* wireguard: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1