summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-21rhashtable: fix indentation of a continue statementColin Ian King1-1/+1
2020-09-19MAINTAINERS: Update ibmveth maintainerCristobal Forno1-1/+1
2020-09-19net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMACNecip Fazil Yildiran1-0/+1
2020-09-19Merge tag 'batadv-net-for-davem-20200918' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-46/+179
2020-09-19dpaa2-eth: fix a build warning in dpmac.cYangbo Lu1-2/+2
2020-09-19net: hns: kerneldoc fixesLu Wei1-2/+2
2020-09-19hinic: fix sending pkts from core while self testingLuo bin2-2/+6
2020-09-18Merge branch 'Bugfixes-in-Microsemi-Ocelot-switch-driver'David S. Miller7-117/+175
2020-09-18net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean4-8/+14
2020-09-18net: mscc: ocelot: unregister net devices on unbindVladimir Oltean1-0/+21
2020-09-18net: mscc: ocelot: refactor ports parsing code into a dedicated functionVladimir Oltean1-99/+110
2020-09-18net: mscc: ocelot: error checking when calling ocelot_init()Vladimir Oltean2-2/+8
2020-09-18net: mscc: ocelot: check for errors on memory allocation of portsVladimir Oltean1-0/+4
2020-09-18net: dsa: seville: fix buffer size of the queue systemVladimir Oltean1-1/+1
2020-09-18net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean4-9/+17
2020-09-18net: mscc: ocelot: fix race condition with TX timestampingVladimir Oltean1-6/+8
2020-09-18nfp: use correct define to return NONE fecJakub Kicinski1-2/+2
2020-09-18hinic: fix potential resource leakWei Li1-7/+14
2020-09-18Merge branch 'net-phy-Unbind-fixes'David S. Miller2-2/+3
2020-09-18net: phy: Do not warn in phy_stop() on PHY_DOWNFlorian Fainelli1-1/+1
2020-09-18net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli1-1/+2
2020-09-18ethtool: add and use message type for tunnel info replyMichal Kubecek3-2/+6
2020-09-18drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He3-0/+5
2020-09-18drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He1-2/+2
2020-09-18cxgb4: fix memory leak during module unloadRaju Rangoju1-1/+1
2020-09-18hv_netvsc: Add validation for untrusted Hyper-V valuesAndres Beltran4-20/+188
2020-09-17net: dsa: microchip: ksz8795: really set the correct number of portsMatthias Schiffer1-1/+1
2020-09-17geneve: add transport ports in route lookup for geneveMark Gray1-10/+27
2020-09-17net: hns: kerneldoc fixesLu Wei1-20/+20
2020-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller10-38/+47
2020-09-16bpf: Fix a rcu warning for bpffs map pretty-printYonghong Song1-1/+3
2020-09-16bpf: Bpf_skc_to_* casting helpers require a NULL check on skMartin KaFai Lau1-7/+7
2020-09-16ipv4: Update exception handling for multipath routes via same deviceDavid Ahern1-5/+8
2020-09-15net: tipc: kerneldoc fixesLu Wei1-1/+2
2020-09-15ibmvnic: update MAINTAINERSDany Madden1-1/+3
2020-09-15batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing1-16/+87
2020-09-15batman-adv: mcast: fix duplicate mcast packets in BLA backbone from meshLinus Lüssing3-14/+30
2020-09-15batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing3-13/+53
2020-09-15docs/bpf: Remove source code linksAndrii Nakryiko1-1/+1
2020-09-15xsk: Fix number of pinned pages/umem size discrepancyBjörn Töpel1-9/+8
2020-09-15net: sched: initialize with 0 before setting erspan md->uXin Long1-0/+1
2020-09-15Merge branch 'net-improve-vxlan-option-process-in-net_sched-and-lwtunnel'David S. Miller4-1/+8
2020-09-15lwtunnel: only keep the available bits when setting vxlan md->gbpXin Long1-0/+1
2020-09-15net: sched: only keep the available bits when setting vxlan md->gbpXin Long3-1/+7
2020-09-15tipc: use skb_unshare() instead in tipc_buf_append()Xin Long1-1/+2
2020-09-15tipc: Fix memory leak in tipc_group_create_member()Peilin Ye1-4/+10
2020-09-15ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern4-0/+4
2020-09-15Merge branch 'net-lantiq-Fix-bugs-in-NAPI-handling'David S. Miller1-8/+13
2020-09-15net: lantiq: Disable IRQs only if NAPI gets scheduledHauke Mehrtens1-3/+5
2020-09-15net: lantiq: Use napi_complete_done()Hauke Mehrtens1-4/+4