summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov2018-09-262-24/+51
* net: sched: protect block idr with spinlockVlad Buslov2018-09-261-2/+13
* net: sched: implement functions to put and flush all chainsVlad Buslov2018-09-261-25/+30
* net: sched: change tcf block reference counter type to refcount_tVlad Buslov2018-09-262-25/+36
* net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov2018-09-261-15/+64
* net: sched: add helper function to take reference to QdiscVlad Buslov2018-09-261-0/+13
* net: sched: extend Qdisc with rcuVlad Buslov2018-09-265-1/+50
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-2620-42/+47
* net: core: netlink: add helper refcount dec and lock functionVlad Buslov2018-09-262-0/+8
* tls: Fixed a memory leak during socket closeVakul Garg2018-09-251-2/+4
* tls: Fix socket mem accounting error under async encryptionVakul Garg2018-09-251-5/+16
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-25284-1545/+2487
|\
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Greg Kroah-Hartman2018-09-259-90/+116
| |\
| | * scsi: sd: don't crash the host on invalid commandsJohannes Thumshirn2018-09-211-1/+2
| | * scsi: ipr: System hung while dlpar adding primary ipr adapter backWen Xiong2018-09-212-45/+62
| | * scsi: target: iscsi: Use bin2hex instead of a re-implementationVincent Pelletier2018-09-211-12/+3
| | * scsi: target: iscsi: Use hex2bin instead of a re-implementationVincent Pelletier2018-09-211-16/+14
| | * scsi: lpfc: Synchronize access to remoteport via rportJames Smart2018-09-213-13/+23
| | * scsi: ufs: Disable blk-mq for nowAdrian Hunter2018-09-211-0/+7
| | * scsi: sd: Contribute to randomness when running rotational deviceXuewei Zhang2018-09-171-0/+3
| | * scsi: ibmvscsis: Ensure partition name is properly NUL terminatedLaura Abbott2018-09-171-1/+1
| | * scsi: ibmvscsis: Fix a stringop-overflow warningLaura Abbott2018-09-171-2/+1
| * | Merge tag 'usb-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman2018-09-258-37/+66
| |\ \
| | * | usb: typec: mux: Take care of driver module reference countingHeikki Krogerus2018-09-201-4/+13
| | * | usb: core: safely deal with the dynamic quirk listsHarry Pan2018-09-201-1/+2
| | * | usb: roles: Take care of driver module reference countingHeikki Krogerus2018-09-201-3/+12
| | * | USB: handle NULL config in usb_find_alt_setting()Alan Stern2018-09-201-0/+2
| | * | USB: fix error handling in usb_driver_claim_interface()Alan Stern2018-09-201-0/+15
| | * | USB: remove LPM management from usb_driver_claim_interface()Alan Stern2018-09-201-15/+0
| | * | USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum2018-09-201-0/+5
| | * | USB: usbdevfs: sanitize flags moreOliver Neukum2018-09-201-3/+16
| | * | Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstandin...Sebastian Andrzej Siewior2018-09-201-1/+1
| | * | usb: musb: dsps: do not disable CPPI41 irq in driver teardownBin Liu2018-09-201-11/+1
| * | | Merge tag 'tty-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman2018-09-256-7/+30
| |\ \ \
| | * | | serial: imx: restore handshaking irq for imx1Uwe Kleine-König2018-09-201-0/+8
| | * | | tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-09-181-0/+4
| | * | | tty: Drop tty->count on tty_reopen() failureDmitry Safonov2018-09-181-3/+8
| | * | | serial: cpm_uart: return immediately from console pollChristophe Leroy2018-09-181-3/+7
| | * | | tty: serial: lpuart: avoid leaking struct tty_structStefan Agner2018-09-181-1/+2
| | * | | serial: mvebu-uart: Fix reporting of effective CSIZE to userspaceJan Kiszka2018-09-181-0/+1
| | |/ /
| * | | Merge tag 'char-misc-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2018-09-253-9/+35
| |\ \ \
| | * | | intel_th: pci: Add Ice Lake PCH supportAlexander Shishkin2018-09-181-0/+5
| | * | | intel_th: Fix resource handling for ACPI glue layerAlexander Shishkin2018-09-181-2/+11
| | * | | intel_th: Fix device removal logicAlexander Shishkin2018-09-181-1/+2
| | * | | Merge tag 'soundwire-4.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2018-09-181-6/+17
| | |\ \ \ | | | |/ / | | |/| |
| | | * | soundwire: Fix acquiring bus lock twice during master releaseSanyog Kale2018-08-271-3/+4
| | | * | soundwire: Fix incorrect exit after configuring streamShreyas NC2018-08-271-2/+4
| | | * | soundwire: Fix duplicate stream state assignmentShreyas NC2018-08-271-2/+10
| * | | | Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel2018-09-252-2/+2
| * | | | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-09-2589-653/+621
| |\ \ \ \