aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever
2019-01-02xprtrdma: Remove support for FMR memory registrationChuck Lever
2019-01-02xprtrdma: Reduce max_frwr_depthChuck Lever
2019-01-02xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever
2019-01-02xprtrdma: No qp_event disconnectChuck Lever
2019-01-02xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever
2019-01-02xprtrdma: Refactor Receive accountingChuck Lever
2019-01-02xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV failsChuck Lever
2019-01-02xprtrdma: Yet another double DMA-unmapChuck Lever
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn
2019-01-01net: rds: remove unnecessary NULL checkZhu Yanjun
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani
2018-12-30netrom: fix locking in nr_find_socket()Cong Wang
2018-12-30ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang
2018-12-30ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun
2018-12-30ipv4: fib_rules: Fix possible infinite loop in fib_empty_tableYueHaibing
2018-12-30net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET
2018-12-30net: rtnetlink: address is mandatory for rtnl_fdb_getNikolay Aleksandrov
2018-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-12-28ethtool: check the return value of get_regs_lenYunsheng Lin
2018-12-29netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal
2018-12-29netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso
2018-12-29netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso
2018-12-29netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal
2018-12-29netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal
2018-12-29netfilter: nf_conncount: split gc in two phasesFlorian Westphal
2018-12-29netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal
2018-12-29netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer
2018-12-29netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-27sunrpc: fix debug message in svc_create_xprt()Vasily Averin
2018-12-27sunrpc: make visible processing error in bc_svc_process()Vasily Averin
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin
2018-12-27sunrpc: remove svc_rdma_bc_classVasily Averin
2018-12-27sunrpc: remove svc_tcp_bc_classVasily Averin
2018-12-27sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin
2018-12-27sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin
2018-12-27tipc: fix a missing check of genlmsg_putKangjie Lu
2018-12-27ipv6/route: Add a missing check on proc_dointvecAditya Pakki
2018-12-27tipc: fix a double free in tipc_enable_bearer()Cong Wang
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds