summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-09-20gianfar: Fix Tx flow control deactivationClaudiu Manoil1-1/+1
2017-09-20mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-0/+6
2017-09-20net: fec: Allow reception of frames bigger than 1522 bytesAndrew Lunn1-3/+5
2017-09-20Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli1-3/+0
2017-09-20net/mlx5e: Fix CQ moderation mode not set properlyTal Gilboa1-0/+1
2017-09-20net/mlx5e: Fix inline header size for small packetsMoshe Shemesh1-7/+10
2017-09-20net/mlx5: E-Switch, Unload the representors in the correct orderShahar Klein1-1/+1
2017-09-20net/mlx5e: Properly resolve TC offloaded ipv6 vxlan tunnel source addressPaul Blakey1-5/+3
2017-09-20net/mlx5e: Don't override user RSS upon set channelsInbar Karmy1-2/+4
2017-09-20net/mlx5e: Fix dangling page pointer on DMA mapping errorEran Ben Elisha1-1/+1
2017-09-20net/mlx5: Fix arm SRQ command for ISSI version 0Noa Osherovich1-6/+6
2017-09-20net/mlx5e: Fix DCB_CAP_ATTR_DCBX capability for DCBNL getcap.Huy Nguyen2-9/+13
2017-09-20net/mlx5e: Check for qos capability in dcbnl_initializeHuy Nguyen1-0/+3
2017-09-20net: dsa: bcm_sf2: Fix number of CFP entries for BCM7278Florian Fainelli3-4/+9
2017-09-20cxgb4: Fix stack out-of-bounds read due to wrong size to t4_record_mbox()Stefano Brivio1-3/+3
2017-09-20net: mvpp2: fix the mac address used when using PPv2.2Antoine Tenart1-1/+1
2017-09-20netvsc: fix deadlock betwen link status and removalstephen hemminger1-1/+6
2017-09-20net: systemport: Free DMA coherent descriptors on errorsFlorian Fainelli1-0/+2
2017-09-20net: bcmgenet: Be drop monitor friendlyFlorian Fainelli1-2/+2
2017-09-20net: systemport: Be drop monitor friendlyFlorian Fainelli1-1/+1
2017-09-20qlge: avoid memcpy buffer overflowArnd Bergmann1-1/+1
2017-09-20fsl/man: Inherit parent device and of_nodeFlorian Fainelli1-0/+2
2017-09-20macsec: add genl family module aliasSabrina Dubroca1-0/+1
2017-09-14rt2800: fix TX_PIN_CFG setting for non MT7620 chipsStanislaw Gruszka1-1/+4
2017-09-14rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723beLarry Finger1-1/+4
2017-09-09rtlwifi: Fix fallback firmware loadingSven Joachim2-24/+10
2017-09-09rtlwifi: Fix memory leak when firmware request failsSouptick Joarder9-0/+24
2017-09-09mwifiex: correct channel stat buffer overflowsBrian Norris2-1/+7
2017-09-09iwlwifi: pci: add new PCI ID for 7265DLuca Coelho1-0/+1
2017-09-09rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapterMalcolm Priestley1-2/+2
2017-09-09ath10k: fix memory leak in rx ring buffer allocationRakesh Pillai1-6/+6
2017-09-07wl1251: add a missing spin_lock_init()Cong Wang1-0/+1
2017-08-30net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabledHuy Nguyen1-2/+2
2017-08-30tun: handle register_netdevice() failures properlyEric Dumazet1-0/+3
2017-08-30nfp: fix infinite loop on umapping cleanupColin Ian King1-2/+1
2017-08-30bonding: ratelimit failed speed/duplex update warningAndreas Born1-3/+4
2017-08-30bonding: require speed/duplex only for 802.3ad, alb and tlbAndreas Born1-2/+4
2017-08-25usb: qmi_wwan: add D-Link DWM-222 device IDHector Martin1-0/+1
2017-08-13qmi_wwan: fix NULL deref on disconnectBjørn Mork1-1/+5
2017-08-13net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packetsDavide Caratti1-11/+18
2017-08-13ppp: fix xmit recursion detection on ppp channelsGuillaume Nault1-8/+10
2017-08-13ppp: Fix false xmit recursion detect with two ppp devicesGao Feng1-9/+21
2017-08-11virtio_net: fix truesize for mergeable buffersMichael S. Tsirkin1-3/+2
2017-08-11net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli1-0/+3
2017-08-11net/mlx5: Fix mlx5_add_flow_rules call with correct num of destsPaul Blakey1-1/+1
2017-08-11net/mlx5e: Schedule overflow check work to mlx5e workqueueEugenia Emantayev1-6/+5
2017-08-11net/mlx5e: Fix wrong delay calculation for overflow check schedulingEugenia Emantayev1-1/+2
2017-08-11net/mlx5e: Add missing support for PTP_CLK_REQ_PPS requestEugenia Emantayev3-1/+21
2017-08-11net/mlx5e: Change 1PPS out schemeEugenia Emantayev2-38/+87
2017-08-11net/mlx5e: Fix broken disable 1PPS flowEugenia Emantayev1-29/+46