aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-26bnx2x: Fix accounting of vlan resources among the PFsManish Chopra
2019-12-26bnx2x: Use appropriate define for vlan creditManish Chopra
2019-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-12-26of: mdio: Add missing inline to of_mdiobus_child_is_phy() dummyGeert Uytterhoeven
2019-12-26net: phy: aquantia: add suspend / resume ops for AQR105Madalin Bucur
2019-12-26dpaa_eth: fix DMA mapping leakMadalin Bucur
2019-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-12-26net/mlxfw: Fix out-of-memory error in mfa2 flash burningVladyslav Tarasiuk
2019-12-25ata: ahci_brcm: Add missing clock management during recoveryFlorian Fainelli
2019-12-25ata: ahci_brcm: BCM7425 AHCI requires AHCI_HFLAG_DELAY_ENGINEFlorian Fainelli
2019-12-25ata: ahci_brcm: Fix AHCI resources managementFlorian Fainelli
2019-12-25ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()Florian Fainelli
2019-12-25Merge branch 'hsr-fix-several-bugs-in-hsr-module'David S. Miller
2019-12-25hsr: reset network header when supervision frame is createdTaehee Yoo
2019-12-25hsr: fix a race condition in node list insertion and deletionTaehee Yoo
2019-12-25hsr: rename debugfs file when interface name is changedTaehee Yoo
2019-12-25hsr: add hsr root debugfs directoryTaehee Yoo
2019-12-25hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo
2019-12-25hsr: avoid debugfs warning message when module is removeTaehee Yoo
2019-12-25MAINTAINERS: Add additional maintainers to ENA Ethernet driverNetanel Belgazal
2019-12-25libata: Fix retrieving of active qcsSascha Hauer
2019-12-25Merge tag 'devfreq-fixes-for-5.5-rc4' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki
2019-12-24Merge branch 's390-qeth-fixes'David S. Miller
2019-12-24s390/qeth: fix initialization on old HWJulian Wiedmann
2019-12-24s390/qeth: vnicc Fix init to defaultAlexandra Winter
2019-12-24s390/qeth: Fix vnicc_is_in_use if rx_bcast not setAlexandra Winter
2019-12-24s390/qeth: fix false reporting of VNIC CHAR config failureAlexandra Winter
2019-12-24s390/qeth: lock the card while changing its hsuidJulian Wiedmann
2019-12-24s390/qeth: fix qdio teardown after early init errorJulian Wiedmann
2019-12-24Merge branch 'disable-neigh-update-for-tunnels-during-pmtu-update'David S. Miller
2019-12-24net/dst: do not confirm neighbor for vxlan and geneve pmtu updateHangbin Liu
2019-12-24sit: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24vti: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24tunnel: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24net/dst: add new function skb_dst_update_pmtu_no_confirmHangbin Liu
2019-12-24gtp: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu
2019-12-24Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2019-12-24net: dsa: bcm_sf2: Fix IP fragment location and behaviorFlorian Fainelli
2019-12-24sctp: fix err handling of stream initializationMarcelo Ricardo Leitner
2019-12-24udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina
2019-12-24io-wq: add cond_resched() to worker threadHillf Danton
2019-12-23rseq/selftests: Clarify rseq_prepare_unload() helper requirementsMathieu Desnoyers
2019-12-23rseq/selftests: Fix: Namespace gettid() for compatibility with glibc 2.30Mathieu Desnoyers
2019-12-23rseq/selftests: Turn off timeout settingMathieu Desnoyers
2019-12-23kunit/kunit_tool_test: Test '--build_dir' option runSeongJae Park
2019-12-23kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park
2019-12-23kunit: Place 'test.log' under the 'build_dir'SeongJae Park
2019-12-23kunit: Create default config in '--build_dir'SeongJae Park