summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Input: evdev - add a schedule point in evdev_write()Dmitry Torokhov2018-10-051-0/+1
| * | | | | | | | | | | Input: mousedev - add a schedule point in mousedev_write()Eric Dumazet2018-10-051-0/+1
| * | | | | | | | | | | Input: i8042 - enable keyboard wakeups by default when s2idle is usedDaniel Drake2018-10-023-9/+28
| * | | | | | | | | | | Input: xpad - add support for Xbox1 PDP Camo series gamepadRamses Ramírez2018-10-021-0/+3
* | | | | | | | | | | | Merge tag 'next-fixes-20181012' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-10-122-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | vmlinux.lds.h: Fix linker warnings about orphan .LPBX sectionsPeter Oberparleiter2018-10-111-1/+1
| * | | | | | | | | | | | vmlinux.lds.h: Fix incomplete .text.exit discardsPeter Oberparleiter2018-10-112-2/+4
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-1237-285/+493
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'net-dsa-bcm_sf2-Couple-of-fixes'David S. Miller2018-10-121-11/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | net: dsa: bcm_sf2: Call setup during switch resumeFlorian Fainelli2018-10-121-9/+1
| | * | | | | | | | | | | | net: dsa: bcm_sf2: Fix unbind orderingFlorian Fainelli2018-10-121-2/+2
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | net: phy: sfp: remove sfp_mutex's definitionSebastian Andrzej Siewior2018-10-111-2/+0
| * | | | | | | | | | | | r8169: set RX_MULTI_EN bit in RxConfig for 8168F-family chipsMaciej S. Szmigiero2018-10-111-2/+2
| * | | | | | | | | | | | net: socionext: clear rx irq correctlyIlias Apalodimas2018-10-111-1/+4
| * | | | | | | | | | | | net/mlx4_core: Fix warnings during boot on driverinit param set failuresMoshe Shemesh2018-10-111-28/+15
| * | | | | | | | | | | | tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue2018-10-111-2/+9
| * | | | | | | | | | | | Merge branch 'net-explicitly-requires-bash-when-needed'David S. Miller2018-10-112-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | selftests: udpgso_bench.sh explicitly requires bashPaolo Abeni2018-10-111-1/+1
| | * | | | | | | | | | | | selftests: rtnetlink.sh explicitly requires bash.Paolo Abeni2018-10-111-1/+1
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | qmi_wwan: Added support for Gemalto's Cinterion ALASxx WWAN interfaceGiacinto Cifelli2018-10-111-0/+1
| * | | | | | | | | | | | tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan2018-10-111-2/+12
| * | | | | | | | | | | | tipc: set link tolerance correctly in broadcast linkJon Maloy2018-10-111-5/+11
| * | | | | | | | | | | | Merge branch 'net-ipv4-fixes-for-PMTU-when-link-MTU-changes'David S. Miller2018-10-116-9/+96
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca2018-10-111-3/+4
| | * | | | | | | | | | | | net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-115-6/+92
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | net/ipv6: stop leaking percpu memory in fib6 infoMike Rapoport2018-10-111-0/+2
| * | | | | | | | | | | | Merge tag 'rxrpc-fixes-20181008' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-10-1111-174/+236
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | rxrpc: Fix the packet reception routineDavid Howells2018-10-086-50/+105
| | * | | | | | | | | | | | rxrpc: Fix the rxrpc_tx_packet trace lineDavid Howells2018-10-081-0/+1
| | * | | | | | | | | | | | rxrpc: Fix connection-level abort handlingDavid Howells2018-10-083-15/+19
| | * | | | | | | | | | | | rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells2018-10-081-9/+10
| | * | | | | | | | | | | | rxrpc: Carry call state out of locked section in rxrpc_rotate_tx_window()David Howells2018-10-081-6/+8
| | * | | | | | | | | | | | rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells2018-10-081-16/+19
| | * | | | | | | | | | | | rxrpc: Don't need to take the RCU read lock in the packet receiverDavid Howells2018-10-081-28/+13
| | * | | | | | | | | | | | rxrpc: Use the UDP encap_rcv hookDavid Howells2018-10-084-44/+36
| | * | | | | | | | | | | | rxrpc: Fix the data_ready handlerDavid Howells2018-10-052-35/+44
| | * | | | | | | | | | | | rxrpc: Fix some missed refs to init_netDavid Howells2018-10-056-24/+34
| * | | | | | | | | | | | | rds: RDS (tcp) hangs on sendto() to unresponding addressKa-Cheong Poon2018-10-111-3/+10
| * | | | | | | | | | | | | net: make skb_partial_csum_set() more robust against overflowsEric Dumazet2018-10-101-5/+7
| * | | | | | | | | | | | | Merge branch 'devlink-param-type-string-fixes'David S. Miller2018-10-102-8/+47
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | devlink: Add helper function for safely copy string paramMoshe Shemesh2018-10-102-3/+28
| | * | | | | | | | | | | | | devlink: Fix param cmode driverinit for string typeMoshe Shemesh2018-10-101-3/+12
| | * | | | | | | | | | | | | devlink: Fix param set handling for string typeMoshe Shemesh2018-10-102-4/+9
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge branch 'ena-fixes'David S. Miller2018-10-092-14/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | net: ena: fix auto casting to booleanArthur Kiyanovski2018-10-091-4/+4
| | * | | | | | | | | | | | | net: ena: fix NULL dereference due to untimely napi initializationArthur Kiyanovski2018-10-091-2/+7
| | * | | | | | | | | | | | | net: ena: fix rare bug when failed restart/resume is followed by driver removalArthur Kiyanovski2018-10-091-0/+4
| | * | | | | | | | | | | | | net: ena: fix warning in rmmod caused by double iounmapArthur Kiyanovski2018-10-091-8/+1
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge branch 'net-smc-userspace-breakage-fixes'David S. Miller2018-10-081-11/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | net/smc: retain old name for diag_mode fieldEugene Syromiatnikov2018-10-081-1/+4