summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* isdn/capi: check message length in capi_write()Eric Biggers2019-09-211-0/+1
* xfrm: clean up xfrm protocol checksCong Wang2019-09-161-0/+17
* libceph: allow ceph_buffer_put() to receive a NULL ceph_bufferLuis Henriques2019-09-101-1/+2
* gpio: Fix build error of function redefinitionYueHaibing2019-09-101-24/+0
* tcp: fix tcp_rtx_queue_tail in case of empty retransmit queueTim Froidcoeur2019-09-061-0/+4
* netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2019-09-061-0/+2
* inet: switch IP ID generator to siphashEric Dumazet2019-09-062-0/+7
* siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld2019-09-061-1/+56
* siphash: add cryptographically secure PRFJason A. Donenfeld2019-09-061-0/+85
* scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke2019-08-251-0/+1
* asm-generic: default BUG_ON(x) to if(x)BUG()Arnd Bergmann2019-08-251-1/+1
* include/linux/module.h: copy __init/__exit attrs to init/cleanup_moduleMiguel Ojeda2019-08-251-2/+2
* Backport minimal compiler_attributes.h to support GCC 9Miguel Ojeda2019-08-251-0/+16
* asm-generic: fix -Wtype-limits compiler warningsQian Cai2019-08-251-30/+20
* ALSA: compress: Fix regression on compressed capture streamsCharles Keepax2019-08-251-4/+1
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-111-0/+3
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-08-111-0/+17
* uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side hea...Mikko Rapeli2019-08-062-13/+11
* coda: fix build using bare-metal toolchainSam Protsenko2019-08-061-2/+1
* ACPI: fix false-positive -Wuninitialized warningArnd Bergmann2019-08-061-1/+4
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-041-2/+2
* tcp: reset sk_send_head in tcp_write_queue_purgeSoheil Hassas Yeganeh2019-08-041-5/+6
* access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-08-041-1/+6
* elevator: fix truncation of icq_cache_nameEric Biggers2019-08-041-1/+1
* rcu: Force inlining of rcu_read_lock()Waiman Long2019-08-041-1/+1
* VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA2019-07-211-1/+10
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2019-07-103-1/+20
* swiotlb: Make linux/swiotlb.h standalone includibleThierry Reding2019-07-101-0/+3
* net: check before dereferencing netdev_ops during busy pollJosh Elsasser2019-07-101-1/+1
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-07-101-0/+3
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-06-221-0/+21
* cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo2019-06-221-2/+8
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-221-3/+0
* pwm: Fix deadlock warning when removing PWM devicePhong Hoang2019-06-221-5/+0
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-171-0/+1
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-171-0/+1
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-172-0/+5
* ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern2019-06-111-0/+8
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-06-111-0/+2
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-06-111-0/+4
* rcu: locking and unlocking need to always be at least barriersLinus Torvalds2019-06-111-4/+2
* usb: gadget: fix request length error for isoc transferPeter Chen2019-06-111-1/+3
* userfaultfd: don't pin the user memory in userfaultfd_file_create()Oleg Nesterov2019-06-111-1/+6
* net: create skb_gso_validate_mac_len()Daniel Axtens2019-06-111-0/+30
* memcg: make it work on sparse non-0-node systemsJiri Slaby2019-06-111-0/+1
* include/linux/bitops.h: sanitize rotate primitivesRasmus Villemoes2019-06-111-8/+8
* tipc: Avoid copying bytes beyond the supplied dataChris Packham2019-06-111-3/+7
* HID: core: move Usage Page concatenation to Main itemNicolas Saenz Julienne2019-06-111-0/+1
* iio: ad_sigma_delta: Properly handle SPI bus locking vs CS assertionLars-Peter Clausen2019-06-111-0/+1
* smpboot: Place the __percpu annotation correctlySebastian Andrzej Siewior2019-06-111-1/+1