summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-03-22vrf: Fix use-after-free in vrf_xmitDavid Ahern1-1/+2
2017-03-22vxlan: correctly validate VXLAN ID against VXLAN_N_VIDMatthias Schiffer1-1/+1
2017-03-18cpmac: remove hopeless #warningArnd Bergmann1-1/+1
2017-03-15fakelb: fix schedule while atomicAlexander Aring1-7/+7
2017-03-15net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()Thomas Petazzoni1-1/+1
2017-03-12rtlwifi: rtl8192c-common: Fix "BUG: KASAN:Larry Finger2-3/+4
2017-03-12rtlwifi: Fix alignment issuesPing-Ke Shih2-2/+2
2017-03-12can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde1-6/+3
2017-03-12ath9k: use correct OTP register offsets for the AR9340 and AR9550Christian Lamparter1-2/+2
2017-03-12ath9k: fix race condition in enabling/disabling IRQsFelix Fietkau5-26/+48
2017-03-12ath5k: drop bogus warning on drv_set_key with unsupported cipherFelix Fietkau1-2/+1
2017-02-26rtlwifi: rtl_usb: Fix for URB leaking when doing ifconfig up/downMichael Schenk1-0/+18
2017-02-26rtlwifi: rtl_usb: Fix missing entry in USB driver's private dataLarry Finger1-0/+1
2017-02-18net: introduce device min_header_lenWillem de Bruijn1-0/+1
2017-02-18mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier1-1/+4
2017-02-18macvtap: read vnet_hdr_size onceWillem de Bruijn1-2/+2
2017-02-18tun: read vnet_hdr_sz onceWillem de Bruijn1-4/+6
2017-02-15xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()Boris Ostrovsky1-1/+2
2017-02-15netvsc: Set maximum GSO size in the right placeBen Hutchings1-1/+1
2017-02-15hns: avoid stack overflow with CONFIG_KASANArnd Bergmann1-6/+2
2017-02-04qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN cardBjørn Mork2-0/+15
2017-02-04r8152: don't execute runtime suspend if the tx is not emptyhayeswang1-0/+2
2017-02-04net: phy: bcm63xx: Utilize correct config_intr functionDaniel Gonzalez Cabanelas1-2/+19
2017-02-04ravb: do not use zero-length alignment DMA descriptorMasaru Nagai1-0/+13
2017-02-04net: systemport: Decouple flow control from __bcm_sysport_tx_reclaimFlorian Fainelli1-7/+18
2017-02-04mlxsw: pci: Fix EQE structure definitionElad Raz1-4/+4
2017-02-04mlxsw: switchx2: Fix memory leak at skb reallocationArkadi Sharshevsky1-0/+1
2017-02-04mlxsw: spectrum: Fix memory leak at skb reallocationArkadi Sharshevsky1-0/+1
2017-02-04r8152: fix the sw rx checksum is unavailablehayeswang1-1/+6
2017-02-01can: ti_hecc: add missing prepare and unprepare of the clockYegor Yefremov1-4/+12
2017-02-01can: c_can_pci: fix null-pointer-deref in c_can_start() - set device pointerEinar Jón1-0/+1
2017-01-26ieee802154: atusb: do not use the stack for buffers to make them DMA ableStefan Schmidt1-4/+27
2017-01-15net: vrf: do not allow table id 0David Ahern1-0/+2
2017-01-15net: ipv4: Fix multipath selection with vrfDavid Ahern1-0/+2
2017-01-15r8152: fix rx issue for runtime suspendhayeswang1-3/+28
2017-01-15r8152: split rtl8152_suspend functionhayeswang1-17/+40
2017-01-15net/mlx5: Avoid shadowing numa_nodeEli Cohen1-2/+1
2017-01-15net/mlx5: Check FW limitations on log_max_qp before setting itNoa Osherovich1-0/+7
2017-01-15net: stmmac: Fix race between stmmac_drv_probe and stmmac_openFlorian Fainelli1-9/+13
2017-01-15net: vrf: Drop conntrack data after pass through VRF device on TxDavid Ahern1-0/+4
2017-01-15netvsc: reduce maximum GSO sizestephen hemminger1-0/+3
2017-01-12net: vxge: avoid unused function warningsArnd Bergmann1-19/+12
2017-01-12net: ti: cpmac: Fix compiler warning due to type confusionPaul Burton1-2/+3
2017-01-12ath10k: use the right length of "background"Nicolas Iooss1-1/+1
2017-01-09net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni1-29/+30
2017-01-09ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)1-2/+5
2017-01-09rtlwifi: Fix enter/exit power_saveLarry Finger4-27/+40
2017-01-06ppp: defer netns reference release for ppp channelWANG Cong1-2/+3
2016-12-15can: peak: fix bad memory access and free sequence추지호1-2/+4
2016-12-10geneve: avoid use-after-free of skb->dataSabrina Dubroca1-10/+4