| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-22 | 22 | -63/+194 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-10-21 | 4 | -2/+10 |
| |\ |
|
| | * | tcp/dccp: fix ireq->opt races | Eric Dumazet | 2017-10-21 | 1 | -1/+1 |
| | * | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region | John Fastabend | 2017-10-20 | 2 | -1/+6 |
| | * | tun: call dev_get_valid_name() before register_netdevice() | Cong Wang | 2017-10-16 | 1 | -0/+3 |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2017-10-21 | 2 | -0/+10 |
| |\ \ |
|
| | * | | Input: allow matching device IDs on property bits | Dmitry Torokhov | 2017-10-19 | 2 | -0/+7 |
| | * | | Input: factor out and export input_device_id matching code | Dmitry Torokhov | 2017-10-19 | 1 | -0/+3 |
| * | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2017-10-20 | 1 | -2/+2 |
| |\ \ \ |
|
| | * \ \ | Merge tag 'mvebu-fixes-4.14-2' of git://git.infradead.org/linux-mvebu into fixes | Arnd Bergmann | 2017-10-19 | 1 | -2/+2 |
| | |\ \ \ |
|
| | | * | | | bus: mbus: fix window size calculation for 4GB windows | Jan Luebbe | 2017-10-12 | 1 | -2/+2 |
| * | | | | | Merge branch 'fixes-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-10-20 | 1 | -17/+30 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5 | James Morris | 2017-10-19 | 1 | -17/+30 |
| | |\ \ \ \ \ |
|
| | | * | | | | | KEYS: Fix race between updating and finding a negative key | David Howells | 2017-10-18 | 1 | -17/+30 |
| * | | | | | | | doc: Fix various RCU docbook comment-header problems | Paul E. McKenney | 2017-10-19 | 3 | -9/+16 |
| * | | | | | | | membarrier: Provide register expedited private command | Mathieu Desnoyers | 2017-10-19 | 3 | -7/+35 |
| * | | | | | | | Merge tag 'sound-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2017-10-19 | 1 | -0/+3 |
| |\ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | * | | | | | | ALSA: hda - Fix incorrect TLV callback check introduced during set_fs() removal | Takashi Iwai | 2017-10-18 | 1 | -0/+3 |
| * | | | | | | | Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-10-15 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Drivers: hv: vmbus: Fix bugs in rescind handling | K. Y. Srinivasan | 2017-10-04 | 1 | -1/+1 |
| * | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-10-14 | 1 | -8/+0 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | sched/core: Fix wake_affine() performance regression | Peter Zijlstra | 2017-10-10 | 1 | -8/+0 |
| | | |_|_|_|_|_|/
| | |/| | | | | | |
|
| * | | | | | | | | kmemleak: clear stale pointers from task stacks | Konstantin Khlebnikov | 2017-10-13 | 1 | -1/+1 |
| * | | | | | | | | fs/mpage.c: fix mpage_writepage() for pages with buffers | Matthew Wilcox | 2017-10-13 | 1 | -0/+1 |
| * | | | | | | | | linux/kernel.h: add/correct kernel-doc notation | Randy Dunlap | 2017-10-13 | 1 | -16/+74 |
| * | | | | | | | | include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OF | Arnd Bergmann | 2017-10-13 | 1 | -0/+10 |
| * | | | | | | | | Merge tag 'sound-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2017-10-12 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | / / / / /
| | | |/ / / / /
| | |/| | | | | |
|
| | * | | | | | | ALSA: seq: Fix copy_from_user() call inside lock | Takashi Iwai | 2017-10-09 | 1 | -0/+1 |
| | | |_|/ / /
| | |/| | | | |
|
* | | | | | | | bpf: Adding helper function bpf_getsockops | Lawrence Brakmo | 2017-10-22 | 1 | -4/+15 |
* | | | | | | | bpf: add support for BPF_SOCK_OPS_BASE_RTT | Lawrence Brakmo | 2017-10-22 | 1 | -0/+7 |
* | | | | | | | drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_t | Elena Reshetova | 2017-10-22 | 1 | -2/+2 |
* | | | | | | | drivers, net, mlx5: convert mlx5_cq.refcount from atomic_t to refcount_t | Elena Reshetova | 2017-10-22 | 1 | -2/+2 |
* | | | | | | | drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_t | Elena Reshetova | 2017-10-22 | 1 | -1/+1 |
* | | | | | | | drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_t | Elena Reshetova | 2017-10-22 | 1 | -1/+1 |
* | | | | | | | drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_t | Elena Reshetova | 2017-10-22 | 1 | -2/+2 |
* | | | | | | | net: sched: remove unused is_classid_clsact_ingress/egress helpers | Jiri Pirko | 2017-10-21 | 1 | -13/+0 |
* | | | | | | | net: sched: remove unused classid field from tc_cls_common_offload | Jiri Pirko | 2017-10-21 | 1 | -2/+0 |
* | | | | | | | net: sched: use tc_setup_cb_call to call per-block callbacks | Jiri Pirko | 2017-10-21 | 1 | -2/+2 |
* | | | | | | | net: sched: introduce per-block callbacks | Jiri Pirko | 2017-10-21 | 2 | -0/+82 |
* | | | | | | | net: sched: use extended variants of block_get/put in ingress and clsact qdiscs | Jiri Pirko | 2017-10-21 | 1 | -0/+2 |
* | | | | | | | net: sched: add block bind/unbind notif. and extended block_get/put | Jiri Pirko | 2017-10-21 | 2 | -0/+41 |
* | | | | | | | ipv6: let trace_fib6_table_lookup() dereference the fib table | Paolo Abeni | 2017-10-21 | 1 | -3/+3 |
* | | | | | | | selinux: bpf: Add addtional check for bpf object file receive | Chenbo Feng | 2017-10-20 | 1 | -0/+3 |
* | | | | | | | security: bpf: Add LSM hooks for bpf object related syscall | Chenbo Feng | 2017-10-20 | 3 | -0/+105 |
* | | | | | | | bpf: Add file mode configuration into bpf maps | Chenbo Feng | 2017-10-20 | 2 | -3/+11 |
* | | | | | | | tcp: socket option to set TCP fast open key | Yuchung Cheng | 2017-10-20 | 3 | -2/+6 |
* | | | | | | | net: Add extack to validator_info structs used for address notifier | David Ahern | 2017-10-20 | 2 | -0/+2 |
* | | | | | | | tcp: Remove use of inet6_sk and add IPv6 checks to tracepoint | David Ahern | 2017-10-20 | 1 | -3/+5 |
* | | | | | | | Merge tag 'rxrpc-next-20171018' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller | 2017-10-20 | 1 | -2/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | rxrpc: Provide functions for allowing cleaner handling of signals | David Howells | 2017-10-18 | 1 | -0/+2 |