summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2019-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-89/+1433
2019-01-02Merge branch 'prevent-oob-under-speculation'Alexei Starovoitov-88/+1432
2019-01-02bpf: add various test cases to selftestsDaniel Borkmann-3/+1105
2019-01-02bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann-6/+189
2019-01-02bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann-1/+5
2019-01-02bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann-1/+8
2019-01-02bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann-22/+41
2019-01-02bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann-0/+11
2019-01-02bpf: enable access to ax register also from verifier rewriteDaniel Borkmann-6/+21
2019-01-02bpf: move tmp variable into ax register in interpreterDaniel Borkmann-18/+19
2019-01-02bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann-38/+40
2019-01-02isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet-2/+2
2019-01-02ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() errorStefano Brivio-1/+3
2019-01-02net/hamradio/6pack: use mod_timer() to rearm timersEric Dumazet-12/+4
2019-01-02net-next/hinic:add shutdown callbackXue Chaojing-0/+6
2019-01-01net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENTHuazhong Tan-3/+4
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn-32/+66
2019-01-01tap: call skb_probe_transport_header after setting skb->devWillem de Bruijn-2/+1
2019-01-01ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()Cong Wang-0/+2
2019-01-01net: rds: remove unnecessary NULL checkZhu Yanjun-1/+1
2019-01-01add document for TCP OFO, PAWS and skip ACK countersyupeng-1/+239
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani-15/+55
2019-01-01selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu-1/+1
2018-12-31ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler-1/+5
2018-12-30r8169: fix WoL device wakeup enableHeiner Kallweit-2/+2
2018-12-30netrom: fix locking in nr_find_socket()Cong Wang-5/+10
2018-12-30net/wan: fix a double free in x25_asy_open_tty()Cong Wang-0/+2
2018-12-30ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang-2/+11
2018-12-30ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun-1/+1
2018-12-30ipv4: fib_rules: Fix possible infinite loop in fib_empty_tableYueHaibing-2/+6
2018-12-30net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET-2/+2
2018-12-30net: rtnetlink: address is mandatory for rtnl_fdb_getNikolay Aleksandrov-0/+5
2018-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-189/+136
2018-12-28fsl/fman: Use GFP_ATOMIC in {memac,tgec}_add_hash_mac_address()Scott Wood-2/+2
2018-12-28isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI...Jia-Ju Bai-0/+2
2018-12-28ethtool: check the return value of get_regs_lenYunsheng Lin-2/+10
2018-12-29netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal-1/+1
2018-12-29netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso-33/+15
2018-12-29netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso-26/+20
2018-12-29netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal-106/+72
2018-12-29netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal-11/+7
2018-12-29netfilter: nf_conncount: split gc in two phasesFlorian Westphal-3/+19
2018-12-29netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal-1/+1
2018-12-29netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer-14/+5
2018-12-29netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu-0/+2
2018-12-27include/linux/phy/phy.h: fix minor kerneldoc errorsRobert P. J. Day-1/+1
2018-12-27phy.h: fix obvious errors in doc and kerneldoc contentRobert P. J. Day-5/+8
2018-12-27net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()Wen Yang-1/+0
2018-12-27net: marvell: fix a missing check of acpi_match_deviceKangjie Lu-0/+2
2018-12-27tipc: fix a missing check of genlmsg_putKangjie Lu-0/+2