summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-28tipc: remove duplicated code in tipc_msg_createHoang Huu Le1-4/+0
2021-01-28Merge branch 'net-bridge-multicast-per-port-eht-hosts-limit'Jakub Kicinski8-2/+100
2021-01-28net: bridge: multicast: make tracked EHT hosts limit configurableNikolay Aleksandrov6-2/+64
2021-01-28net: bridge: multicast: add per-port EHT hosts limitNikolay Aleksandrov4-0/+36
2021-01-28rocker: Simplify the calculation of variablesJiapeng Zhong1-1/+1
2021-01-28net: remove redundant 'depends on NET'Masahiro Yamada12-12/+5
2021-01-28net: l3mdev: use obj-$(CONFIG_NET_L3_MASTER_DEV) form in net/MakefileMasahiro Yamada2-4/+2
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-28Merge branch 'mptcp-ipv4-mapped-ipv6-addressing-for-subflows'Jakub Kicinski4-20/+120
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-27Merge branch 'net-usbnet-convert-to-new-tasklet-api'Jakub Kicinski1-5/+4
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-27Merge branch 'net-dsa-mv88e6xxx-remove-some-6250-specific-methods'Jakub Kicinski3-69/+8
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-26Merge branch 'bnxt_en-error-recovery-improvements'Jakub Kicinski4-113/+393
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-26Merge branch 'dsa-add-mt7530-gpio-support'Jakub Kicinski3-0/+136