Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | rxrpc: Fix received abort handling | David Howells | 2018-02-07 | 2 | -5/+14 | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2018-02-07 | 13 | -73/+92 | |
| |\ \ \ \ | ||||||
| | * | | | | netfilter: nf_flow_offload: fix use-after-free and a resource leak | Felix Fietkau | 2018-02-07 | 1 | -20/+7 | |
| | * | | | | netfilter: nf_tables: fix flowtable free | Pablo Neira Ayuso | 2018-02-07 | 5 | -13/+24 | |
| | * | | | | netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_table | Pablo Neira Ayuso | 2018-02-07 | 2 | -18/+25 | |
| | * | | | | netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert | Cong Wang | 2018-02-07 | 1 | -5/+17 | |
| | * | | | | netfilter: nft_flow_offload: no need to flush entries on module removal | Pablo Neira Ayuso | 2018-02-02 | 1 | -6/+0 | |
| | * | | | | netfilter: nft_flow_offload: wait for garbage collector to run after cleanup | Pablo Neira Ayuso | 2018-02-02 | 2 | -4/+5 | |
| | * | | | | netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1() | Cong Wang | 2018-02-02 | 1 | -0/+1 | |
| | * | | | | netfilter: flowtable infrastructure depends on NETFILTER_INGRESS | Pablo Neira Ayuso | 2018-02-02 | 3 | -7/+7 | |
| | * | | | | netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failure | Subash Abhinov Kasiviswanathan | 2018-02-02 | 1 | -0/+1 | |
| | * | | | | netfilter: x_tables: make allocation less aggressive | Michal Hocko | 2018-02-02 | 1 | -1/+6 | |
* | | | | | | Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2018-02-09 | 5 | -23/+33 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context | Trond Myklebust | 2018-02-09 | 1 | -2/+2 | |
| * | | | | | | fix parallelism for rpc tasks | Olga Kornievskaia | 2018-02-08 | 1 | -1/+1 | |
| * | | | | | | Make the xprtiod workqueue unbounded. | Trond Myklebust | 2018-02-07 | 1 | -1/+1 | |
| * | | | | | | SUNRPC: Queue latency-sensitive socket tasks to xprtiod | Trond Myklebust | 2018-02-07 | 2 | -1/+14 | |
| * | | | | | | Merge tag 'nfs-rdma-for-4.16-2' of git://git.linux-nfs.org/projects/anna/linu... | Trond Myklebust | 2018-02-06 | 2 | -5/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | xprtrdma: Fix BUG after a device removal | Chuck Lever | 2018-02-02 | 1 | -3/+3 | |
| | * | | | | | | xprtrdma: Fix calculation of ri_max_send_sges | Chuck Lever | 2018-02-02 | 2 | -2/+2 | |
| * | | | | | | | SUNRPC: Ensure we always close the socket after a connection shuts down | Trond Myklebust | 2018-02-05 | 1 | -13/+10 | |
* | | | | | | | | Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2018-02-08 | 6 | -55/+16 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | svcrdma: Fix Read chunk round-up | Chuck Lever | 2018-02-08 | 1 | -4/+8 | |
| * | | | | | | | | sunrpc: remove dead code in svc_sock_setbufsize | Christoph Hellwig | 2018-02-05 | 1 | -14/+0 | |
| * | | | | | | | | svcrdma: Post Receives in the Receive completion handler | Chuck Lever | 2018-01-18 | 4 | -37/+8 | |
* | | | | | | | | | Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-02-08 | 6 | -129/+95 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | idr: Rename idr_for_each_entry_ext | Matthew Wilcox | 2018-02-06 | 1 | -3/+3 | |
| * | | | | | | | | | cls_u32: Convert to idr_alloc_u32 | Matthew Wilcox | 2018-02-06 | 1 | -13/+10 | |
| * | | | | | | | | | cls_u32: Reinstate cyclic allocation | Matthew Wilcox | 2018-02-06 | 1 | -10/+4 | |
| * | | | | | | | | | cls_flower: Convert to idr_alloc_u32 | Matthew Wilcox | 2018-02-06 | 1 | -16/+10 | |
| * | | | | | | | | | cls_bpf: Convert to use idr_alloc_u32 | Matthew Wilcox | 2018-02-06 | 1 | -14/+10 | |
| * | | | | | | | | | cls_basic: Convert to use idr_alloc_u32 | Matthew Wilcox | 2018-02-06 | 1 | -15/+10 | |
| * | | | | | | | | | cls_api: Convert to idr_alloc_u32 | Matthew Wilcox | 2018-02-06 | 1 | -2/+2 | |
| * | | | | | | | | | net sched actions: Convert to use idr_alloc_u32 | Matthew Wilcox | 2018-02-06 | 1 | -35/+25 | |
| * | | | | | | | | | idr: Delete idr_find_ext function | Matthew Wilcox | 2018-02-06 | 3 | -3/+3 | |
| * | | | | | | | | | idr: Delete idr_replace_ext function | Matthew Wilcox | 2018-02-06 | 5 | -5/+5 | |
| * | | | | | | | | | idr: Delete idr_remove_ext function | Matthew Wilcox | 2018-02-06 | 6 | -13/+13 | |
* | | | | | | | | | | Merge tag 'afs-next-20180208' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-02-08 | 1 | -10/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | afs: Support the AFS dynamic root | David Howells | 2018-02-06 | 1 | -10/+12 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2018-02-08 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | libceph: check kstrndup() return value | Chengguang Xu | 2018-01-29 | 1 | -0/+4 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macro | Andy Shevchenko | 2018-02-07 | 1 | -13/+0 | |
| |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-02-06 | 2 | -36/+25 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | build_bug.h: remove BUILD_BUG_ON_NULL() | Masahiro Yamada | 2018-02-06 | 1 | -4/+4 | |
| * | | | | | | | | | bitmap: replace bitmap_{from,to}_u32array | Yury Norov | 2018-02-06 | 1 | -32/+21 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | RDS: IB: Fix null pointer issue | Guanglei Li | 2018-02-06 | 1 | -1/+2 | |
* | | | | | | | | | net: erspan: fix erspan config overwrite | William Tu | 2018-02-06 | 2 | -18/+0 | |
* | | | | | | | | | net: erspan: fix metadata extraction | William Tu | 2018-02-06 | 2 | -3/+8 | |
* | | | | | | | | | cls_u32: fix use after free in u32_destroy_key() | Paolo Abeni | 2018-02-06 | 1 | -10/+11 | |
* | | | | | | | | | sctp: fix dst refcnt leak in sctp_v4_get_dst | Tommi Rantala | 2018-02-05 | 1 | -6/+4 |