summaryrefslogtreecommitdiffstats
path: root/scripts/checkincludes.pl (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-01-23net: ipa: disable IEOB interrupts before clearingAlex Elder1-1/+1
2021-01-23net: ipa: repurpose gsi_irq_ieob_disable()Alex Elder1-7/+12
2021-01-23net: ipa: have gsi_channel_update() return a valueAlex Elder1-7/+6
2021-01-23net: ipa: heed napi_complete() return valueAlex Elder1-3/+1
2021-01-23net: ipa: count actual work done in gsi_channel_poll()Alex Elder1-3/+2
2021-01-23selftests: mlxsw: Add a scale test for physical portsDanielle Ratson5-2/+98
2021-01-23mlxsw: Register physical ports as a devlink resourceDanielle Ratson6-11/+93
2021-01-23net/mlx5e: Support HTB offloadMaxim Mikityanskiy15-49/+1516
2021-01-23sch_htb: Stats for offloaded HTBMaxim Mikityanskiy1-0/+53
2021-01-23sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy5-28/+512
2021-01-23net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy10-12/+22
2021-01-23net: sched: Add multi-queue support to sch_tree_lockMaxim Mikityanskiy1-4/+10
2021-01-23tcp: Add receive timestamp support for receive zerocopy.Arjun Roy2-32/+88
2021-01-23tcp: Remove CMSG magic numbers for tcp_recvmsg().Arjun Roy1-4/+10
2021-01-23net: bridge: multicast: mark IGMPv3/MLDv2 fast-leave deletesNikolay Aleksandrov3-12/+20
2021-01-23net: bridge: multicast: handle block pg delete for all casesNikolay Aleksandrov1-8/+9
2021-01-23net: bridge: multicast: add EHT host filter_mode handlingNikolay Aleksandrov1-4/+38
2021-01-23net: bridge: multicast: optimize TO_INCLUDE EHT timeoutsNikolay Aleksandrov1-0/+21