summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-12-04netfilter: xt_bpf: add overflow checksJann Horn1-0/+6
2017-12-04netfilter: nfnetlink_cthelper: Add missing permission checksKevin Cernekee1-0/+10
2017-11-28netfilter: conntrack: clamp timeouts to INT_MAXJay Elliott1-3/+9
2017-11-20netfilter: conntrack: lower timeout to RETRANS seconds if window is 0Florian Westphal1-0/+3
2017-11-20netfilter: nf_ct_h323: Extend nf_h323_error_boundary to work on bits as wellEric Sesterhenn1-30/+62
2017-11-20netfilter: nf_ct_h323: Convert CHECK_BOUND macro to functionEric Sesterhenn1-29/+65
2017-11-20netfilter: exit_net cleanup check addedVasily Averin5-0/+27
2017-11-20netfilter: remove redundant assignment to eColin Ian King3-3/+0
2017-11-19tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2-4/+6
2017-11-19gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev1-1/+1
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-66/+133
2017-11-18route: also update fnhe_genid when updating a route cacheXin Long1-2/+7
2017-11-18route: update fnhe_expires for redirect when the fnhe existsXin Long1-3/+2
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long1-10/+19
2017-11-18net/netlabel: Add list_next_rcu() in rcu_dereference().Tim Hansen1-2/+2
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds14-297/+531
2017-11-17sunrpc: remove net pointer from messagesVasily Averin2-7/+7
2017-11-17sunrpc: exit_net cleanup check addedVasily Averin1-0/+3
2017-11-17sunrpc: Add rpc_request static trace pointChuck Lever1-2/+1
2017-11-17sunrpc: Fix rpc_task_begin trace pointChuck Lever1-2/+1
2017-11-17net: sunrpc: mark expected switch fall-throughsGustavo A. R. Silva3-0/+16
2017-11-17xprtrdma: Update copyright noticesChuck Lever4-0/+4
2017-11-17xprtrdma: Remove include for linux/prefetch.hChuck Lever1-1/+0
2017-11-17rpcrdma: Remove C structure definitions of XDR data itemsChuck Lever2-9/+3
2017-11-17xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE modeChuck Lever1-1/+1
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2017-11-17xprtrdma: Remove atomic send completion countingChuck Lever3-33/+0
2017-11-17xprtrdma: RPC completion should wait for Send completionChuck Lever4-4/+34
2017-11-17xprtrdma: Refactor rpcrdma_deferred_completionChuck Lever3-13/+22
2017-11-17xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever4-4/+8
2017-11-17xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever4-32/+247
2017-11-17xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()Chuck Lever1-7/+5
2017-11-17xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever3-24/+38
2017-11-17xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges()Chuck Lever1-14/+24
2017-11-17xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges()Chuck Lever1-1/+1
2017-11-17xprtrdma: Decode credits field in rpcrdma_reply_handlerChuck Lever3-27/+14
2017-11-17xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completionChuck Lever3-23/+36
2017-11-17xprtrdma: Refactor rpcrdma_reply_handler some moreChuck Lever2-57/+69
2017-11-17xprtrdma: Move decoded header fields into rpcrdma_repChuck Lever2-19/+20
2017-11-17xprtrdma: Throw away reply when version is unrecognizedChuck Lever1-9/+8
2017-11-16net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman1-2/+3
2017-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-11/+19
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-16/+4
2017-11-15mm: remove __GFP_COLDMel Gorman1-2/+2
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)5-12/+0
2017-11-15net/rds/ib_fmr.c: use kmalloc_array_node()Johannes Thumshirn1-2/+2
2017-11-16tipc: enforce valid ratio between skb truesize and contentsJon Maloy3-9/+24
2017-11-16netfilter: add ifdef around ctnetlink_proto_sizeArnd Bergmann1-0/+2
2017-11-16genetlink: fix genlmsg_nlhdr()Michal Kubecek2-5/+5
2017-11-16sctp: check stream reset info len before making reconf chunkXin Long2-9/+25