aboutsummaryrefslogtreecommitdiffstats
path: root/net/tls/tls_main.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14tls: Use kzalloc for aead_request allocationIlya Lesokhin1-1/+1
2017-11-14bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics changeYonghong Song1-19/+112
2017-11-14bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZEROYonghong Song1-2/+6
2017-11-14bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semanticsYonghong Song1-16/+24
2017-11-14tcp: allow drivers to tweak TSQ logicEric Dumazet3-2/+5
2017-11-14bnx2x: fix slowpath null crashZhu Yanjun1-3/+10
2017-11-14cxgb4: collect SGE queue context dumpRahul Lakkireddy9-0/+195
2017-11-14cxgb4: collect LE-TCAM dumpRahul Lakkireddy6-0/+261
2017-11-14vxlan: fix the issue that neigh proxy blocks all icmpv6 packetsXin Long1-18/+13
2017-11-14xfrm6_tunnel: exit_net cleanup check addedVasily Averin1-0/+8
2017-11-14ppp: exit_net cleanup checks addedVasily Averin1-0/+2
2017-11-14phonet: exit_net cleanup check addedVasily Averin1-0/+3
2017-11-14l2tp: exit_net cleanup check addedVasily Averin1-0/+4
2017-11-14fib_rules: exit_net cleanup check addedVasily Averin1-0/+6
2017-11-14fib_notifier: exit_net cleanup check addedVasily Averin1-0/+6
2017-11-14netdev: exit_net cleanup check addedVasily Averin1-0/+2
2017-11-14vxlan: exit_net cleanup checks addedVasily Averin1-0/+4
2017-11-14packet: exit_net cleanup check addedVasily Averin1-0/+1
2017-11-14geneve: exit_net cleanup check addedVasily Averin1-0/+1
2017-11-14af_key: replace BUG_ON on WARN_ON in net_exit hookVasily Averin1-1/+1
2017-11-13x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()Rafael J. Wysocki1-4/+7
2017-11-14net: dsa: Fix dependencies on bridgeAndrew Lunn1-0/+1
2017-11-13dt-bindings: usb: add #phy-cells to usb-nop-xceivRob Herring1-0/+2
2017-11-13Documentation: sound: hd-audio: notes.rstChris Gorman1-1/+1
2017-11-13/proc/module: fix building without kallsymsArnd Bergmann1-2/+8
2017-11-13kallsyms: fix building without printkArnd Bergmann1-1/+2
2017-11-13MIPS: Add iomem resource for kernel bss section.David Daney1-0/+4
2017-11-13MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMPBen Hutchings2-1/+3
2017-11-13MIPS: BMIPS: Enable HARDIRQS_SW_RESENDJustin Chen1-0/+1
2017-11-13arm64: Make ARMV8_DEPRECATED depend on SYSCTLDave Martin1-0/+1
2017-11-13arm64: Implement __lshrti3 library functionJason A. Donenfeld1-0/+21
2017-11-13MIPS: pci: Make use of the BIT() macro inside the mt7620 driverJohn Crispin1-6/+6
2017-11-13MIPS: pci: Remove KERN_WARN instance inside the mt7620 driverJohn Crispin1-1/+1
2017-11-13MIPS: pci: Remove duplicate define in mt7620 driverJohn Crispin1-1/+0
2017-11-13MIPS: ralink: Fix typo in mt7628 pinmux functionMathias Kresin1-1/+1
2017-11-13MIPS: ralink: Fix MT7628 pinmuxMathias Kresin1-2/+2
2017-11-13power: supply: cpcap-charger: fix incorrect return value checkPan Bian1-1/+1
2017-11-13gpio: tegra186: Remove tegra186_gpio_lock_classAxel Lin1-3/+0
2017-11-13quota: be aware of error from dquot_initializeChao Yu1-1/+1
2017-11-13cpu/hotplug: Get rid of CPU hotplug notifier leftoversThomas Gleixner3-52/+14
2017-11-13kprobes: Don't spam the build log with deprecation warningsIngo Molnar1-6/+6
2017-11-12/proc/module: use the same logic as /proc/kallsyms for address exposureLinus Torvalds3-9/+27
2017-11-13ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlersXin Long1-28/+14
2017-11-13ip6_tunnel: process toobig in a better wayXin Long1-4/+3
2017-11-13ip6_tunnel: add the process for redirect in ip6_tnl_errXin Long1-5/+10
2017-11-13ip6_gre: process toobig in a better wayXin Long1-13/+2
2017-11-13ip6_gre: add the process for redirect in ip6gre_errXin Long1-0/+5
2017-11-13forcedeth: remove redudant assignments in xmitZhu Yanjun1-8/+20
2017-11-13openvswitch: Add meter action supportAndy Zhou4-0/+16
2017-11-13openvswitch: Add meter infrastructureAndy Zhou5-2/+674