Age | Commit message (Expand) | Author |
2017-10-25 | bpf: permit multiple bpf attachments for a single perf event | Yonghong Song |
2017-10-24 | tcp: Configure TFO without cookie per socket and/or per route | Christoph Paasch |
2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-10-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds |
2017-10-22 | drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, mlx5: convert mlx5_cq.refcount from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_t | Elena Reshetova |
2017-10-21 | net: sched: add block bind/unbind notif. and extended block_get/put | Jiri Pirko |
2017-10-20 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds |
2017-10-20 | selinux: bpf: Add addtional check for bpf object file receive | Chenbo Feng |
2017-10-20 | security: bpf: Add LSM hooks for bpf object related syscall | Chenbo Feng |
2017-10-20 | bpf: Add file mode configuration into bpf maps | Chenbo Feng |
2017-10-20 | net: Add extack to validator_info structs used for address notifier | David Ahern |
2017-10-20 | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region | John Fastabend |
2017-10-20 | Merge branch 'fixes-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-10-19 | doc: Fix various RCU docbook comment-header problems | Paul E. McKenney |
2017-10-19 | membarrier: Provide register expedited private command | Mathieu Desnoyers |
2017-10-19 | Input: allow matching device IDs on property bits | Dmitry Torokhov |
2017-10-19 | Input: factor out and export input_device_id matching code | Dmitry Torokhov |
2017-10-19 | Merge tag 'mvebu-fixes-4.14-2' of git://git.infradead.org/linux-mvebu into fixes | Arnd Bergmann |
2017-10-19 | dql: make dql_init return void | Stephen Hemminger |
2017-10-19 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller |
2017-10-19 | Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5 | James Morris |
2017-10-18 | bpf: move knowledge about post-translation offsets out of verifier | Jakub Kicinski |
2017-10-18 | bpf: remove the verifier ops from program structure | Jakub Kicinski |
2017-10-18 | bpf: split verifier and program ops | Jakub Kicinski |
2017-10-18 | bpf: cpumap xdp_buff to skb conversion and allocation | Jesper Dangaard Brouer |
2017-10-18 | bpf: XDP_REDIRECT enable use of cpumap | Jesper Dangaard Brouer |
2017-10-18 | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP | Jesper Dangaard Brouer |
2017-10-18 | KEYS: Fix race between updating and finding a negative key | David Howells |
2017-10-17 | ethtool: add ethtool_intersect_link_masks | Alan Brady |
2017-10-16 | tun: call dev_get_valid_name() before register_netdevice() | Cong Wang |
2017-10-16 | Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller |
2017-10-15 | Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2017-10-14 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-10-14 | net/mlx5: PTP code migration to driver core section | Feras Daoud |
2017-10-13 | kmemleak: clear stale pointers from task stacks | Konstantin Khlebnikov |
2017-10-13 | fs/mpage.c: fix mpage_writepage() for pages with buffers | Matthew Wilcox |
2017-10-13 | linux/kernel.h: add/correct kernel-doc notation | Randy Dunlap |
2017-10-13 | include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OF | Arnd Bergmann |
2017-10-13 | i40e/i40evf: don't trust VF to reset itself | Alan Brady |
2017-10-12 | net: phy: broadcom: support new device flag for setting master mode | Rafał Miłecki |
2017-10-12 | bus: mbus: fix window size calculation for 4GB windows | Jan Luebbe |
2017-10-11 | Merge tag 'mac80211-next-for-davem-2017-10-11' of git://git.kernel.org/pub/sc... | David S. Miller |
2017-10-10 | bpf: write back the verifier log buffer as it gets filled | Jakub Kicinski |
2017-10-10 | bpf: move global verifier log into verifier environment | Jakub Kicinski |
2017-10-10 | bpf: encapsulate verifier log state into a structure | Jakub Kicinski |