aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-01l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault3-16/+35
2017-04-01l2tp: hold session while sending creation notificationsGuillaume Nault1-2/+4
2017-04-01l2tp: fix duplicate session creationGuillaume Nault3-56/+84
2017-04-01l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault1-4/+11
2017-04-01l2tp: fix race in l2tp_recv_common()Guillaume Nault4-23/+88
2017-04-01sctp: use right in and out stream cntXin Long4-12/+11
2017-04-01Merge tag 'mac80211-for-davem-2017-03-31' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2-7/+6
2017-04-01Merge branch 'bpf-map_value_adj-reg-types-fixes'David S. Miller4-26/+322
2017-04-01bpf: add various verifier test cases for self-testsDaniel Borkmann3-6/+283
2017-04-01bpf, verifier: fix rejection of unaligned access checks for map_value_adjDaniel Borkmann1-20/+38
2017-04-01bpf, verifier: fix alu ops against map_value{, _adj} register typesDaniel Borkmann1-0/+1
2017-04-01r8152: The Microsoft Surface docks also use R8152 v2René Rebe2-0/+18
2017-04-01openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei1-2/+8
2017-04-01net/faraday: Explicitly include linux/of.h and linux/property.hMark Brown1-0/+2
2017-04-01net: hns: Add ACPI support to check SFP presentDaode Huang2-5/+34
2017-03-30be2net: Fix endian issue in logical link config commandSuresh Reddy1-3/+6
2017-03-30sctp: alloc stream info when initializing asocXin Long4-17/+45
2017-03-30net/packet: fix overflow in check for tp_reserveAndrey Konovalov1-0/+2
2017-03-30net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov1-0/+2
2017-03-30net/packet: fix overflow in check for priv area sizeAndrey Konovalov1-2/+2
2017-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-130/+206
2017-03-29ezchip: nps_enet: check if napi has been completedZakharov Vlad1-3/+1
2017-03-29Merge branch 'bnxt_en-fixes'David S. Miller1-6/+24
2017-03-29bnxt_en: Fix DMA unmapping of the RX buffers in XDP mode during shutdown.Michael Chan1-5/+10
2017-03-29bnxt_en: Correct the order of arguments to netdev_err() in bnxt_set_tpa()Sankar Patchineelam1-1/+1
2017-03-29bnxt_en: Fix NULL pointer dereference in reopen failure pathSankar Patchineelam1-0/+13
2017-03-29l2tp: purge socket queues in the .destruct() callbackGuillaume Nault1-3/+4
2017-03-29l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2-4/+6
2017-03-29mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg1-1/+2
2017-03-29netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang1-2/+7
2017-03-29cfg80211: check rdev resume callback only for registered wiphyArend Van Spriel1-6/+4
2017-03-28openvswitch: Fix refcount leak on force commit.Jarno Rajahalme1-2/+2
2017-03-28rocker: fix Wmaybe-uninitialized false-positiveArnd Bergmann1-7/+4
2017-03-28net/mlx5: Avoid dereferencing uninitialized pointerTalat Batheesh1-2/+3
2017-03-28net: moxa: fix TX overrun memory leakJonas Jensen2-2/+19
2017-03-28isdn: kcapi: avoid uninitialized dataArnd Bergmann1-0/+1
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long3-3/+3
2017-03-27net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland1-1/+1
2017-03-27MAINTAINERS: Add Andrew Lunn as co-maintainer of PHYLIBFlorian Fainelli1-0/+1
2017-03-27netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng1-18/+1
2017-03-27netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregisterLiping Zhang1-3/+10
2017-03-27netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash tableLiping Zhang1-96/+81
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang5-1/+7
2017-03-25irda: vlsi_ir: fix check for DMA mapping errorsAlexey Khoroshilov1-4/+4
2017-03-25net: hns: avoid gcc-7.0.1 warning for uninitialized dataArnd Bergmann1-0/+1
2017-03-25net: hns: fix uninitialized data useArnd Bergmann1-2/+3
2017-03-24bpf: improve verifier packet range checksAlexei Starovoitov2-2/+23
2017-03-24ping: implement proper lockingEric Dumazet1-2/+3
2017-03-24i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck1-4/+12
2017-03-24secure_seq: downgrade to per-host timestamp offsetsFlorian Westphal1-2/+29