summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-10-201-4/+4
|\
| * hrtimer: Annotate lockless access to timer->baseEric Dumazet2019-10-141-4/+4
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-10-201-4/+6
|\ \
| * | stop_machine: Avoid potential race behaviourMark Rutland2019-10-171-4/+6
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-19179-892/+1486
|\ \
| * | net: reorder 'struct net' fields to avoid false sharingEric Dumazet2019-10-191-8/+17
| * | net: dsa: fix switch tree listVivien Didelot2019-10-191-1/+1
| * | net: ethernet: dwmac-sun8i: show message only when switching to promiscMans Rullgard2019-10-191-1/+2
| * | net: aquantia: add an error handling in aq_nic_set_multicast_listChenwandun2019-10-191-0/+2
| * | Merge branch 'netem-fix-further-issues-with-packet-corruption'David S. Miller2019-10-191-3/+8
| |\ \
| | * | net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski2019-10-191-0/+2
| | * | net: netem: fix error path for corrupted GSO framesJakub Kicinski2019-10-191-3/+6
| |/ /
| * | macb: propagate errors when getting optional clocksMichael Tretter2019-10-191-6/+6
| * | xen/netback: fix error path of xenvif_connect_data()Juergen Gross2019-10-191-1/+0
| * | net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu2019-10-196-6/+58
| * | net: usb: lan78xx: Connect PHY before registering MACAndrew Lunn2019-10-181-6/+6
| * | Merge branch 'vsock-virtio-make-the-credit-mechanism-more-robust'David S. Miller2019-10-181-3/+14
| |\ \
| | * | vsock/virtio: discard packets if credit is not respectedStefano Garzarella2019-10-181-3/+11
| | * | vsock/virtio: send a credit update when buffer size is changedStefano Garzarella2019-10-181-0/+3
| |/ /
| * | mlxsw: spectrum_trap: Push Ethernet header before reporting trapIdo Schimmel2019-10-181-0/+1
| * | net: ensure correct skb->tstamp in various fragmentersEric Dumazet2019-10-184-0/+12
| * | Merge branch 'net-bcmgenet-restore-internal-EPHY-support'David S. Miller2019-10-184-77/+79
| |\ \
| | * | net: bcmgenet: reset 40nm EPHY on energy detectDoug Berger2019-10-181-1/+8
| | * | net: bcmgenet: soft reset 40nm EPHYs before MAC initDoug Berger2019-10-183-73/+69
| | * | net: phy: bcm7xxx: define soft_reset for 40nm EPHYDoug Berger2019-10-181-0/+1
| | * | net: bcmgenet: don't set phydev->link from MACDoug Berger2019-10-181-3/+1
| |/ /
| * | net: Update address for MediaTek ethernet driver in MAINTAINERSSean Wang2019-10-181-1/+1
| * | ipv4: fix race condition between route lookup and invalidationWei Wang2019-10-181-1/+1
| * | ipv4: Return -ENETUNREACH if we can't create route but saddr is validStefano Brivio2019-10-181-3/+6
| * | net: phy: micrel: Update KSZ87xx PHY nameMarek Vasut2019-10-182-3/+3
| * | net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYsMarek Vasut2019-10-181-4/+36
| * | net: dsa: microchip: Add shared regmap mutexMarek Vasut2019-10-175-9/+28
| * | net: dsa: microchip: Do not reinit mutexes on KSZ87xxMarek Vasut2019-10-171-4/+0
| * | net: stmmac: fix argument to stmmac_pcs_ctrl_ane()Ben Dooks (Codethink)2019-10-171-1/+1
| * | Merge branch 'dpaa2-eth-misc-fixes'David S. Miller2019-10-172-2/+53
| |\ \
| | * | dpaa2-eth: Fix TX FQID valuesIoana Radulescu2019-10-171-0/+44
| | * | dpaa2-eth: add irq for the dpmac connect/disconnect eventFlorin Chiculita2019-10-172-2/+9
| |/ /
| * | usb: hso: obey DMA rules in tiocmgetOliver Neukum2019-10-171-4/+9
| * | net: stmmac: disable/enable ptp_ref_clk in suspend/resume flowBiao Huang2019-10-161-4/+8
| * | net: phy: Fix "link partner" information disappear issueYonglong Liu2019-10-163-4/+12
| * | rxrpc: use rcu protection while reading sk->sk_user_dataEric Dumazet2019-10-161-4/+8
| * | Revert "blackhole_netdev: fix syzkaller reported issue"Mahesh Bandewar2019-10-162-12/+10
| * | net: usb: sr9800: fix uninitialized local variableValentin Vidic2019-10-161-1/+1
| * | net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3Florian Fainelli2019-10-162-1/+6
| * | net: stmmac: make tc_flow_parsers staticBen Dooks (Codethink)2019-10-161-1/+1
| * | davinci_cpdma: make cpdma_chan_split_pool staticBen Dooks (Codethink)2019-10-161-1/+1
| * | net: i82596: fix dma_alloc_attr for sni_82596Thomas Bogendoerfer2019-10-163-4/+8
| * | sctp: change sctp_prot .no_autobind with trueXin Long2019-10-161-2/+2
| * | sched: etf: Fix ordering of packets with same txtimeVinicius Costa Gomes2019-10-161-1/+1
| * | net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet2019-10-161-6/+8