aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-08-25tcp: fix refcnt leak with ebpf congestion controlGravatar Sabrina Dubroca 1-3/+1
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscGravatar Eric Dumazet 1-0/+7
2017-08-23net: core: Specify skb_pad()/skb_put_padto() SKB freeingGravatar Florian Fainelli 1-4/+37
2017-08-22ipv6: add rcu grace period before freeing fib6_nodeGravatar Wei Wang 1-1/+29
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 5-11/+14
2017-08-21pids: make task_tgid_nr_ns() safeGravatar Oleg Nesterov 2-25/+30
2017-08-20net_sched: fix order of queue length updates in qdisc_replace()Gravatar Konstantin Khlebnikov 1-1/+4
2017-08-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2017-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+8
2017-08-18mm, oom: fix potential data corruption when oom_reaper races with writerGravatar Michal Hocko 1-0/+22
2017-08-18mm: discard memblock data laterGravatar Pavel Tatashin 1-2/+4
2017-08-18wait: add wait_event_killable_timeout()Gravatar Luis R. Rodriguez 1-0/+37
2017-08-18mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Gravatar Johannes Weiner 1-2/+8
2017-08-18datagram: When peeking datagrams with offset < 0 don't skip empty skbsGravatar Matthew Dawson 1-3/+1
2017-08-18kernel/watchdog: Prevent false positives with turbo modesGravatar Thomas Gleixner 1-0/+8
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterGravatar Linus Torvalds 1-1/+1
2017-08-16ipv4: better IP_MAX_MTU enforcementGravatar Eric Dumazet 1-2/+2
2017-08-16ptr_ring: use kmalloc_array()Gravatar Eric Dumazet 2-5/+7
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 7-10/+44
2017-08-15net: Fix a typo in comment about sock flags.Gravatar Tonghao Zhang 1-1/+1
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Gravatar Eric Dumazet 1-0/+10
2017-08-15Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub...Gravatar David S. Miller 1-0/+15
2017-08-14udp: fix linear skb reception with PEEK_OFFGravatar Al Viro 1-5/+4
2017-08-14PCI: Disable PCIe Relaxed Ordering if unsupportedGravatar dingtianhong 1-0/+3
2017-08-13Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2017-08-13Merge tag 'staging-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-0/+9
2017-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingGravatar Linus Torvalds 1-0/+1
2017-08-11udp: harden copy_linear_skb()Gravatar Eric Dumazet 1-0/+2
2017-08-11net: fix compilation when busy poll is not enabledGravatar Daniel Borkmann 1-6/+6
2017-08-11bonding: require speed/duplex only for 802.3ad, alb and tlbGravatar Andreas Born 1-0/+5
2017-08-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+7
2017-08-11Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusGravatar Jens Axboe 1-0/+7
2017-08-10Merge tag 'drm-fixes-for-v4.13-rc5' of git://people.freedesktop.org/~airlied/...Gravatar Linus Torvalds 2-4/+5
2017-08-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-29/+42
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemGravatar Minchan Kim 2-1/+9
2017-08-10mm: make tlb_flush_pending globalGravatar Minchan Kim 1-21/+0
2017-08-10mm: refactor TLB gathering APIGravatar Minchan Kim 2-3/+10
2017-08-10mm: migrate: fix barriers around tlb_flush_pendingGravatar Nadav Amit 1-4/+10
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingGravatar Nadav Amit 1-9/+22
2017-08-10Merge tag 'pci-v4.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2017-08-10perf/x86: Fix RDPMC vs. mm_struct trackingGravatar Peter Zijlstra 1-2/+2
2017-08-10nvmet_fc: add defer_req callback for deferment of cmd buffer returnGravatar James Smart 1-0/+7
2017-08-10Merge tag 'drm-misc-fixes-2017-08-08' of git://anongit.freedesktop.org/git/dr...Gravatar Dave Airlie 1-1/+2
2017-08-10Merge branch 'msm-fixes-4.13-rc3' of git://people.freedesktop.org/~robclark/l...Gravatar Dave Airlie 1-3/+3
2017-08-09Merge tag 'pinctrl-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-3/+3
2017-08-09Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+2
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-0/+31
2017-08-09mac80211: add api to start ba session timer expired flowGravatar Naftali Goldstein 1-0/+15
2017-08-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 1-1/+0
2017-08-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 1-2/+0