summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-01-04ipv6: make icmp6_send() robust against null skb->devEric Dumazet
2019-01-04selftests: net: fix/improve ip_defrag selftestPeter Oskolkov
2019-01-04qmi_wwan: add MTU default to qmap network interfaceDaniele Palmas
2019-01-04Merge branch 'hns-fixes'David S. Miller
2019-01-04net: hns: Fix use after free identified by SLUB debugYonglong Liu
2019-01-04net: hns: Fix WARNING when hns modules installedYonglong Liu
2019-01-04net: dsa: mt7530: Drop unused GPIO includeLinus Walleij
2019-01-04Merge branch 'GUE-error-recursion'David S. Miller
2019-01-04fou6: Prevent unbounded recursion in GUE error handlerStefano Brivio
2019-01-04fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio
2019-01-04openvswitch: Fix IPv6 later frags parsingYi-Hung Wei
2019-01-04net: macb: remove unnecessary codeClaudiu Beznea
2019-01-04net: dsa: microchip: Drop unused GPIO includesLinus Walleij
2019-01-04Merge branch 'qed-fixes'David S. Miller
2019-01-04qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrierDenis Bolotin
2019-01-04qed: Fix qed_chain_set_prod() for PBL chains with non power of 2 page countDenis Bolotin
2019-01-04net, skbuff: do not prefer skb allocation fails earlyDavid Rientjes
2019-01-04soc/fsl/qe: fix err handling of ucc_of_parse_tdmWen Yang
2019-01-04r8169: Add support for new Realtek EthernetKai-Heng Feng
2019-01-04netlink: fixup regression in RTM_GETADDRArthur Gautier
2019-01-04octeontx2-af: Fix a resource leak in an error handling path in 'cgx_probe()'Christophe JAILLET
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-03Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2019-01-03Merge tag 'sound-fix-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-02ipv6: Consider sk_bound_dev_if when binding a socket to an addressDavid Ahern
2019-01-02ipv6: Fix dump of specific table with strict checkingDavid Ahern
2019-01-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-01-02Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-01-02Merge tag 'for-4.21/libata-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-01-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-01-02Merge tag 'devprop-4.21-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-01-02Merge tag 'mailbox-v4.21' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds
2019-01-02Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-01-02Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2019-01-02locks: fix error in locks_move_blocks()NeilBrown
2019-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-01-02Merge branch 'prevent-oob-under-speculation'Alexei Starovoitov
2019-01-02bpf: add various test cases to selftestsDaniel Borkmann
2019-01-02bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann
2019-01-02bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann
2019-01-02bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann
2019-01-02bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann
2019-01-02bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann
2019-01-02bpf: enable access to ax register also from verifier rewriteDaniel Borkmann
2019-01-02bpf: move tmp variable into ax register in interpreterDaniel Borkmann
2019-01-02bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann