summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-01-23net: ipa: repurpose gsi_irq_ieob_disable()Alex Elder
2021-01-23net: ipa: have gsi_channel_update() return a valueAlex Elder
2021-01-23net: ipa: heed napi_complete() return valueAlex Elder
2021-01-23net: ipa: count actual work done in gsi_channel_poll()Alex Elder
2021-01-22mlxsw: Register physical ports as a devlink resourceDanielle Ratson
2021-01-22net/mlx5e: Support HTB offloadMaxim Mikityanskiy
2021-01-22net: hns3: replace skb->csum_not_inet with skb_csum_is_sctpXin Long
2021-01-22sfc: reduce the number of requested xdp ev queuesIvan Babrou
2021-01-22net: fec: put child node on error pathPan Bian
2021-01-22net: stmmac: dwmac-intel-plat: remove config data on errorPan Bian
2021-01-22net: phy: realtek: Add support for RTL9000AA/ANYuusuke Ashizuka
2021-01-22net: octeontx2: Make sure the buffer is 128 byte alignedKevin Hao
2021-01-22net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem familyGiacinto Cifelli
2021-01-22net/mlx5: SF, Port function state change supportParav Pandit
2021-01-22net/mlx5: SF, Add port add delete functionalityParav Pandit
2021-01-22net/mlx5: E-switch, Add eswitch helpers for SF vportParav Pandit
2021-01-22net/mlx5: E-switch, Prepare eswitch to handle SF vportVu Pham
2021-01-22net/mlx5: SF, Add auxiliary device driverParav Pandit
2021-01-22net/mlx5: SF, Add auxiliary device supportParav Pandit
2021-01-22net/mlx5: Introduce vhca state event notifierParav Pandit
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg
2021-01-21net: ipa: remove a remoteproc dependencyAlex Elder
2021-01-21net: macb: ignore tx_clk if MII is usedMichael Walle
2021-01-21net: remove aurora nb8800 driverArnd Bergmann
2021-01-21cxgb4: remove bogus CHELSIO_VPD_UNIQUE_ID constantHeiner Kallweit
2021-01-21cxgb4: Assign boolean values to a bool variableJiapeng Zhong
2021-01-21ethernet: ucc_geth: simplify rx/tx allocationsRasmus Villemoes
2021-01-21ethernet: ucc_geth: inform the compiler that numQueues is always 1Rasmus Villemoes
2021-01-21ethernet: ucc_geth: add helper to replace repeated switch statementsRasmus Villemoes
2021-01-21ethernet: ucc_geth: replace kmalloc_array()+for loop by kcalloc()Rasmus Villemoes
2021-01-21ethernet: ucc_geth: remove bd_mem_part and all associated codeRasmus Villemoes
2021-01-21ethernet: ucc_geth: use UCC_GETH_{RX,TX}_BD_RING_ALIGNMENT macros directlyRasmus Villemoes
2021-01-21ethernet: ucc_geth: don't statically allocate eight ucc_geth_infoRasmus Villemoes
2021-01-21ethernet: ucc_geth: constify ugeth_primary_infoRasmus Villemoes
2021-01-21ethernet: ucc_geth: factor out parsing of {rx,tx}-clock{,-name} propertiesRasmus Villemoes
2021-01-21ethernet: ucc_geth: remove {rx,tx}_glbl_pram_offset from struct ucc_geth_privateRasmus Villemoes
2021-01-21ethernet: ucc_geth: replace kmalloc+memset by kzallocRasmus Villemoes
2021-01-21ethernet: ucc_geth: remove unnecessary memset_io() callsRasmus Villemoes
2021-01-21ethernet: ucc_geth: use qe_muram_free_addr()Rasmus Villemoes
2021-01-21ethernet: ucc_geth: remove unused read of temoder fieldRasmus Villemoes
2021-01-21octeontx2-af: Add devlink health reporters for NIXGeorge Cherian
2021-01-21mac80211_hwsim: add 6GHz channelsRamon Fontes
2021-01-21Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman
2021-01-20net: stmmac: dwmac-meson8b: fix the RX delay validationMartin Blumenstingl
2021-01-20net: dsa: microchip: Adjust reset release timing to match reference reset cir...Marek Vasut
2021-01-20net: dsa: microchip: ksz8795: Fix KSZ8794 port map againMarek Vasut
2021-01-20net: dsa: Fix off by one in dsa_loop_port_vlan_add()Dan Carpenter
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds
2021-01-20net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski