summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | xfrm: do unconditional template resolution before pcpu cache checkFlorian Westphal2017-11-031-18/+24
| | | * | | | xfrm: defer daddr pointer assignment after spi parsingFlorian Westphal2017-11-021-2/+2
| | * | | | | Merge branch 'net-sched-race-fix'David S. Miller2017-11-0931-63/+198
| | |\ \ \ \ \
| | | * | | | | cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-1/+7
| | | * | | | | cls_tcindex: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-7/+26
| | | * | | | | cls_rsvp: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+12
| | | * | | | | cls_route: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+14
| | | * | | | | cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+12
| | | * | | | | cls_fw: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+14
| | | * | | | | cls_flower: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-3/+13
| | | * | | | | cls_flow: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-6/+18
| | | * | | | | cls_cgroup: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-6/+18
| | | * | | | | cls_bpf: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-1/+6
| | | * | | | | cls_basic: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-5/+15
| | | * | | | | net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang2017-11-092-0/+25
| | | * | | | | Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-0918-22/+18
| | |/ / / / /
| | * | | | | net: usb: asix: fill null-ptr-deref in asix_suspendAndrey Konovalov2017-11-091-2/+2
| | * | | | | Revert "net: usb: asix: fill null-ptr-deref in asix_suspend"David S. Miller2017-11-091-1/+1
| | * | | | | qmi_wwan: Add missing skb_reset_mac_header-callKristian Evensen2017-11-081-0/+1
| | * | | | | bonding: fix slave stuck in BOND_LINK_FAIL stateJay Vosburgh2017-11-081-0/+1
| | * | | | | qrtr: Move to postcore_initcallBjorn Andersson2017-11-081-1/+1
| | * | | | | net: qmi_wwan: fix divide by 0 on bad descriptorsBjørn Mork2017-11-081-1/+1
| | * | | | | net: cdc_ether: fix divide by 0 on bad descriptorsBjørn Mork2017-11-081-1/+1
| | * | | | | bonding: discard lowest hash bit for 802.3ad layer3+4Hangbin Liu2017-11-081-1/+1
| | * | | | | net/mlx5e/core/en_fs: fix pointer dereference after free in mlx5e_execute_l2_...Gustavo A. R. Silva2017-11-081-5/+8
| | * | | | | net: mvpp2: Prevent userspace from changing TX affinitiesMarc Zyngier2017-11-081-0/+4
| | * | | | | tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha2017-11-051-1/+1
| | * | | | | l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault2017-11-052-30/+18
| | * | | | | net: usb: asix: fill null-ptr-deref in asix_suspendAndrey Konovalov2017-11-041-1/+1
| | * | | | | netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-042-0/+8
| | * | | | | cxgb4: update latest firmware version supportedGanesh Goudar2017-11-041-3/+3
| * | | | | | x86/mm: Unbreak modules that rely on external PAGE_KERNEL availabilityJiri Kosina2017-11-081-1/+1
| * | | | | | Merge branch 'fixes-v4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-081-2/+2
| |\ \ \ \ \ \
| | * | | | | | KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers2017-11-081-2/+2
| * | | | | | | apparmor: fix off-by-one comparison on MAXMAPPED_SIGJohn Johansen2017-11-081-2/+2
| |/ / / / / /
| * | | | | | drivers/ide-cd: Handle missing driver data during status check gracefullyBorislav Petkov2017-11-071-1/+6
| * | | | | | Revert "scsi: make 'state' device attribute pollable"Linus Torvalds2017-11-072-7/+1
| * | | | | | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-061-1/+2
| |\ \ \ \ \ \
| | * | | | | | workqueue: Fix NULL pointer dereferenceLi Bin2017-10-301-1/+2
| * | | | | | | scripts: add leaking_addresses.plTobin C. Harding2017-11-062-0/+310
| * | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-063-13/+15
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | crypto: ccm - preserve the IV bufferRomain Izard2017-11-031-1/+3
| | * | | | | | crypto: x86/sha1-mb - fix panic due to unaligned accessAndrey Ryabinin2017-11-031-6/+6
| | * | | | | | crypto: x86/sha256-mb - fix panic due to unaligned accessAndrey Ryabinin2017-11-031-6/+6
| * | | | | | | Linux 4.14-rc8v4.14-rc8Linus Torvalds2017-11-051-1/+1
| * | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-056-7/+38
| |\ \ \ \ \ \ \
| | * | | | | | | x86/module: Detect and skip invalid relocationsJosh Poimboeuf2017-11-051-0/+13
| | * | | | | | | Revert "x86/mm: Stop calling leave_mm() in idle code"Andy Lutomirski2017-11-045-7/+25
| * | | | | | | | Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-94/+27
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86/mcelog: Get rid of RCU remnantsBorislav Petkov2017-11-011-94/+27