summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-02-07net: dsa: b53: Always use dev->vlan_enabled in b53_configure_vlan()Florian Fainelli
2020-02-07net: stmmac: fix a possible endless loopDejin Zheng
2020-02-06net/mlx5: Deprecate usage of generic TLS HW capability bitTariq Toukan
2020-02-06net/mlx5e: TX, Error completion is for last WQE in batchTariq Toukan
2020-02-06net/mlx5: IPsec, fix memory leak at mlx5_fpga_ipsec_delete_sa_ctxRaed Salem
2020-02-06net/mlx5: IPsec, Fix esp modify function attributeRaed Salem
2020-02-06net/mlx5: Fix deadlock in fs_coreMaor Gottlieb
2020-02-06net: systemport: Avoid RBUF stuck in Wake-on-LAN modeFlorian Fainelli
2020-02-06r8169: fix performance regression related to PCIe max read request sizeHeiner Kallweit
2020-02-06net: mvneta: move rx_dropped and rx_errors in per-cpu statsLorenzo Bianconi
2020-02-06cxgb4: Added tls stats prints.Devulapally Shiva Krishna
2020-02-05qed: Fix timestamping issue for L2 unicast ptp packets.Sudarsana Reddy Kalluru
2020-02-05net: macb: Limit maximum GEM TX length in TSOHarini Katakam
2020-02-05net: macb: Remove unnecessary alignment check for TSOHarini Katakam
2020-02-05bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet
2020-02-05net: ethernet: dec: tulip: Fix length mask in receive length calculationMoritz Fischer
2020-02-05wireguard: noise: reject peers with low order public keysJason A. Donenfeld
2020-02-05wireguard: allowedips: fix use-after-free in root_remove_peer_listsEric Dumazet
2020-02-05netdevsim: fix ptr_ret.cocci warningskbuild test robot
2020-02-05net: sgi: ioc3-eth: Remove leftover free_irq()Thomas Bogendoerfer
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-02-04gtp: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo
2020-02-04r8152: Add MAC passthrough support to new deviceKai-Heng Feng
2020-02-04Merge tag 'rproc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds
2020-02-04Merge tag 'hwlock-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds
2020-02-04qed: Remove set but not used variable 'p_link'YueHaibing
2020-02-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-02-04Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-02-04Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-02-04Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-04arm64: mm: convert mm/dump.c to use walk_page_range()Steven Price
2020-02-04pinctrl: fix pxa2xx.c build warningsRandy Dunlap
2020-02-04drivers/block/null_blk_main.c: fix uninitialized var warningsAndrew Morton
2020-02-04drivers/block/null_blk_main.c: fix layoutAndrew Morton
2020-02-04mm/memory_hotplug: drop valid_start/valid_end from test_pages_in_a_zone()David Hildenbrand
2020-02-03netdevsim: remove unused sdev codeTaehee Yoo
2020-02-03netdevsim: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo
2020-02-03netdevsim: use IS_ERR instead of IS_ERR_OR_NULL for debugfsTaehee Yoo
2020-02-03netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init()Taehee Yoo
2020-02-03netdevsim: fix panic in nsim_dev_take_snapshot_write()Taehee Yoo
2020-02-03netdevsim: disable devlink reload when resources are being usedTaehee Yoo
2020-02-03netdevsim: fix using uninitialized resourcesTaehee Yoo
2020-02-03bnxt_en: Fix TC queue mapping.Michael Chan
2020-02-03bnxt_en: Fix logic that disables Bus Master during firmware reset.Vasundhara Volam
2020-02-03bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset.Michael Chan
2020-02-03bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected.Michael Chan
2020-02-03net: stmmac: Delete txtimer in suspend()Nicolin Chen