summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso2020-05-061-1/+2
* wireguard: send/receive: use explicit unlikely branch instead of implicit coa...Jason A. Donenfeld2020-05-062-16/+12
* wireguard: selftests: initalize ipv6 members to NULL to squelch clang warningJason A. Donenfeld2020-05-061-2/+2
* wireguard: send/receive: cond_resched() when processing worker ringbuffersJason A. Donenfeld2020-05-062-0/+6
* wireguard: socket: remove errant restriction on looping to selfJason A. Donenfeld2020-05-061-12/+0
* net: ethernet: ti: am65-cpsw-nuss: fix irqs typeGrygorii Strashko2020-05-061-2/+3
* ionic: Use debugfs_create_bool() to export boolGeert Uytterhoeven2020-05-061-2/+1
* net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in seconds, not msVladimir Oltean2020-05-061-2/+9
* net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean2020-05-065-4/+6
* net: dsa: sja1105: the PTP_CLK extts input reacts on both edgesVladimir Oltean2020-05-061-8/+18
* net: macsec: fix rtnl locking issueAntoine Tenart2020-05-061-1/+2
* net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del()Dan Carpenter2020-05-061-0/+3
* net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()Dan Carpenter2020-05-061-0/+2
* net: broadcom: fix a mistake about ioremap resourceDejin Zheng2020-05-051-9/+15
* nfp: abm: fix a memory leak bugQiushi Wu2020-05-041-0/+1
* net: stmmac: gmac5+: fix potential integer overflow on 32 bit multiplyColin Ian King2020-05-041-1/+1
* net: enetc: fix an issue about leak system resourcesDejin Zheng2020-05-041-1/+1
* net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()Tariq Toukan2020-05-041-1/+3
* stmmac: fix pointer check after utilization in stmmac_interruptMaxim Petrov2020-05-041-6/+1
* net: macb: fix an issue about leak related system resourcesDejin Zheng2020-05-031-9/+3
* net: usb: qmi_wwan: add support for DW5816eMatt Jolly2020-05-031-0/+1
* gtp: set NLM_F_MULTI flag in gtp_genl_dump_pdp()Yoshiyuki Kurauchi2020-05-011-4/+5
* cxgb4: Add missing annotation for service_ofldq()Jules Irenge2020-05-011-0/+1
* net: Make PTP-specific drivers depend on PTP_1588_CLOCKClay McClure2020-05-015-5/+5
* hv_netvsc: Fix netvsc_start_xmit's return typeNathan Chancellor2020-05-011-1/+2
* net: phy: DP83TC811: Fix WoL in config init to be disabledDan Murphy2020-05-011-9/+12
* net: phy: DP83822: Fix WoL in config init to be disabledDan Murphy2020-05-011-16/+14
* cxgb4: fix EOTID leak when disabling TC-MQPRIO offloadRahul Lakkireddy2020-04-301-3/+36
* stmmac: intel: Fix kernel crash due to wrong error pathAndy Shevchenko2020-04-301-1/+3
* mlxsw: spectrum_acl_tcam: Position vchunk in a vregion list properlyJiri Pirko2020-04-301-2/+10
* net: macb: Fix runtime PM refcountingAndy Shevchenko2020-04-301-3/+9
* net: moxa: Fix a potential double 'free_irq()'Christophe JAILLET2020-04-301-1/+1
* net: macsec: preserve ingress frame orderingScott Dial2020-04-301-1/+2
* net: ipa: zero return code before issuing generic EE commandAlex Elder2020-04-302-0/+9
* net: ipa: fix an error message in gsi_channel_init_one()Alex Elder2020-04-301-2/+2
* net: ipa: fix a bug in ipa_endpoint_stop()Alex Elder2020-04-301-5/+2
* ionic: add device reset to fw upgrade downShannon Nelson2020-04-301-0/+1
* ionic: refresh devinfo after fw-upgradeShannon Nelson2020-04-301-0/+1
* ionic: no link check until after probeShannon Nelson2020-04-301-2/+0
* dp83640: reverse arguments to list_add_tailJulia Lawall2020-04-301-1/+1
* ibmvnic: Skip fatal error reset after passive initJuliet Kim2020-04-301-1/+2
* net/mlx5e: Fix q counters on uplink representorsRoi Dayan2020-04-301-7/+2
* net/mlx5: Fix command entry leak in Internal Error StateMoshe Shemesh2020-04-301-0/+4
* net/mlx5: Fix forced completion access non initialized command entryMoshe Shemesh2020-04-301-1/+1
* net/mlx5: DR, On creation set CQ's arm_db member to right valueErez Shitrit2020-04-301-1/+13
* net/mlx5: E-switch, Fix mutex init orderParav Pandit2020-04-301-6/+6
* net/mlx5: E-switch, Fix printing wrong error valueParav Pandit2020-04-301-1/+1
* net/mlx5: E-switch, Fix error unwinding flow for steering init failureParav Pandit2020-04-301-2/+2
* wireguard: receive: use tunnel helpers for decapsulating ECN markingsToke Høiland-Jørgensen2020-04-291-4/+2
* wireguard: queueing: cleanup ptr_ring in error path of packet_queue_initJason A. Donenfeld2020-04-291-1/+3