summaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-28net: switchdev: use obj-$(CONFIG_NET_SWITCHDEV) form in net/MakefileMasahiro Yamada2-4/+2
2021-01-28net: dcb: use obj-$(CONFIG_DCB) form in net/MakefileMasahiro Yamada2-4/+2
2021-01-28net: move CONFIG_NET guard to top MakefileMasahiro Yamada2-8/+6
2021-01-28net: sysctl: remove redundant #ifdef CONFIG_NETMasahiro Yamada1-2/+0
2021-01-28selftests: increase timeout to 10 minMatthieu Baerts1-1/+1
2021-01-28selftests: mptcp: add IPv4-mapped IPv6 testcasesGeliang Tang1-0/+75
2021-01-28mptcp: pm nl: reduce variable scopeMatthieu Baerts1-3/+3
2021-01-28mptcp: pm nl: support IPv4 mapped in v6 addressesMatthieu Baerts1-9/+24
2021-01-28mptcp: support MPJoin with IPv4 mapped in v6 skMatthieu Baerts1-7/+17
2021-01-28r8169: remove not needed call to rtl_wol_enable_rx from rtl_shutdownHeiner Kallweit1-3/+1
2021-01-28pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu1-1/+1
2021-01-27net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary8-7/+37
2021-01-27net: usbnet: use new tasklet APIEmil Renner Berthing1-4/+4
2021-01-27net: usbnet: initialize tasklet using tasklet_initEmil Renner Berthing1-2/+1
2021-01-27net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_loadpurge() for the 6250Rasmus Villemoes3-32/+5
2021-01-27net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_getnext() for the 6250Rasmus Villemoes3-37/+3
2021-01-27selftests: add IPv4 unicast extensions testsSeth David Schoen2-0/+229
2021-01-27bonding: add TLS dependencyArnd Bergmann1-0/+1
2021-01-27bnxt_en: Convert to use netif_level() helpers.Michael Chan1-20/+14
2021-01-27usbnet: fix the indentation of one code snippetDongliang Mu1-6/+6
2021-01-27net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentationNikolay Aleksandrov1-9/+9
2021-01-26nfc: fix typowengjianfeng1-1/+1
2021-01-26nfc: fdp: fix typo issuewengjianfeng1-1/+1
2021-01-26bnxt_en: Do not process completion entries after fatal condition detected.Michael Chan1-0/+8
2021-01-26bnxt_en: Consolidate firmware reset event logging.Michael Chan1-7/+10
2021-01-26bnxt_en: Improve firmware fatal error shutdown sequence.Michael Chan1-3/+10
2021-01-26bnxt_en: Modify bnxt_disable_int_sync() to be called more than once.Michael Chan1-0/+3
2021-01-26bnxt_en: Add a new BNXT_STATE_NAPI_DISABLED flag to keep track of NAPI state.Michael Chan2-1/+4
2021-01-26bnxt_en: Add bnxt_fw_reset_timeout() helper.Michael Chan1-6/+9
2021-01-26bnxt_en: Retry open if firmware is in reset.Vasundhara Volam2-2/+14
2021-01-26bnxt_en: attempt to reinitialize after aborted resetEdwin Peer1-2/+27
2021-01-26bnxt_en: log firmware debug notificationsEdwin Peer1-0/+8
2021-01-26bnxt_en: Add an upper bound for all firmware command timeouts.Vasundhara Volam2-0/+3
2021-01-26bnxt_en: Move reading VPD info after successful handshake with fw.Vasundhara Volam1-3/+3
2021-01-26bnxt_en: Retry sending the first message to firmware if it is under reset.Michael Chan2-7/+42
2021-01-26bnxt_en: handle CRASH_NO_MASTER during bnxt_open()Edwin Peer1-28/+39
2021-01-26bnxt_en: Define macros for the various health register states.Michael Chan2-4/+13
2021-01-26bnxt_en: Update firmware interface to 1.10.2.11.Michael Chan3-53/+203
2021-01-26net: dsa: mt7530: MT7530 optional GPIO supportDENG Qingfang2-0/+130
2021-01-26dt-bindings: net: dsa: add MT7530 GPIO controller bindingDENG Qingfang1-0/+6
2021-01-26net: ethernet: mediatek: support setting MTUDENG Qingfang2-8/+47
2021-01-26bridge: Use PTR_ERR_OR_ZERO instead if(IS_ERR(...)) + PTR_ERRJiapeng Zhong1-1/+1
2021-01-26octeontx2-af: Support ESP/AH RSS hashingSubbaraya Sundeep3-1/+65
2021-01-26tg3: improve PCI VPD accessHeiner Kallweit2-19/+12
2021-01-24net: dsa: hellcreek: Add TAPRIO offloading supportKurt Kanzenbach2-2/+318
2021-01-24net: mhi: Set wwan device typeLoic Poulain1-0/+5
2021-01-24udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin1-1/+2
2021-01-24net: introduce a netdev feature for UDP GRO forwardingAlexander Lobakin2-1/+4
2021-01-23net: mvpp2: Remove unneeded Kconfig dependency.Richard Cochran1-1/+0
2021-01-23net: dsa: mv88e6xxx: Remove bogus Kconfig dependency.Richard Cochran1-1/+0