summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net: dsa: Do not make user port errors fatalFlorian Fainelli2020-05-041-1/+1
| * net: macb: fix an issue about leak related system resourcesDejin Zheng2020-05-041-9/+3
| * net: usb: qmi_wwan: add support for DW5816eMatt Jolly2020-05-041-0/+1
| * net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet2020-05-041-0/+3
| * drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann2020-05-021-4/+7
| * gtp: set NLM_F_MULTI flag in gtp_genl_dump_pdp()Yoshiyuki Kurauchi2020-05-021-4/+5
| * cxgb4: Add missing annotation for service_ofldq()Jules Irenge2020-05-021-0/+1
| * ice: cleanup language in ice.rst for fw.appJacob Keller2020-05-021-2/+2
| * net: Make PTP-specific drivers depend on PTP_1588_CLOCKClay McClure2020-05-025-5/+5
| * devlink: fix return value after hitting end in region readJakub Kicinski2020-05-021-0/+5
| * hv_netvsc: Fix netvsc_start_xmit's return typeNathan Chancellor2020-05-021-1/+2
| * Merge branch 'WoL-fixes-for-DP83822-and-DP83tc811'David S. Miller2020-05-022-25/+26
| |\
| | * net: phy: DP83TC811: Fix WoL in config init to be disabledDan Murphy2020-05-021-9/+12
| | * net: phy: DP83822: Fix WoL in config init to be disabledDan Murphy2020-05-021-16/+14
| |/
| * ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern2020-05-013-0/+36
| * cxgb4: fix EOTID leak when disabling TC-MQPRIO offloadRahul Lakkireddy2020-05-011-3/+36
| * stmmac: intel: Fix kernel crash due to wrong error pathAndy Shevchenko2020-05-011-1/+3
| * mlxsw: spectrum_acl_tcam: Position vchunk in a vregion list properlyJiri Pirko2020-05-011-2/+10
| * tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040Toke Høiland-Jørgensen2020-05-011-2/+55
| * net: macb: Fix runtime PM refcountingAndy Shevchenko2020-05-011-3/+9
| * net: moxa: Fix a potential double 'free_irq()'Christophe JAILLET2020-05-011-1/+1
| * net: macsec: preserve ingress frame orderingScott Dial2020-05-011-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-05-012-8/+8
| |\
| | * netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann2020-04-291-5/+7
| | * netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault2020-04-261-3/+1
| * | Merge branch 'net-ipa-three-bug-fixes'David S. Miller2020-05-013-7/+13
| |\ \
| | * | net: ipa: zero return code before issuing generic EE commandAlex Elder2020-05-012-0/+9
| | * | net: ipa: fix an error message in gsi_channel_init_one()Alex Elder2020-05-011-2/+2
| | * | net: ipa: fix a bug in ipa_endpoint_stop()Alex Elder2020-05-011-5/+2
| |/ /
| * | Merge branch 'ionic-fw-upgrade-bug-fixes'David S. Miller2020-05-011-2/+2
| |\ \
| | * | ionic: add device reset to fw upgrade downShannon Nelson2020-05-011-0/+1
| | * | ionic: refresh devinfo after fw-upgradeShannon Nelson2020-05-011-0/+1
| | * | ionic: no link check until after probeShannon Nelson2020-05-011-2/+0
| |/ /
| * | dp83640: reverse arguments to list_add_tailJulia Lawall2020-05-011-1/+1
| * | net: bridge: vlan: Add a schedule point during VLAN processingIdo Schimmel2020-05-011-0/+1
| * | ibmvnic: Skip fatal error reset after passive initJuliet Kim2020-04-301-1/+2
| * | Merge tag 'mlx5-fixes-2020-04-29' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-04-304-18/+29
| |\ \
| | * | 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
| * | | mptcp: fix uninitialized value accessPaolo Abeni2020-04-301-1/+1
| * | | Merge branch 'mptcp-fix-incoming-options-parsing'David S. Miller2020-04-307-149/+138
| |\ \ \ | | |/ / | |/| |
| | * | mptcp: initialize the data_fin field for mpc packetsPaolo Abeni2020-04-301-0/+1
| | * | mptcp: fix 'use_ack' option access.Paolo Abeni2020-04-301-1/+1
| | * | mptcp: avoid a WARN on bad input.Paolo Abeni2020-04-301-2/+2
| | * | mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni2020-04-307-122/+115