summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-22Documentation: ACPI: DSD: describe additional MAC configurationMarcin Wojtas1-0/+59
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet1-1/+3
2021-06-21ibmvnic: Use strscpy() instead of strncpy()Kees Cook1-3/+3
2021-06-21net: handle ARPHRD_IP6GRE in dev_is_mac_header_xmit()Guillaume Nault1-0/+1
2021-06-21Revert "net/sched: cls_flower: Remove match on n_proto"Boris Sukholitko1-1/+2
2021-06-21net: ll_temac: Remove left-over debug messageEsben Haabendal1-3/+1
2021-06-21net: add pf_family_names[] for protocol familyYejune Deng1-2/+50
2021-06-21Merge branch 'ingenic-fixes'David S. Miller1-1/+1
2021-06-21dt-bindings: dwmac: Remove unexpected item.周琰杰 (Zhou Yanjie)1-1/+1
2021-06-21net: hns3: Fix a memory leak in an error handling path in 'hclge_handle_error...Christophe JAILLET1-2/+4
2021-06-21Merge branch 'fec-tx'David S. Miller2-5/+43
2021-06-21net: fec: add ndo_select_queue to fix TX bandwidth fluctuationsFugang Duan1-0/+32
2021-06-21net: fec: add FEC_QUIRK_HAS_MULTI_QUEUES represents i.MX6SX ENET IPJoakim Zhang2-5/+11
2021-06-21Merge branch 'dsa-cross-chip'David S. Miller6-103/+53
2021-06-21net: dsa: remove cross-chip support from the MRP notifiersVladimir Oltean1-48/+7
2021-06-21net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean4-11/+15
2021-06-21net: dsa: calculate the largest_mtu across all ports in the treeVladimir Oltean1-6/+7
2021-06-21net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topo...Vladimir Oltean1-23/+2
2021-06-21net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean2-15/+15
2021-06-21net: dsa: assert uniqueness of dsa,member propertiesVladimir Oltean1-0/+7
2021-06-21net: c101: remove redundant spacesPeng Li1-1/+1
2021-06-21net: c101: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-06-21net: c101: add blank line after declarationsPeng Li1-0/+1
2021-06-21Merge branch 'mlxsw-eeprom-page-by-page'David S. Miller5-0/+128
2021-06-21mlxsw: core: Add support for module EEPROM read by pageIdo Schimmel4-0/+108
2021-06-21mlxsw: reg: Document possible MCIA status valuesIdo Schimmel1-0/+14
2021-06-21mlxsw: reg: Add bank number to MCIA registerIdo Schimmel1-0/+6
2021-06-21Merge branch 'ipa-v3.1'David S. Miller9-40/+629
2021-06-21net: ipa: add IPA v3.1 configuration dataAlex Elder4-3/+541
2021-06-21net: ipa: introduce gsi_ring_setup()Alex Elder2-28/+51
2021-06-21net: ipa: FLAVOR_0 register doesn't exist until IPA v3.5Alex Elder1-0/+15
2021-06-21net: ipa: disable misc clock gating for IPA v3.1Alex Elder1-5/+9
2021-06-21net: ipa: inter-EE interrupts aren't always availableAlex Elder2-4/+12
2021-06-21dt-bindings: net: qcom,ipa: add support for MSM8998Alex Elder1-0/+1
2021-06-21__unix_find_socket_byname(): don't pass hash and type separatelyAl Viro1-13/+10
2021-06-21unix_bind_bsd(): unlink if we fail after successful mknodAl Viro1-13/+16
2021-06-21unix_bind_bsd(): move done_path_create() call after dealing with ->bindlockAl Viro1-15/+11
2021-06-21fold unix_mknod() into unix_bind_bsd()Al Viro1-25/+17
2021-06-21unix_bind(): take BSD and abstract address cases into new helpersAl Viro1-73/+74
2021-06-21unix_bind(): separate BSD and abstract casesAl Viro1-21/+34
2021-06-21unix_bind(): allocate addr earlierAl Viro1-13/+15
2021-06-21af_unix: take address assignment/hash insertion into a new helperAl Viro1-13/+13
2021-06-21nfp: flower-ct: check for error in nfp_fl_ct_offload_nft_flow()Dan Carpenter1-0/+2
2021-06-21net: qualcomm: rmnet: fix two pointer math bugsDan Carpenter1-2/+2
2021-06-21net: iosm: remove an unnecessary NULL checkDan Carpenter1-1/+1
2021-06-21net/smc: Fix ENODATA tests in smc_nl_get_fback_stats()Dan Carpenter1-3/+3
2021-06-21net: hns3: fix a double shift bugDan Carpenter1-3/+3
2021-06-21net: hns3: fix different snprintf() limitDan Carpenter1-3/+1
2021-06-21selftests: tls: fix chacha+bidir testsJakub Kicinski1-28/+39
2021-06-21selftests: tls: clean up uninitialized warningsJakub Kicinski1-0/+20