aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 32-193/+193
2018-02-11Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 41-177/+385
2018-02-09Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 5-23/+33
2018-02-09sctp: verify size of a new chunk in _sctp_make_chunk()Gravatar Alexey Kodanev 1-1/+6
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-5/+56
2018-02-09SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible contextGravatar Trond Myklebust 1-2/+2
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 6-55/+16
2018-02-08Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 6-129/+95
2018-02-08fix parallelism for rpc tasksGravatar Olga Kornievskaia 1-1/+1
2018-02-08tipc: fix skb truesize/datasize ratio controlGravatar Hoang Le 1-2/+2
2018-02-08net/sched: cls_u32: fix cls_u32 on filter replaceGravatar Ivan Vecera 1-1/+2
2018-02-08mpls, nospec: Sanitize array index in mpls_label_ok()Gravatar Dan Williams 1-10/+14
2018-02-08rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...Gravatar Sowmini Varadhan 11-30/+76
2018-02-08net: Whitelist the skbuff_head_cache "cb" fieldGravatar Kees Cook 1-1/+3
2018-02-08Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-10/+12
2018-02-08Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-0/+4
2018-02-08rtnetlink: require unique netns identifierGravatar Christian Brauner 1-0/+48
2018-02-08netlink: ensure to loop over all netns in genlmsg_multicast_allns()Gravatar Nicolas Dichtel 1-2/+10
2018-02-08rxrpc: Don't put crypto buffers on the stackGravatar David Howells 2-41/+52
2018-02-08svcrdma: Fix Read chunk round-upGravatar Chuck Lever 1-4/+8
2018-02-07tcp: tracepoint: only call trace_tcp_send_reset with full socketGravatar Song Liu 2-2/+4
2018-02-07sch_netem: Bug fixing in calculating Netem intervalGravatar Md. Islam 1-1/+1
2018-02-07net/ipv6: onlink nexthop checks should default to main tableGravatar David Ahern 1-2/+3
2018-02-07net/ipv6: Handle reject routes with onlink flagGravatar David Ahern 1-1/+2
2018-02-07rxrpc: Fix received abort handlingGravatar David Howells 2-5/+14
2018-02-07Make the xprtiod workqueue unbounded.Gravatar Trond Myklebust 1-1/+1
2018-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 13-73/+92
2018-02-07SUNRPC: Queue latency-sensitive socket tasks to xprtiodGravatar Trond Myklebust 2-1/+14
2018-02-07netfilter: nf_flow_offload: fix use-after-free and a resource leakGravatar Felix Fietkau 1-20/+7
2018-02-07seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroGravatar Andy Shevchenko 1-13/+0
2018-02-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-36/+25
2018-02-06build_bug.h: remove BUILD_BUG_ON_NULL()Gravatar Masahiro Yamada 1-4/+4
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayGravatar Yury Norov 1-32/+21
2018-02-07netfilter: nf_tables: fix flowtable freeGravatar Pablo Neira Ayuso 5-13/+24
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tableGravatar Pablo Neira Ayuso 2-18/+25
2018-02-07netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertGravatar Cong Wang 1-5/+17
2018-02-06idr: Rename idr_for_each_entry_extGravatar Matthew Wilcox 1-3/+3
2018-02-06cls_u32: Convert to idr_alloc_u32Gravatar Matthew Wilcox 1-13/+10
2018-02-06cls_u32: Reinstate cyclic allocationGravatar Matthew Wilcox 1-10/+4
2018-02-06cls_flower: Convert to idr_alloc_u32Gravatar Matthew Wilcox 1-16/+10
2018-02-06cls_bpf: Convert to use idr_alloc_u32Gravatar Matthew Wilcox 1-14/+10
2018-02-06cls_basic: Convert to use idr_alloc_u32Gravatar Matthew Wilcox 1-15/+10
2018-02-06cls_api: Convert to idr_alloc_u32Gravatar Matthew Wilcox 1-2/+2
2018-02-06net sched actions: Convert to use idr_alloc_u32Gravatar Matthew Wilcox 1-35/+25
2018-02-06idr: Delete idr_find_ext functionGravatar Matthew Wilcox 3-3/+3
2018-02-06idr: Delete idr_replace_ext functionGravatar Matthew Wilcox 5-5/+5
2018-02-06idr: Delete idr_remove_ext functionGravatar Matthew Wilcox 6-13/+13
2018-02-06Merge tag 'nfs-rdma-for-4.16-2' of git://git.linux-nfs.org/projects/anna/linu...Gravatar Trond Myklebust 2-5/+5
2018-02-06RDS: IB: Fix null pointer issueGravatar Guanglei Li 1-1/+2