summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)Author
2018-07-22net: lan78xx: Fix race in tx pending skb size calculationStefan Wahren
2018-07-22rtlwifi: rtl8821ae: fix firmware is not ready to runPing-Ke Shih
2018-07-22rtlwifi: Fix kernel Oops "Fw download fail!!"Ping-Ke Shih
2018-07-22net: cxgb3_main: fix potential Spectre v1Gustavo A. R. Silva
2018-07-22stmmac: fix DMA channel hang in half-duplex modeBhadram Varka
2018-07-22r8152: napi hangup fix after disconnectJiri Slaby
2018-07-22qmi_wwan: add support for the Dell Wireless 5821e moduleAleksander Morgado
2018-07-22qed: Limit msix vectors in kdump kernel to the minimum required count.Sudarsana Reddy Kalluru
2018-07-22qed: Fix use of incorrect size in memcpy call.Sudarsana Reddy Kalluru
2018-07-22qed: Fix setting of incorrect eswitch mode.Sudarsana Reddy Kalluru
2018-07-22qede: Adverstise software timestamp caps when PHC is not available.Sudarsana Reddy Kalluru
2018-07-22net: sungem: fix rx checksum supportEric Dumazet
2018-07-22net: mvneta: fix the Rx desc DMA address in the Rx pathAntoine Tenart
2018-07-22net/mlx5: Fix wrong size allocation for QoS ETC TC regitsterShay Agroskin
2018-07-22net/mlx5: Fix required capability for manipulating MPFSEli Cohen
2018-07-22net/mlx5: Fix incorrect raw command length parsingAlex Vesker
2018-07-22net/mlx5: Fix command interface race in polling modeAlex Vesker
2018-07-22net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz
2018-07-22net/mlx5e: Don't attempt to dereference the ppriv struct if not being eswitch...Or Gerlitz
2018-07-22net/mlx5e: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz
2018-07-22net: macb: Fix ptp time adjustment for large negative deltaHarini Katakam
2018-07-22net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-07-22ixgbe: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer
2018-07-22ipvlan: fix IFLA_MTU ignored on NEWLINKXin Long
2018-07-22hv_netvsc: split sub-channel setup into async and syncStephen Hemminger
2018-07-22alx: take rtnl before calling __alx_open from resumeSabrina Dubroca
2018-07-22bcm63xx_enet: do not write to random DMA channel on BCM6345Jonas Gorski
2018-07-22bcm63xx_enet: correct clock usageJonas Gorski
2018-07-11Revert "dpaa_eth: fix error in dpaa_remove()"Greg Kroah-Hartman
2018-07-08net: dsa: b53: Add BCM5389 supportDamien Thébault
2018-07-08net/sonic: Use dma_mapping_error()Finn Thain
2018-07-08net: qmi_wwan: Add Netgear Aircard 779SJosh Hill
2018-07-08iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUsHao Wei Tee
2018-06-26iwlwifi: fw: harden page loading codeLuca Coelho
2018-06-26hv_netvsc: Fix a network regression after ifdown/ifupDexuan Cui
2018-06-26net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2018-06-26cdc_ncm: avoid padding beyond end of skbBjørn Mork
2018-06-26bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu
2018-06-21ixgbe: return error on unsupported SFP module when resettingEmil Tantilov
2018-06-21qede: Fix gfp flags sent to rdma event node allocationMichal Kalderon
2018-06-21qed: Fix l2 initializations over iWARP personalityMichal Kalderon
2018-06-21can: dev: increase bus-off message severityJakob Unterwurzacher
2018-06-21net: aquantia: driver should correctly declare vlan_features bitsIgor Russkikh
2018-06-21net: phy: marvell: clear wol event before setting itJingju Hou
2018-06-21net: hns: Avoid action name truncationdann frazier
2018-06-21nfp: ignore signals when communicating with management FWJakub Kicinski
2018-06-11virtio-net: fix leaking page for gso packet during mergeable XDPJason Wang
2018-06-11net/mlx5e: When RXFCS is set, add FCS data into checksum calculationEran Ben Elisha
2018-06-11virtio-net: correctly check num_buf during err pathJason Wang
2018-06-11tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita