summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-0313-278/+112Star
|\
| * sunrpc: fix debug message in svc_create_xprt()Vasily Averin2018-12-281-2/+2
| * sunrpc: make visible processing error in bc_svc_process()Vasily Averin2018-12-281-2/+2
| * sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2018-12-284-22/+11Star
| * sunrpc: remove svc_rdma_bc_classVasily Averin2018-12-282-63/+0Star
| * sunrpc: remove svc_tcp_bc_classVasily Averin2018-12-281-101/+0Star
| * sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin2018-12-284-34/+0Star
| * sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2018-12-282-3/+0Star
| * sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-283-7/+9
| * sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin2018-12-281-4/+4
| * sunrpc: fix cache_head leak due to queued requestVasily Averin2018-12-041-1/+9
| * svcrdma: Optimize the logic that selects the R_key to invalidateChuck Lever2018-11-292-40/+76
* | Merge tag '9p-for-4.21' of git://github.com/martinetd/linuxLinus Torvalds2019-01-022-0/+22
|\ \
| * | 9p/net: put a lower bound on msizeDominique Martinet2018-12-251-0/+21
| * | net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó2018-11-201-0/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-296-13/+17
|\ \ \
| * | | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-286-6/+6
| * | | mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-284-11/+15
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-282-3/+3
|\ \ \ \
| * | | | RDMA: Start use ib_device_opsKamal Heib2018-12-122-3/+3
* | | | | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-95/+64Star
|\ \ \ \ \
| * | | | | datagram: introduce skb_copy_and_hash_datagram_iter helperSagi Grimberg2018-12-131-1/+19
| * | | | | datagram: consolidate datagram copy to iter helpersSagi Grimberg2018-12-131-94/+42Star
| * | | | | datagram: open-code copy_page_to_iterSagi Grimberg2018-12-131-3/+6
| |/ / / /
* | | | | Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-282-38/+58
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann2018-12-182-38/+58
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-275-11/+11
|\ \ \ \ \
| * | | | | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-1/+1
| * | | | | crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-205-10/+10
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-27310-5214/+11745
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-255-5/+13
| |\ \ \ \ \
| | * | | | | net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki2018-12-241-1/+2
| | * | | | | net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki2018-12-241-2/+5
| | * | | | | ieee802154: lowpan_header_create check must check daddrWillem de Bruijn2018-12-241-0/+3
| | * | | | | iptunnel: Set tun_flags in the iptunnel_metadata_reply from srcwenxu2018-12-241-0/+1
| | * | | | | net: Revert recent Spectre-v1 patches.David S. Miller2018-12-244-9/+0Star
| | * | | | | can: af_can: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-231-0/+2
| | * | | | | packet: validate address length if non-zeroWillem de Bruijn2018-12-231-2/+2
| | * | | | | nfc: af_nfc: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-231-0/+2
| | * | | | | phonet: af_phonet: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-231-0/+3
| | * | | | | net: core: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-12-231-0/+2
| * | | | | | net: dccp: fix kernel crash on module loadPeter Oskolkov2018-12-252-12/+30
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-227-5/+19
| |\| | | | |
| * | | | | | net: minor cleanup in skb_ext_add()Paolo Abeni2018-12-211-5/+2Star
| * | | | | | net: fix possible user-after-free in skb_ext_add()Paolo Abeni2018-12-211-2/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-2140-1659/+1125Star
| |\ \ \ \ \ \
| | * | | | | | netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal2018-12-215-42/+10Star
| | * | | | | | netfilter: conntrack: merge ecache and timestamp sysctl tables with main oneFlorian Westphal2018-12-213-128/+35Star
| | * | | | | | netfilter: conntrack: merge acct and helper sysctl table with main oneFlorian Westphal2018-12-213-128/+22Star
| | * | | | | | netfilter: conntrack: add mnemonics for sysctl tableFlorian Westphal2018-12-211-11/+20