summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ieee802154: ca8210: Fix incorrectly named function param docLee Jones2020-11-041-1/+1
* net: usb: r8152: Provide missing documentation for some struct membersLee Jones2020-11-041-0/+6
* net: ieee802154: ca8210: Fix a bunch of kernel-doc issuesLee Jones2020-11-041-11/+11
* net: fddi: skfp: ess: Remove defined but unused variable 'ID_sccs'Lee Jones2020-11-041-1/+0
* net: fddi: skfp: drvfbi: Remove defined but unused variable 'ID_sccs'Lee Jones2020-11-041-4/+0
* net: fddi: skfp: srf: Remove defined but unused variable 'ID_sccs'Lee Jones2020-11-041-5/+0
* net: fddi: skfp: hwt: Remove defined but unused variable 'ID_sccs'Lee Jones2020-11-041-4/+0
* net: fddi: skfp: smttimer: Remove defined but unused variable 'ID_sccs'Lee Jones2020-11-041-4/+0
* net: fddi: skfp: smtinit: Remove defined but unused variable 'ID_sccs'Lee Jones2020-11-041-4/+0
* net: fddi: skfp: smtdef: Remove defined but unused variable 'ID_sccs'Lee Jones2020-11-041-4/+0
* net: fddi: skfp: rmt: Remove defined but unused variable 'ID_sccs'Lee Jones2020-11-041-4/+0
* net: fddi: skfp: queue: Remove defined but unused variable 'ID_sccs'Lee Jones2020-11-041-4/+0
* net: fddi: skfp: pmf: Remove defined but unused variable 'ID_sccs'Lee Jones2020-11-041-4/+0
* net: fddi: skfp: pcmplc: Remove defined but not used variable 'ID_sccs'Lee Jones2020-11-041-4/+0
* net: fddi: skfp: ecm: Remove seemingly unused variable 'ID_sccs'Lee Jones2020-11-041-4/+0
* net: fddi: skfp: ecm: Protect 'if' when AIX_EVENT is not definedLee Jones2020-11-041-1/+2
* vxlan: Use a per-namespace nexthop listener instead of a global oneIdo Schimmel2020-11-041-7/+8
* net: hdlc_fr: Add support for any EthertypeXie He2020-11-041-26/+49
* net: hdlc_fr: Improve the initial checks when we receive an skbXie He2020-11-041-1/+1
* net: hdlc_fr: Do skb_reset_mac_header for skbs received on normal PVC devicesXie He2020-11-041-0/+3
* net: hdlc_fr: Change the use of "dev" in fr_rx to make the code cleanerXie He2020-11-041-17/+20
* net: hdlc_fr: Simpify fr_rx by using "goto rx_drop" to drop framesXie He2020-11-041-9/+6
* ibmvnic: merge do_change_param_reset into do_resetLijun Pan2020-11-041-104/+43
* net: dsa: mt7530: remove unneeded semicolonTom Rix2020-11-031-1/+1
* net/mlx4_core : remove unneeded semicolonTom Rix2020-11-031-1/+1
* net: stmmac: dwmac-meson8b: remove unneeded semicolonTom Rix2020-11-031-1/+1
* net: hns3: Remove duplicated includeYueHaibing2020-11-031-1/+0
* liquidio: cn68xx: Remove duplicated includeYueHaibing2020-11-031-1/+0
* net: dsa: felix: improve the workaround for multiple native VLANs on NPI portVladimir Oltean2020-11-031-3/+11
* net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean2020-11-033-21/+55
* net: mscc: ocelot: move the logic to drop 802.1p traffic to the pvid deletionVladimir Oltean2020-11-031-13/+22
* net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean2020-11-031-13/+14
* net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean2020-11-032-29/+42
* net: mscc: ocelot: don't reset the pvid to 0 when deleting itVladimir Oltean2020-11-031-4/+0
* net: mscc: ocelot: use the pvid of zero when bridged with vlan_filtering=0Vladimir Oltean2020-11-031-36/+17
* net: ethernet: ti: am65-cpsw: handle deferred probe with dev_err_probe()Grygorii Strashko2020-11-031-18/+10
* net: ethernet: ti: am65-cpsw: add multi port support in mac-only modeGrygorii Strashko2020-11-032-48/+82
* net: ethernet: ti: am65-cpsw: prepare xmit/rx path for multi-port devices in ...Grygorii Strashko2020-11-032-34/+108
* net: ethernet: ti: am65-cpsw: fix tx csum offload for multi mac modeGrygorii Strashko2020-11-031-29/+1
* net: ethernet: ti: am65-cpsw: keep active if cpts enabledGrygorii Strashko2020-11-031-0/+7
* net: ethernet: ti: am65-cpsw: fix vlan offload for multi mac modeGrygorii Strashko2020-11-032-7/+20
* net: ethernet: ti: cpsw_ale: add cpsw_ale_vlan_del_modify()Grygorii Strashko2020-11-033-4/+23
* net: ethernet: ti: am65-cpsw: use cppi5_desc_is_tdcm()Grygorii Strashko2020-11-031-2/+2
* net: ethernet: ti: am65-cpsw: move free desc queue mode selection in pdataGrygorii Strashko2020-11-032-1/+5
* net: ethernet: ti: am65-cpsw: move ale selection in pdataGrygorii Strashko2020-11-032-1/+4
* net: driver: hamradio: Fix potential unterminated stringAndrew Lunn2020-11-031-1/+1
* drivers: net: wan: lmc: Fix W=1 set but used variable warningsAndrew Lunn2020-11-031-7/+2
* drivers: net: xen-netfront: Fixed W=1 set but unused warningsAndrew Lunn2020-11-031-2/+1
* drivers: net: davicom Add COMPILE_TEST supportAndrew Lunn2020-11-031-1/+1
* drivers: net: davicom: Fixed unused but set variable with W=1Andrew Lunn2020-11-031-6/+3