Age | Commit message (Expand) | Author | Files | Lines |
2017-05-09 | treewide: convert PF_MEMALLOC manipulations to new helpers | Vlastimil Babka | 2 | -6/+8 |
2017-05-09 | fs: ceph: CURRENT_TIME with ktime_get_real_ts() | Deepa Dinamani | 2 | -4/+6 |
2017-05-09 | format-security: move static strings to const | Kees Cook | 1 | -1/+2 |
2017-05-09 | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 2 | -3/+2 |
2017-05-09 | net: use kvmalloc with __GFP_REPEAT rather than open coded variant | Michal Hocko | 2 | -26/+10 |
2017-05-09 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 10 | -92/+26 |
2017-05-09 | net/ipv6/ila/ila_xlat.c: simplify a strange allocation pattern | Michal Hocko | 1 | -7/+1 |
2017-05-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -1/+0 |
2017-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 20 | -76/+191 |
2017-05-04 | Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -0/+558 |
2017-05-04 | ipv6: initialize route null entry in addrconf_init() | WANG Cong | 2 | -11/+17 |
2017-05-04 | rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string | Michal Schmidt | 1 | -1/+1 |
2017-05-04 | ipv4, ipv6: ensure raw socket message is big enough to hold an IP header | Alexander Potapenko | 2 | -0/+5 |
2017-05-04 | net/sched: remove redundant null check on head | Colin Ian King | 1 | -2/+1 |
2017-05-04 | tcp: do not inherit fastopen_req from parent | Eric Dumazet | 1 | -0/+1 |
2017-05-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -6/+5 |
2017-05-03 | Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 1 | -98/+28 |
2017-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 12 | -59/+162 |
2017-05-03 | netfilter: conntrack: Force inlining of build check to prevent build failure | Geert Uytterhoeven | 1 | -1/+1 |
2017-05-03 | net: ipv6: Do not duplicate DAD on link up | David Ahern | 1 | -2/+3 |
2017-05-03 | netfilter: nf_tables: check if same extensions are set when adding elements | Pablo Neira Ayuso | 1 | -0/+5 |
2017-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 477 | -7528/+13822 |
2017-05-03 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -3/+3 |
2017-05-02 | tipc: refactor function tipc_sk_recv_stream() | Jon Paul Maloy | 1 | -84/+71 |
2017-05-02 | tipc: refactor function tipc_sk_recvmsg() | Jon Paul Maloy | 1 | -59/+50 |
2017-05-02 | ipx: call ipxitf_put() in ioctl error path | Dan Carpenter | 1 | -3/+2 |
2017-05-02 | net: sched: add helpers to handle extended actions | Jiri Pirko | 1 | -1/+1 |
2017-05-02 | tcp: fix wraparound issue in tcp_lp | Eric Dumazet | 1 | -2/+4 |
2017-05-02 | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -1/+0 |
2017-05-02 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -16/+12 |
2017-05-02 | bpf: Align packet data properly in program testing framework. | David Miller | 1 | -5/+5 |
2017-05-02 | bpf: Do not dereference user pointer in bpf_test_finish(). | David Miller | 1 | -4/+5 |
2017-05-02 | audit: normalize NETFILTER_PKT | Richard Guy Briggs | 1 | -97/+27 |
2017-05-02 | netfilter: use consistent ipv4 network offset in xt_AUDIT | Richard Guy Briggs | 1 | -1/+1 |
2017-05-02 | xdp: fix parameter kdoc for extack | Jakub Kicinski | 1 | -1/+1 |
2017-05-02 | xen/9pfs: select CONFIG_XEN_XENBUS_FRONTEND | Arnd Bergmann | 1 | -0/+1 |
2017-05-02 | xen/9pfs: initialize len to 0 to detect xenbus_read errors | Stefano Stabellini | 1 | -1/+1 |
2017-05-02 | xen/9pfs: build 9pfs Xen transport driver | Stefano Stabellini | 2 | -0/+12 |
2017-05-02 | xen/9pfs: receive responses | Stefano Stabellini | 1 | -0/+56 |
2017-05-02 | xen/9pfs: send requests to the backend | Stefano Stabellini | 1 | -2/+85 |
2017-05-02 | xen/9pfs: connect to the backend | Stefano Stabellini | 1 | -0/+281 |
2017-05-02 | xen/9pfs: introduce Xen 9pfs transport driver | Stefano Stabellini | 1 | -0/+125 |
2017-05-02 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+2 |
2017-05-02 | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -11/+2 |
2017-05-01 | ipv6: Need to export ipv6_push_frag_opts for tunneling now. | David S. Miller | 1 | -1/+1 |
2017-05-01 | xfrm: Indicate xfrm_state offload errors | Ilan Tayari | 1 | -3/+6 |
2017-05-01 | net/esp4: Fix invalid esph pointer crash | Ilan Tayari | 1 | -0/+1 |
2017-05-01 | ip6_tunnel: Fix missing tunnel encapsulation limit option | Craig Gallek | 1 | -2/+2 |
2017-05-01 | iov_iter: don't revert iov buffer if csum error | Ding Tianhong | 1 | -6/+7 |
2017-05-01 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 9 | -884/+324 |