aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-03bonding: validate ip header before check IPPROTO_IGMPCong Wang1-14/+23
2019-07-03net: hns: add support for vlan TSOYonglong Liu1-0/+1
2019-07-03r8152: move calling r8153b_rx_agg_chg_indicate()Hayes Wang1-10/+26
2019-07-02net: usb: asix: init MAC address buffersPhong Tran1-3/+3
2019-07-02macsec: fix checksumming after decryptionAndreas Steinmetz1-0/+1
2019-07-02macsec: fix use-after-free of skb during RXAndreas Steinmetz1-3/+2
2019-07-01r8152: fix the setting of detecting the linking change for runtime suspendHayes Wang1-11/+27
2019-07-01idr: introduce idr_for_each_entry_continue_ul()Cong Wang1-4/+6
2019-07-01vxlan: do not destroy fdb if register_netdevice() is failedTaehee Yoo1-10/+27
2019-06-30bnxt_en: Suppress error messages when querying DSCP DCB capabilities.Michael Chan1-1/+1
2019-06-30bnxt_en: Cap the returned MSIX vectors to the RDMA driver.Michael Chan1-1/+3
2019-06-30bnxt_en: Fix statistics context reservation logic for RDMA driver.Michael Chan1-6/+11
2019-06-30bnxt_en: Fix ethtool selftest crash under error conditions.Michael Chan1-3/+3
2019-06-30bnxt_en: Disable bus master during PCI shutdown and driver unload.Michael Chan1-1/+2
2019-06-29net: dsa: mv88e6xxx: wait after reset deactivationBaruch Siach1-0/+2
2019-06-29bnx2x: Prevent ptp_task to be rescheduled indefinitelyGuilherme G. Piccoli4-11/+34
2019-06-29net: macb: Fix SUBNS increment and increase resolutionHarini Katakam2-2/+9
2019-06-29net: macb: Add separate definition for PPM fractionHarini Katakam2-1/+4
2019-06-28net: mvpp2: prs: Don't override the sign bit in SRAM parser shiftMaxime Chevallier1-1/+2
2019-06-28net: ethernet: ti: cpsw: Assign OF node to slave devicesMarek Vasut2-0/+4
2019-06-28net: dsa: b53: Disable all ports on setupBenedikt Spranger1-2/+2
2019-06-28Merge tag 'wireless-drivers-for-davem-2019-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller27-204/+364
2019-06-28Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds7-13/+18
2019-06-28Merge tag 'for-5.2/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds4-10/+29
2019-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds9-5/+32
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-39/+77
2019-06-27mt76: usb: fix rx A-MSDU supportLorenzo Bianconi2-9/+38
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel1-1/+1
2019-06-26net: dsa: microchip: Use gpiod_set_value_cansleep()Marek Vasut1-3/+3
2019-06-26net: aquantia: fix vlans not working over bridged networkDmitry Bogdanov4-8/+23
2019-06-26team: Always enable vlan tx offloadYueHaibing1-1/+1
2019-06-26bonding: Always enable vlan tx offloadYueHaibing1-1/+1
2019-06-26ath: fix SPDX tagsKalle Valo15-15/+15
2019-06-26HID: intel-ish-hid: fix wrong driver_data usageHyungwoo Yang2-3/+16
2019-06-26HID: multitouch: Add pointstick support for ALPS TouchpadKai-Heng Feng2-0/+5
2019-06-26HID: logitech-dj: Fix forwarding of very long HID++ reportsHans de Goede1-1/+3
2019-06-26HID: uclogic: Add support for Huion HS64 tabletKyle Godbey3-0/+5
2019-06-26HID: chicony: add another quirk for PixArt mouseOleksandr Natalenko2-0/+2
2019-06-26HID: intel-ish-hid: Fix a use after free in load_fw_from_host()Dan Carpenter1-1/+1
2019-06-25clk: socfpga: stratix10: fix divider entry for the emac clocksDinh Nguyen1-2/+2
2019-06-25dm verity: use message limit for data block corruption messageMilan Broz1-2/+2
2019-06-25dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand1-1/+1
2019-06-25dm log writes: make sure super sector log updates are written in orderzhangyi (F)1-2/+21
2019-06-25dm init: remove trailing newline from calls to DMERR() and DMINFO()Stephen Boyd1-2/+2
2019-06-25dm init: fix incorrect uses of kstrndup()Gen Zhang1-3/+3
2019-06-25Merge tag 'mfd-fixes-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-6/+6
2019-06-24qmi_wwan: Fix out-of-bounds readBjørn Mork1-1/+1
2019-06-24net: macb: do not copy the mac address if NULLAntoine Tenart1-1/+1
2019-06-24mfd: stmfx: Fix an endian bug in stmfx_irq_handler()Dan Carpenter1-1/+3
2019-06-24Merge tag 'mtd/fixes-for-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds2-12/+110