summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-02-18tun: read vnet_hdr_sz onceWillem de Bruijn1-4/+6
2017-02-18stmmac: Discard masked flags in interrupt status registerAlexey Brodkin1-0/+4
2017-02-18net/mlx5e: Fix update of hash function/key via ethtoolGal Pressman3-105/+109
2017-02-14xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()Boris Ostrovsky1-1/+2
2017-02-14Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui1-0/+6
2017-02-14net/mlx5e: Modify TIRs hash only when it's neededGal Pressman1-5/+13
2017-02-14hns: avoid stack overflow with CONFIG_KASANArnd Bergmann1-6/+2
2017-02-14rtlwifi: rtl8192ce: Fix loading of incorrect firmwareJurij Smakov1-2/+7
2017-02-09iwlwifi: mvm: avoid crash on restart w/o reserved queuesJohannes Berg1-3/+4
2017-02-09iwlwifi: fix double hyphen in MODULE_FIRMWARE for 8000Jürg Billeter1-1/+1
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-1/+3
2017-02-04net/mlx5e: Do not recycle pages from emergency reserveEric Dumazet1-0/+3
2017-02-04net: phy: bcm63xx: Utilize correct config_intr functionDaniel Gonzalez Cabanelas1-2/+19
2017-02-04vxlan: fix byte order of vxlan-gpe port numberLance Richardson1-1/+1
2017-02-04virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang3-3/+3
2017-02-04ravb: do not use zero-length alignment DMA descriptorMasaru Nagai1-0/+13
2017-02-04mlx4: do not call napi_schedule() without careEric Dumazet1-1/+4
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-04netvsc: add rcu_read locking to netvsc callbackstephen hemminger1-0/+3
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-19net/mlx5: Only cancel recovery work when cleaning up deviceDaniel Jurgens1-2/+4
2017-01-19orinoco: Use shash instead of ahash for MIC calculationsAndrew Lutomirski3-21/+30
2017-01-15rtlwifi: rtl_usb: Fix missing entry in USB driver's private dataLarry Finger1-0/+1
2017-01-15rtlwifi: Fix enter/exit power_saveLarry Finger4-27/+40
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-15net/mlx5e: Remove WARN_ONCE from adaptive moderation codeGil Rockah1-6/+1
2017-01-15r8152: fix rx issue for runtime suspendhayeswang1-3/+28
2017-01-15r8152: split rtl8152_suspend functionhayeswang1-17/+40
2017-01-15net: dsa: bcm_sf2: Utilize nested MDIO read/writeFlorian Fainelli1-2/+2
2017-01-15net: dsa: bcm_sf2: Do not clobber b53_switch_opsFlorian Fainelli1-0/+7
2017-01-15net: vrf: Add missing Rx countersDavid Ahern1-0/+3
2017-01-15net/mlx5e: Disable netdev after closeSaeed Mahameed1-4/+4
2017-01-15net/mlx5e: Don't sync netdev state when not registeredSaeed Mahameed1-7/+12
2017-01-15net/mlx5: Prevent setting multicast macs for VFsMohamad Haj Yahia1-1/+1
2017-01-15net/mlx5: Mask destination mac value in ethtool steering rulesMaor Gottlieb1-0/+1
2017-01-15net/mlx5: Avoid shadowing numa_nodeEli Cohen1-2/+1
2017-01-15net/mlx5: Cancel recovery work in remove flowDaniel Jurgens1-2/+3
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-10/+13
2017-01-15net: vrf: Drop conntrack data after pass through VRF device on TxDavid Ahern1-0/+4
2017-01-15net: vrf: Fix NAT within a VRFDavid Ahern1-2/+0
2017-01-12Revert "rtlwifi: Fix enter/exit power_save"Greg Kroah-Hartman4-40/+27