summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-05net: dsa: tag_sja1105: optionally build as module when switch driver is modul...Vladimir Oltean1-0/+1
2021-08-05netdevice: add the case if dev is NULLYajun Deng1-4/+8
2021-08-05net: Remove redundant if statementsYajun Deng39-168/+82
2021-08-05Revert "wwan: mhi: Fix build."David S. Miller1-1/+1
2021-08-05Merge branch 'GRO-Toeplitz-selftests'David S. Miller7-0/+2119
2021-08-05selftests/net: toeplitz testCoco Li4-0/+813
2021-08-05selftests/net: GRO coalesce testCoco Li4-0/+1306
2021-08-05wwan: mhi: Fix build.David S. Miller1-1/+1
2021-08-05net/ipv6/mcast: Use struct_size() helperGustavo A. R. Silva2-10/+13
2021-08-05net/ipv4/igmp: Use struct_size() helperGustavo A. R. Silva2-10/+13
2021-08-05net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva4-30/+55
2021-08-05Merge branch 'bridge-ioctl-fixes'David S. Miller3-18/+34
2021-08-05net: core: don't call SIOCBRADD/DELIF for non-bridge devicesNikolay Aleksandrov1-0/+2
2021-08-05net: bridge: fix ioctl old_deviceless bridge argumentNikolay Aleksandrov1-1/+1
2021-08-05net: bridge: fix ioctl lockingNikolay Aleksandrov3-17/+31
2021-08-05net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva2-9/+7
2021-08-05net: fix GRO skb truesize updatePaolo Abeni1-1/+1
2021-08-05Merge branch 'eean-iosm-fixes'David S. Miller5-8/+8
2021-08-05net: wwan: iosm: fix recursive lock acquire in unregisterM Chetan Kumar1-1/+1
2021-08-05net: wwan: iosm: correct data protocol mask bitM Chetan Kumar1-2/+2
2021-08-05net: wwan: iosm: endianness type correctionM Chetan Kumar2-3/+3
2021-08-05net: wwan: iosm: fix lkp buildbot warningM Chetan Kumar1-2/+2
2021-08-05Merge branch 'ipa-runtime-pm'David S. Miller5-128/+171
2021-08-05net: ipa: move IPA flags fieldAlex Elder2-14/+14
2021-08-05net: ipa: move ipa_suspend_handler()Alex Elder3-31/+53
2021-08-05net: ipa: move IPA power operations to ipa_clock.cAlex Elder3-59/+65
2021-08-05net: ipa: improve IPA clock error messagesAlex Elder1-17/+22
2021-08-05net: ipa: reorder netdev pointer assignmentsAlex Elder1-7/+9
2021-08-05net: ipa: don't suspend/resume modem if not upAlex Elder1-2/+10
2021-08-05Merge branch 'sja1105-H'David S. Miller2-66/+215
2021-08-05net: dsa: sja1105: enable address learning on cascade portsVladimir Oltean1-2/+7
2021-08-05net: dsa: sja1105: suppress TX packets from looping back in "H" topologiesVladimir Oltean1-0/+29
2021-08-05net: dsa: sja1105: increase MTU to account for VLAN header on DSA portsVladimir Oltean1-2/+2
2021-08-05net: dsa: sja1105: manage VLANs on cascade portsVladimir Oltean1-3/+3
2021-08-05net: dsa: sja1105: manage the forwarding domain towards DSA portsVladimir Oltean1-24/+60
2021-08-05net: dsa: sja1105: configure the cascade ports based on topologyVladimir Oltean1-27/+70
2021-08-05net: dsa: give preference to local CPU portsVladimir Oltean1-3/+39
2021-08-05net: dsa: rename teardown_default_cpu to teardown_cpu_portsVladimir Oltean1-5/+5
2021-08-05net: ipa: fix IPA v4.9 interconnectsAlex Elder1-7/+2
2021-08-05mctp: remove duplicated assignment of pointer hdrColin Ian King1-1/+0
2021-08-05KVM: x86/mmu: Fix per-cpu counter corruption on 32-bit buildsSean Christopherson1-1/+1
2021-08-05scripts/tracing: fix the bug that can't parse raw_trace_funcHui Su1-3/+3
2021-08-05scripts/recordmcount.pl: Remove check_objcopy() and $can_use_localNathan Chancellor2-41/+0
2021-08-05tracing: Reject string operand in the histogram expressionMasami Hiramatsu1-1/+19
2021-08-05tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)1-0/+4
2021-08-04net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-08-04virtio_net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-5/+5
2021-08-04Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-32/+59
2021-08-04Merge tag 'gpio-updates-for-v5.14-rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+4
2021-08-04KVM: selftests: fix hyperv_clock testMaxim Levitsky1-1/+1