summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso-1/+2
2020-05-06wireguard: send/receive: use explicit unlikely branch instead of implicit coa...Jason A. Donenfeld-16/+12
2020-05-06wireguard: selftests: initalize ipv6 members to NULL to squelch clang warningJason A. Donenfeld-2/+2
2020-05-06wireguard: send/receive: cond_resched() when processing worker ringbuffersJason A. Donenfeld-0/+6
2020-05-06wireguard: socket: remove errant restriction on looping to selfJason A. Donenfeld-12/+0
2020-05-06net: ethernet: ti: am65-cpsw-nuss: fix irqs typeGrygorii Strashko-2/+3
2020-05-06ionic: Use debugfs_create_bool() to export boolGeert Uytterhoeven-2/+1
2020-05-06net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in seconds, not msVladimir Oltean-2/+9
2020-05-06net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean-4/+6
2020-05-06net: dsa: sja1105: the PTP_CLK extts input reacts on both edgesVladimir Oltean-8/+18
2020-05-06net: macsec: fix rtnl locking issueAntoine Tenart-1/+2
2020-05-06net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del()Dan Carpenter-0/+3
2020-05-06net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()Dan Carpenter-0/+2
2020-05-05net: broadcom: fix a mistake about ioremap resourceDejin Zheng-9/+15
2020-05-04nfp: abm: fix a memory leak bugQiushi Wu-0/+1
2020-05-04net: stmmac: gmac5+: fix potential integer overflow on 32 bit multiplyColin Ian King-1/+1
2020-05-04net: enetc: fix an issue about leak system resourcesDejin Zheng-1/+1
2020-05-04net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()Tariq Toukan-1/+3
2020-05-04stmmac: fix pointer check after utilization in stmmac_interruptMaxim Petrov-6/+1
2020-05-03net: macb: fix an issue about leak related system resourcesDejin Zheng-9/+3
2020-05-03net: usb: qmi_wwan: add support for DW5816eMatt Jolly-0/+1
2020-05-01gtp: set NLM_F_MULTI flag in gtp_genl_dump_pdp()Yoshiyuki Kurauchi-4/+5
2020-05-01cxgb4: Add missing annotation for service_ofldq()Jules Irenge-0/+1
2020-05-01net: Make PTP-specific drivers depend on PTP_1588_CLOCKClay McClure-5/+5
2020-05-01hv_netvsc: Fix netvsc_start_xmit's return typeNathan Chancellor-1/+2
2020-05-01net: phy: DP83TC811: Fix WoL in config init to be disabledDan Murphy-9/+12
2020-05-01net: phy: DP83822: Fix WoL in config init to be disabledDan Murphy-16/+14
2020-04-30cxgb4: fix EOTID leak when disabling TC-MQPRIO offloadRahul Lakkireddy-3/+36
2020-04-30stmmac: intel: Fix kernel crash due to wrong error pathAndy Shevchenko-1/+3
2020-04-30mlxsw: spectrum_acl_tcam: Position vchunk in a vregion list properlyJiri Pirko-2/+10
2020-04-30net: macb: Fix runtime PM refcountingAndy Shevchenko-3/+9
2020-04-30net: moxa: Fix a potential double 'free_irq()'Christophe JAILLET-1/+1
2020-04-30net: macsec: preserve ingress frame orderingScott Dial-1/+2
2020-04-30net: ipa: zero return code before issuing generic EE commandAlex Elder-0/+9
2020-04-30net: ipa: fix an error message in gsi_channel_init_one()Alex Elder-2/+2
2020-04-30net: ipa: fix a bug in ipa_endpoint_stop()Alex Elder-5/+2
2020-04-30ionic: add device reset to fw upgrade downShannon Nelson-0/+1
2020-04-30ionic: refresh devinfo after fw-upgradeShannon Nelson-0/+1
2020-04-30ionic: no link check until after probeShannon Nelson-2/+0
2020-04-30dp83640: reverse arguments to list_add_tailJulia Lawall-1/+1
2020-04-30ibmvnic: Skip fatal error reset after passive initJuliet Kim-1/+2
2020-04-30net/mlx5e: Fix q counters on uplink representorsRoi Dayan-7/+2
2020-04-30net/mlx5: Fix command entry leak in Internal Error StateMoshe Shemesh-0/+4
2020-04-30net/mlx5: Fix forced completion access non initialized command entryMoshe Shemesh-1/+1
2020-04-30net/mlx5: DR, On creation set CQ's arm_db member to right valueErez Shitrit-1/+13
2020-04-30net/mlx5: E-switch, Fix mutex init orderParav Pandit-6/+6
2020-04-30net/mlx5: E-switch, Fix printing wrong error valueParav Pandit-1/+1
2020-04-30net/mlx5: E-switch, Fix error unwinding flow for steering init failureParav Pandit-2/+2
2020-04-29wireguard: receive: use tunnel helpers for decapsulating ECN markingsToke Høiland-Jørgensen-4/+2
2020-04-29wireguard: queueing: cleanup ptr_ring in error path of packet_queue_initJason A. Donenfeld-1/+3