summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-01-13b43: Fix error in cordic routineLarry Finger1-1/+1
2019-01-13xen/netfront: tolerate frags with no dataJuergen Gross1-1/+1
2019-01-13ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler1-1/+5
2019-01-13USB: hso: Fix OOB memory access in hso_probe/hso_get_config_dataHui Peng1-2/+16
2018-12-21mv88e6060: disable hardware level MAC learningAnderson Luiz Alves1-7/+3
2018-12-21bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen1-0/+3
2018-12-21mac80211_hwsim: fix module init error paths for netlinkAlexey Khoroshilov1-5/+7
2018-12-17rocker: fix rocker_tlv_put_* functions for KASANArnd Bergmann1-6/+18
2018-12-17wil6210: missing length check in wmi_set_ieLior David1-1/+7
2018-12-17net: hisilicon: remove unexpected free_netdevPan Bian1-3/+1
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser1-1/+3
2018-12-17net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi1-0/+3
2018-12-17tun: forbid iface creation with rtnl opsNicolas Dichtel1-3/+3
2018-12-17net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit1-11/+8
2018-12-17net: 8139cp: fix a BUG triggered by changing mtu with network trafficSu Yanjun1-0/+5
2018-12-13mac80211_hwsim: Timer should be initialized before device registeredVasyl Vavrychuk1-4/+4
2018-12-13net: amd: add missing of_node_put()Yangtao Li1-1/+3
2018-12-13net: faraday: ftmac100: remove netif_running(netdev) check before disabling i...Vincent Chen1-4/+3
2018-12-13net/mlx4: Fix UBSAN warning of signed integer overflowAya Levin1-2/+2
2018-12-13net/mlx4_core: Fix uninitialized variable compilation warningTariq Toukan1-1/+1
2018-12-13net/mlx4_core: Zero out lkey field in SW2HW_MPT fw commandJack Morgenstein1-0/+1
2018-12-13qed: Fix reading wrong value in loop conditionDenis Bolotin1-0/+2
2018-12-13qed: Fix PTT leak in qed_drain()Denis Bolotin1-1/+1
2018-12-13bnx2x: Assign unique DMAE channel number for FW DMAE transactions.Sudarsana Reddy Kalluru2-0/+8
2018-12-13can: rcar_can: Fix erroneous registrationFabrizio Castro1-1/+4
2018-12-13usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2Bernd Eckstein1-6/+4
2018-12-13rapidio/rionet: do not free skb before reading its lengthPan Bian1-1/+1
2018-12-13Revert "wlcore: Add missing PM call for wlcore_cmd_wait_for_event_or_timeout()"Sasha Levin1-6/+0
2018-12-01iwlwifi: mvm: fix regulatory domain update when the firmware startsEmmanuel Grumbach2-5/+8
2018-12-01mwifiex: fix p2p device doesn't find in scan problemKarthik D A1-0/+6
2018-12-01mwifiex: Fix NULL pointer dereference in skb_dequeue()Amitkumar Karwar2-4/+12
2018-12-01cw1200: Don't leak memory if krealloc failesJohannes Thumshirn1-7/+9
2018-12-01ath10k: fix kernel panic due to race in accessing arvif listVasanthakumar Thiagarajan1-0/+6
2018-12-01net: bcmgenet: fix OF child-node lookupJohan Hovold1-1/+1
2018-12-01can: dev: __can_get_echo_skb(): print error message, if trying to echo non ex...Marc Kleine-Budde1-13/+14
2018-12-01can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb ...Marc Kleine-Budde1-1/+5
2018-12-01can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to ac...Marc Kleine-Budde1-3/+6
2018-12-01can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_s...Marc Kleine-Budde1-11/+25
2018-12-01iwlwifi: mvm: support sta_statistics() even on older firmwareEmmanuel Grumbach1-4/+0
2018-11-27tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam1-2/+16
2018-11-21bna: ethtool: Avoid reading past end of bufferKees Cook1-2/+2
2018-11-21e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione1-2/+9
2018-11-21e1000: avoid null pointer dereference on invalid stat typeColin Ian King1-5/+4
2018-11-21ath10k: schedule hardware restart if WMI command times outMartin Willi1-0/+6
2018-11-21tun: Consistently configure generic netdev params via rtnetlinkSerhey Popovych1-0/+2
2018-11-21net: qla3xxx: Remove overflowing shift statementNathan Chancellor1-2/+0
2018-11-10r8169: fix NAPI handling under high loadHeiner Kallweit1-5/+3
2018-11-10net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel1-1/+1
2018-11-10igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke1-11/+0
2018-11-10bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removalPaolo Abeni1-1/+1