| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-11-01 | bpf: reduce verifier memory consumption |  Alexei Starovoitov | 1 | -3/+13 |
| 2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 7 | -33/+43 |
| 2017-10-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  Linus Torvalds | 3 | -19/+21 |
| 2017-10-29 | sctp: fix some type cast warnings introduced since very beginning |  Xin Long | 1 | -1/+1 |
| 2017-10-29 | sctp: fix some type cast warnings introduced by stream reconf |  Xin Long | 1 | -16/+16 |
| 2017-10-28 | tap: reference to KVA of an unloaded module causes kernel panic |  Girish Moodalbail | 1 | -2/+2 |
| 2017-10-27 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -11/+16 |
| 2017-10-27 | net/sched: Add support for HW offloading for CBS |  Vinicius Costa Gomes | 1 | -0/+1 |
| 2017-10-27 | net: dsa: lan9303: Move struct lan9303 to include/linux/dsa/lan9303.h |  Egil Hjelmeland | 1 | -0/+36 |
| 2017-10-27 | bpf: remove tail_call and get_stackid helper declarations from bpf.h |  Gianluca Borello | 1 | -3/+0 |
| 2017-10-27 | drivers/net: wan/sdla: Convert timers to use timer_setup() |  Kees Cook | 1 | -0/+1 |
| 2017-10-26 | tcp: TCP experimental option for SMC |  Ursula Braun | 1 | -2/+7 |
| 2017-10-26 | net/mlx5e: DCBNL, Implement tc with ets type and zero bandwidth |  Huy Nguyen | 1 | -0/+2 |
| 2017-10-26 | macvlan: remove unused fields in struct macvlan_dev |  Girish Moodalbail | 2 | -15/+4 |
| 2017-10-25 | bpf: permit multiple bpf attachments for a single perf event |  Yonghong Song | 2 | -9/+64 |
| 2017-10-24 | PM / QoS: Fix device resume latency PM QoS |  Rafael J. Wysocki | 1 | -2/+3 |
| 2017-10-24 | tcp: Configure TFO without cookie per socket and/or per route |  Christoph Paasch | 1 | -1/+2 |
| 2017-10-23 | sched/swait: Document it clearly that the swait facilities are special and shouldn't be used |  Davidlohr Bueso | 1 | -11/+16 |
| 2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 17 | -55/+168 |
| 2017-10-22 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -1/+3 |
| 2017-10-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  Linus Torvalds | 2 | -1/+4 |
| 2017-10-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input |  Linus Torvalds | 2 | -0/+10 |
| 2017-10-22 | drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_t |  Elena Reshetova | 1 | -2/+2 |
| 2017-10-22 | drivers, net, mlx5: convert mlx5_cq.refcount from atomic_t to refcount_t |  Elena Reshetova | 1 | -2/+2 |
| 2017-10-22 | drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_t |  Elena Reshetova | 1 | -1/+1 |
| 2017-10-22 | drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_t |  Elena Reshetova | 1 | -1/+1 |
| 2017-10-22 | drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_t |  Elena Reshetova | 1 | -2/+2 |
| 2017-10-21 | net: sched: add block bind/unbind notif. and extended block_get/put |  Jiri Pirko | 1 | -0/+1 |
| 2017-10-20 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc |  Linus Torvalds | 1 | -2/+2 |
| 2017-10-20 | selinux: bpf: Add addtional check for bpf object file receive |  Chenbo Feng | 1 | -0/+3 |
| 2017-10-20 | security: bpf: Add LSM hooks for bpf object related syscall |  Chenbo Feng | 3 | -0/+105 |
| 2017-10-20 | bpf: Add file mode configuration into bpf maps |  Chenbo Feng | 1 | -3/+5 |
| 2017-10-20 | net: Add extack to validator_info structs used for address notifier |  David Ahern | 1 | -0/+1 |
| 2017-10-20 | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region |  John Fastabend | 1 | -1/+1 |
| 2017-10-20 | Merge branch 'fixes-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security |  Linus Torvalds | 1 | -17/+30 |
| 2017-10-19 | doc: Fix various RCU docbook comment-header problems |  Paul E. McKenney | 3 | -9/+16 |
| 2017-10-19 | membarrier: Provide register expedited private command |  Mathieu Desnoyers | 2 | -0/+19 |
| 2017-10-19 | Input: allow matching device IDs on property bits |  Dmitry Torokhov | 2 | -0/+7 |
| 2017-10-19 | Input: factor out and export input_device_id matching code |  Dmitry Torokhov | 1 | -0/+3 |
| 2017-10-19 | Merge tag 'mvebu-fixes-4.14-2' of git://git.infradead.org/linux-mvebu into fixes |  Arnd Bergmann | 1 | -2/+2 |
| 2017-10-19 | dql: make dql_init return void |  Stephen Hemminger | 1 | -1/+1 |
| 2017-10-19 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue |  David S. Miller | 1 | -0/+10 |
| 2017-10-19 | Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5 |  James Morris | 1 | -17/+30 |
| 2017-10-18 | bpf: move knowledge about post-translation offsets out of verifier |  Jakub Kicinski | 1 | -0/+3 |
| 2017-10-18 | bpf: remove the verifier ops from program structure |  Jakub Kicinski | 2 | -1/+1 |
| 2017-10-18 | bpf: split verifier and program ops |  Jakub Kicinski | 2 | -19/+24 |
| 2017-10-18 | bpf: cpumap xdp_buff to skb conversion and allocation |  Jesper Dangaard Brouer | 1 | -0/+1 |
| 2017-10-18 | bpf: XDP_REDIRECT enable use of cpumap |  Jesper Dangaard Brouer | 1 | -1/+30 |
| 2017-10-18 | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP |  Jesper Dangaard Brouer | 1 | -0/+1 |
| 2017-10-18 | KEYS: Fix race between updating and finding a negative key |  David Howells | 1 | -17/+30 |