summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-23net: hns3: replace skb->csum_not_inet with skb_csum_is_sctpXin Long1-1/+1
2021-01-23sfc: reduce the number of requested xdp ev queuesIvan Babrou1-2/+4
2021-01-23net: phy: realtek: Add support for RTL9000AA/ANYuusuke Ashizuka1-0/+132
2021-01-22net: ipa: remove a remoteproc dependencyAlex Elder2-38/+2
2021-01-22net: macb: ignore tx_clk if MII is usedMichael Walle1-0/+4
2021-01-22net: remove aurora nb8800 driverArnd Bergmann6-1863/+0
2021-01-22cxgb4: remove bogus CHELSIO_VPD_UNIQUE_ID constantHeiner Kallweit1-10/+3
2021-01-22cxgb4: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
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 Villemoes1-79/+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 Villemoes1-0/+12
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 Villemoes1-1/+1
2021-01-21ethernet: ucc_geth: remove unused read of temoder fieldRasmus Villemoes1-3/+0
2021-01-21octeontx2-af: Add devlink health reporters for NIXGeorge Cherian3-1/+688
2021-01-21net: stmmac: dwmac-meson8b: fix the RX delay validationMartin Blumenstingl1-4/+4
2021-01-21net: dsa: Fix off by one in dsa_loop_port_vlan_add()Dan Carpenter1-1/+1
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski142-641/+2072
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds12-24/+87
2021-01-20Merge tag 'linux-can-fixes-for-5.11-20210120' of git://git.kernel.org/pub/scm...Jakub Kicinski3-8/+10
2021-01-20net: systemport: free dev before on error pathPan Bian1-2/+4
2021-01-20net: usb: cdc_ncm: don't spew notificationsGrant Grundler1-1/+11
2021-01-20net: mscc: ocelot: Fix multicast to the CPU portAlban Bedel1-5/+18
2021-01-20can: peak_usb: fix use after free bugsVincent Mailhol1-4/+4
2021-01-20can: vxcan: vxcan_xmit: fix use after free bugVincent Mailhol1-2/+4
2021-01-20can: dev: can_restart: fix use after free bugVincent Mailhol1-2/+2
2021-01-20net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter1-1/+1
2021-01-20bonding: add a vlan+srcmac tx hashing optionJarod Wilson2-8/+39
2021-01-20octeontx2-af: Remove unneeded semicolonsXu Wang3-4/+4
2021-01-20net: smsc911x: Make Runtime PM handling more fine-grainedGeert Uytterhoeven1-1/+9
2021-01-20net: tun: fix misspellings using codespell toolMenglong Dong1-1/+1
2021-01-20net: ethernet: ti: am65-cpsw: add support for am64x cpsw3gVignesh Raghavendra1-0/+7
2021-01-20net: ti: cpsw_ale: add driver data for AM64 CPSW3gVignesh Raghavendra1-0/+7
2021-01-20net: ethernet: ti: am65-cpsw-nuss: Support for transparent ASEL handlingPeter Ujfalusi1-0/+10
2021-01-20net: ethernet: ti: am65-cpsw-nuss: Use DMA device for DMA APIPeter Ujfalusi2-41/+40
2021-01-20sh_eth: Fix power down vs. is_opened flag orderingGeert Uytterhoeven1-2/+2
2021-01-20net: ixgbevf: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-20net: ixgbe: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-20net: igc: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1