summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tty/serial: Migrate 8250_omap to use has_sysrqDmitry Safonov2019-12-181-4/+1
* tty/serial: Migrate bcm63xx_uart to use has_sysrqDmitry Safonov2019-12-181-4/+1
* tty/serial: Migrate 8250_fsl to use has_sysrqDmitry Safonov2019-12-185-6/+8
* Revert "serdev: simplify Makefile"Johan Hovold2019-12-181-1/+1
* Revert "tty/serial: atmel: fix out of range clock divider handling"Greg Kroah-Hartman2019-12-181-3/+3
* tty/serial: Migrate aspeed_vuart to use has_sysrqDmitry Safonov2019-12-171-4/+1
* serial_core: Un-ifdef sysrq SUPPORT_SYSRQDmitry Safonov2019-12-171-34/+43
* tty: serial: samsung_tty: do not abuse the struct uart_port unused fieldsGreg Kroah-Hartman2019-12-171-23/+23
* serial: Move sysrq members aboveDmitry Safonov2019-12-171-5/+6
* sysrq: Remove sysrq_handler_registeredDmitry Safonov2019-12-171-8/+1
* tty: vt: move conmakehash to drivers/tty/vt/ from scripts/Masahiro Yamada2019-12-175-6/+5
* tty: drop useless variable initialisation in tty_kopen()Uwe Kleine-König2019-12-171-1/+1
* serdev: make use of printk extension %pe for better error messagesUwe Kleine-König2019-12-171-6/+8
* serdev: simplify MakefileUwe Kleine-König2019-12-171-1/+1
* tty: serial: samsung_tty: fix blank line checkpatch warningGreg Kroah-Hartman2019-12-121-0/+3
* tty: serial: samsung_tty: fix up minor comment formattingGreg Kroah-Hartman2019-12-121-7/+9
* tty: serial: samsung_tty: use 'unsigned int' not 'unsigned'Greg Kroah-Hartman2019-12-121-1/+2
* tty: serial: samsung_tty: use standard debugging macrosGreg Kroah-Hartman2019-12-121-48/+30
* tty: serial: samsung_tty: drop unneded dbg() callsGreg Kroah-Hartman2019-12-121-22/+0
* tty: serial: samsung_tty: delete samsung.hGreg Kroah-Hartman2019-12-122-147/+130
* tty: serial: samsung.h: remove reset_port callback from struct s3c24xx_uart_infoGreg Kroah-Hartman2019-12-121-3/+0
* tty: serial: samsung.h: fix up minor comment issuesGreg Kroah-Hartman2019-12-121-2/+2
* tty: serial: samsung_tty: fix build warningGreg Kroah-Hartman2019-12-121-0/+3
* tty: serial: samsung: allow driver to be built by anyoneGreg Kroah-Hartman2019-12-121-1/+1
* tty/serial: atmel: fix out of range clock divider handlingDavid Engraf2019-12-121-3/+3
* tty: pl011: Add suspend resume supportShubhrajyoti Datta2019-12-121-0/+1
* tty: serial: amba-pl011: remove set but unused variableXiongfeng Wang2019-12-121-4/+2
* tty: serial: samsung: remove variable 'ufstat' set but not usedChen Wandun2019-12-121-2/+2
* tty: omap-serial: remove set but unused variableXiongfeng Wang2019-12-101-2/+5
* Linux 5.5-rc1v5.5-rc1Linus Torvalds2019-12-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-08119-628/+1025
|\
| * r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1
| * net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
| * r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit2019-12-071-1/+1
| * vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3
| * net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko2019-12-071-48/+71
| * net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko2019-12-071-1/+1
| * inet: protect against too small mtu values.Eric Dumazet2019-12-075-11/+20
| * gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
| * pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki2019-12-071-2/+0
| * Merge branch 'tcp-fix-handling-of-stale-syncookies-timestamps'David S. Miller2019-12-072-8/+32
| |\
| | * tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-071-3/+3
| | * tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-071-3/+13
| | * tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-072-2/+16
| |/
| * Merge tag 'mlx5-fixes-2019-12-05' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-12-0710-75/+143
| |\
| | * net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tagParav Pandit2019-12-052-38/+93
| | * net/mlx5e: ethtool, Fix analysis of speed settingAya Levin2019-12-051-10/+3
| | * net/mlx5e: Fix translation of link mode into speedAya Levin2019-12-051-0/+1
| | * net/mlx5e: Fix free peer_flow when refcount is 0Roi Dayan2019-12-051-2/+5
| | * net/mlx5e: Fix freeing flow with kfree() and not kvfree()Roi Dayan2019-12-051-1/+1