summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2020-08-19net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_...Wang Hai
2020-08-19net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior
2020-08-19ptp: ptp_clockmatrix: use i2c_master_send for i2c writeMin Li
2020-08-19net: ena: Make missed_tx stat incrementalShay Agroskin
2020-08-19net: ena: Change WARN_ON expression in ena_del_napi_in_range()Shay Agroskin
2020-08-19net: ena: Prevent reset after device destructionShay Agroskin
2020-08-18net: mscc: ocelot: remove duplicate "the the" phrase in Kconfig textColin Ian King
2020-08-18bonding: fix active-backup failover for current ARP slaveJiri Wiesner
2020-08-18net: gianfar: Add of_node_put() before goto statementSumera Priyadarsini
2020-08-18cxgb4: Fix race between loopback and normal Tx pathGanji Aravind
2020-08-18cxgb4: Fix work request size calculation for loopback testGanji Aravind
2020-08-18sfc: don't free_irq()s if they were never requestedEdward Cree
2020-08-18sfc: null out channel->rps_flow_id after freeing itEdward Cree
2020-08-18sfc: take correct lock in ef100_reset()Edward Cree
2020-08-18sfc: really check hash is valid before using itEdward Cree
2020-08-18macvlan: validate setting of multiple remote source MAC addressesAlvin Šipraga
2020-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-17otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang
2020-08-16ipvlan: fix device featuresMahesh Bandewar
2020-08-16bonding: fix a potential double-unregisterCong Wang
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds
2020-08-15Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-08-15Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-08-15Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-14net: fddi: skfp: cfm: Remove seemingly unused variable 'ID_sccs'Lee Jones
2020-08-14net: fddi: skfp: cfm: Remove set but unused variable 'oldstate'Lee Jones
2020-08-14net: fddi: skfp: smt: Remove seemingly unused variable 'ID_sccs'Lee Jones
2020-08-14net: fddi: skfp: smt: Place definition of 'smt_pdef' under same stipulations ...Lee Jones
2020-08-14net: fddi: skfp: fplustm: Remove seemingly unused variable 'ID_sccs'Lee Jones
2020-08-14net: fddi: skfp: hwmtm: Remove seemingly unused variable 'ID_sccs'Lee Jones
2020-08-14net: wan: dlci: Remove set but not used variable 'err'Lee Jones
2020-08-14net: ethernet: 8390: axnet_cs: Document unused parameter 'txqueue'Lee Jones
2020-08-14net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bon...Lee Jones
2020-08-14net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx'Lee Jones
2020-08-14net: bonding: bond_main: Document 'proto' and rename 'new_active' parametersLee Jones
2020-08-14net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issuesLee Jones
2020-08-14drivers/net/wan/hdlc_x25: Added needed_headroom and a skb->len checkXie He
2020-08-14bonding: show saner speed for broadcast modeJarod Wilson
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14sh: clkfwk: remove r8/r16/r32Kuninori Morimoto
2020-08-14mm: add thp_sizeMatthew Wilcox (Oracle)
2020-08-14input: i8042 - Remove special Cayman handlingGeert Uytterhoeven
2020-08-14net: fec: correct the error path for regulator disable in probeFugang Duan
2020-08-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller