summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-22net: bridge: multicast: add EHT allow/block handlingNikolay Aleksandrov4-14/+290
2021-01-22net: bridge: multicast: add EHT host delete functionNikolay Aleksandrov1-0/+17
2021-01-22net: bridge: multicast: add EHT source set handling functionsNikolay Aleksandrov3-0/+325
2021-01-22net: bridge: multicast: add EHT host handling functionsNikolay Aleksandrov3-1/+117
2021-01-22net: bridge: multicast: add EHT structures and definitionsNikolay Aleksandrov3-0/+53
2021-01-22net: bridge: multicast: calculate idx position without changing ptrNikolay Aleksandrov1-18/+9
2021-01-22net: bridge: multicast: __grp_src_block_incl can modify pgNikolay Aleksandrov1-3/+11
2021-01-22net: bridge: multicast: pass host src address to IGMPv3/MLDv2 functionsNikolay Aleksandrov1-41/+49
2021-01-22net: bridge: multicast: rename src_size to addr_sizeNikolay Aleksandrov1-39/+39
2021-01-22net: hns3: replace skb->csum_not_inet with skb_csum_is_sctpXin Long1-1/+1
2021-01-22Merge branch 'mptcp-re-enable-sndbuf-autotune'Jakub Kicinski3-63/+258
2021-01-22mptcp: implement delegated actionsPaolo Abeni3-4/+194
2021-01-22mptcp: schedule work for better snd subflow selectionPaolo Abeni1-3/+8
2021-01-22mptcp: do not queue excessive data on subflowsPaolo Abeni1-2/+2
2021-01-22mptcp: re-enable sndbuf autotunePaolo Abeni3-33/+45
2021-01-22mptcp: always graft subflow socket to parentPaolo Abeni3-26/+14
2021-01-22sfc: reduce the number of requested xdp ev queuesIvan Babrou1-2/+4
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung7-14/+34
2021-01-22tcp: remove unused ICSK_TIME_EARLY_RETRANSPengcheng Yang1-3/+1
2021-01-22net: phy: realtek: Add support for RTL9000AA/ANYuusuke Ashizuka1-0/+132
2021-01-22dt-bindings: net: renesas,etheravb: Add r8a779a0 supportWolfram Sang1-0/+2
2021-01-21Merge branch 'net-ipa-remove-a-build-dependency'Jakub Kicinski5-54/+5
2021-01-21arm64: dts: qcom: sdm845: kill IPA modem-remoteproc propertyAlex Elder1-2/+0
2021-01-21arm64: dts: qcom: sc7180: kill IPA modem-remoteproc propertyAlex Elder1-2/+0
2021-01-21dt-bindings: net: remove modem-remoteproc propertyAlex Elder1-12/+3
2021-01-21net: ipa: remove a remoteproc dependencyAlex Elder2-38/+2
2021-01-21net: macb: ignore tx_clk if MII is usedMichael Walle1-0/+4
2021-01-21net: remove aurora nb8800 driverArnd Bergmann6-1863/+0
2021-01-21cxgb4: remove bogus CHELSIO_VPD_UNIQUE_ID constantHeiner Kallweit1-10/+3
2021-01-21cxgb4: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-01-21MAINTAINERS: add entry for Arrow SpeedChips XRS7000 driverGeorge McCollister1-0/+8
2021-01-21Merge branch 'ucc_geth-improvements'Jakub Kicinski5-382/+209
2021-01-21ethernet: ucc_geth: simplify rx/tx allocationsRasmus Villemoes2-35/+17
2021-01-21ethernet: ucc_geth: inform the compiler that numQueues is always 1Rasmus Villemoes2-36/+42
2021-01-21ethernet: ucc_geth: add helper to replace repeated switch statementsRasmus Villemoes1-78/+22
2021-01-21ethernet: ucc_geth: replace kmalloc_array()+for loop by kcalloc()Rasmus Villemoes1-10/+4
2021-01-21ethernet: ucc_geth: remove bd_mem_part and all associated codeRasmus Villemoes3-86/+29
2021-01-21ethernet: ucc_geth: use UCC_GETH_{RX,TX}_BD_RING_ALIGNMENT macros directlyRasmus Villemoes1-6/+4
2021-01-21ethernet: ucc_geth: don't statically allocate eight ucc_geth_infoRasmus Villemoes1-20/+12
2021-01-21ethernet: ucc_geth: constify ugeth_primary_infoRasmus Villemoes1-1/+1
2021-01-21ethernet: ucc_geth: factor out parsing of {rx,tx}-clock{,-name} propertiesRasmus Villemoes1-44/+36
2021-01-21ethernet: ucc_geth: remove {rx,tx}_glbl_pram_offset from struct ucc_geth_privateRasmus Villemoes2-14/+9
2021-01-21ethernet: ucc_geth: replace kmalloc+memset by kzallocRasmus Villemoes1-4/+1
2021-01-21ethernet: ucc_geth: remove unnecessary memset_io() callsRasmus Villemoes1-19/+0
2021-01-21ethernet: ucc_geth: use qe_muram_free_addr()Rasmus Villemoes1-44/+33
2021-01-21soc: fsl: qe: add cpm_muram_free_addr() helperRasmus Villemoes2-0/+17
2021-01-21soc: fsl: qe: store muram_vbase as a void pointer instead of u8Rasmus Villemoes1-3/+3
2021-01-21soc: fsl: qe: make cpm_muram_offset take a const void* argumentRasmus Villemoes2-3/+3
2021-01-21ethernet: ucc_geth: remove unused read of temoder fieldRasmus Villemoes1-3/+0
2021-01-21Merge branch 'add-devlink-health-reporters-for-nix-block'Jakub Kicinski4-1/+758