Age | Commit message (Expand) | Author | Files | Lines |
2017-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 30 | -359/+1547 |
2017-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 30 | -1129/+2490 |
2017-05-02 | Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 73 | -3942/+11852 |
2017-05-02 | Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 79 | -1619/+7948 |
2017-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1690 | -45253/+107963 |
2017-05-02 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 137 | -2480/+13710 |
2017-05-02 | Merge branch 'tipc-refactor-socket-receive-functions' | David S. Miller | 1 | -144/+122 |
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 | Merge branch 'thunderx-xdp' | David S. Miller | 6 | -124/+657 |
2017-05-02 | net: thunderx: Optimize page recycling for XDP | Sunil Goutham | 2 | -7/+51 |
2017-05-02 | net: thunderx: Support for XDP header adjustment | Sunil Goutham | 2 | -17/+55 |
2017-05-02 | net: thunderx: Add support for XDP_TX | Sunil Goutham | 3 | -27/+160 |
2017-05-02 | net: thunderx: Add support for XDP_DROP | Sunil Goutham | 3 | -25/+79 |
2017-05-02 | net: thunderx: Add basic XDP support | Sunil Goutham | 5 | -19/+199 |
2017-05-02 | net: thunderx: Cleanup receive buffer allocation | Sunil Goutham | 1 | -9/+9 |
2017-05-02 | net: thunderx: Optimize CQE_TX handling | Sunil Goutham | 2 | -28/+21 |
2017-05-02 | net: thunderx: Optimize RBDR descriptor handling | Sunil Goutham | 2 | -13/+5 |
2017-05-02 | net: thunderx: Support for page recycling | Sunil Goutham | 4 | -20/+119 |
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 | 2 | -2/+15 |
2017-05-02 | Merge branch 'qed-PTP-fixes' | David S. Miller | 4 | -45/+105 |
2017-05-02 | qed*: Fix issues in the ptp filter config implementation. | sudarsana.kalluru@cavium.com | 3 | -43/+98 |
2017-05-02 | qede: Fix concurrency issue in PTP Tx path processing. | sudarsana.kalluru@cavium.com | 2 | -2/+7 |
2017-05-02 | stmmac: Add support for SIMATIC IOT2000 platform | Jan Kiszka | 1 | -1/+25 |
2017-05-02 | net: hns: fix ethtool_get_strings overflow in hns driver | Timmy Li | 4 | -4/+4 |
2017-05-02 | tcp: fix wraparound issue in tcp_lp | Eric Dumazet | 1 | -2/+4 |
2017-05-02 | bpf, arm64: fix jit branch offset related to ldimm64 | Daniel Borkmann | 2 | -4/+49 |
2017-05-02 | bpf, arm64: implement jiting of BPF_XADD | Daniel Borkmann | 5 | -5/+271 |
2017-05-02 | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 18 | -1267/+1139 |
2017-05-02 | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 5 | -15/+13 |
2017-05-02 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -27/+21 |
2017-05-02 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 5 | -53/+40 |
2017-05-02 | Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -24/+20 |
2017-05-02 | Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 11 | -461/+607 |
2017-05-02 | Merge tag 'docs-4.12' of git://git.lwn.net/linux | Linus Torvalds | 132 | -5417/+6111 |
2017-05-02 | Merge tag 'm68k-for-v4.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -362/+278 |
2017-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 115 | -561/+4223 |
2017-05-02 | Merge branch 'bpf-test-prog-fixes' | David S. Miller | 1 | -9/+10 |
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 | selftests: bpf: Use bpf_endian.h in test_xdp.c | David S. Miller | 1 | -9/+8 |
2017-05-02 | xdp: fix parameter kdoc for extack | Jakub Kicinski | 1 | -1/+1 |
2017-05-02 | bpf, samples: fix build warning in cookie_uid_helper_example | Daniel Borkmann | 1 | -3/+3 |
2017-05-02 | Merge branch 'for-4.12/asus' into for-linus | Jiri Kosina | 9348 | -178294/+412295 |
2017-05-02 | Merge branch 'for-4.12/sony' into for-linus | Jiri Kosina | 3 | -814/+876 |
2017-05-02 | Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2... | Jiri Kosina | 2444 | -35199/+74682 |
2017-05-01 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 93 | -711/+1845 |
2017-05-01 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 9 | -36/+110 |
2017-05-01 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 4 | -89/+299 |