aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever5-101/+116
2019-01-02xprtrdma: Remove support for FMR memory registrationChuck Lever4-359/+2
2019-01-02xprtrdma: Reduce max_frwr_depthChuck Lever1-4/+11
2019-01-02xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever3-6/+14
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever5-17/+23
2019-01-02xprtrdma: No qp_event disconnectChuck Lever2-33/+0
2019-01-02xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever4-48/+44
2019-01-02xprtrdma: Refactor Receive accountingChuck Lever4-38/+18
2019-01-02xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV failsChuck Lever1-2/+2
2019-01-02xprtrdma: Yet another double DMA-unmapChuck Lever2-5/+10
2019-01-01ip: validate header length on virtual device xmitWillem de Bruijn8-32/+46
2019-01-01net: rds: remove unnecessary NULL checkZhu Yanjun1-1/+1
2019-01-01sock: Make sock->sk_stamp thread-safeDeepa Dinamani3-12/+20
2018-12-30netrom: fix locking in nr_find_socket()Cong Wang1-5/+10
2018-12-30ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2-2/+11
2018-12-30ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun1-1/+1
2018-12-30ipv4: fib_rules: Fix possible infinite loop in fib_empty_tableYueHaibing1-2/+6
2018-12-30net/ipv6: Fix a test against 'ipv6_find_idev()' return valueChristophe JAILLET1-2/+2
2018-12-30net: rtnetlink: address is mandatory for rtnl_fdb_getNikolay Aleksandrov1-0/+5
2018-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-173/+133
2018-12-28ethtool: check the return value of get_regs_lenYunsheng Lin1-2/+10
2018-12-29netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal1-1/+1
2018-12-29netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso1-32/+15
2018-12-29netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso1-26/+20
2018-12-29netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2-91/+69
2018-12-29netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal1-11/+7
2018-12-29netfilter: nf_conncount: split gc in two phasesFlorian Westphal1-3/+19
2018-12-29netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal1-1/+1
2018-12-29netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer1-14/+5
2018-12-29netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu1-0/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-13/+17
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-3/+3
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds1-95/+64
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds2-38/+58
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS6-6/+6
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS4-11/+15
2018-12-27sunrpc: fix debug message in svc_create_xprt()Vasily Averin1-2/+2
2018-12-27sunrpc: make visible processing error in bc_svc_process()Vasily Averin1-2/+2
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin4-22/+11
2018-12-27sunrpc: remove svc_rdma_bc_classVasily Averin2-63/+0
2018-12-27sunrpc: remove svc_tcp_bc_classVasily Averin1-101/+0
2018-12-27sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin4-34/+0
2018-12-27sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2-3/+0
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin3-7/+9
2018-12-27sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2018-12-27tipc: fix a missing check of genlmsg_putKangjie Lu1-0/+2
2018-12-27ipv6/route: Add a missing check on proc_dointvecAditya Pakki1-1/+5
2018-12-27tipc: fix a double free in tipc_enable_bearer()Cong Wang1-1/+0
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-11/+11
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds310-5214/+11745