summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-10-22bpf: Adding helper function bpf_getsockopsLawrence Brakmo
2017-10-22bpf: add support for BPF_SOCK_OPS_BASE_RTTLawrence Brakmo
2017-10-22drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_tElena Reshetova
2017-10-22drivers, net, mlx5: convert mlx5_cq.refcount from atomic_t to refcount_tElena Reshetova
2017-10-22drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_tElena Reshetova
2017-10-22drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_tElena Reshetova
2017-10-22drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_tElena Reshetova
2017-10-21net: sched: remove unused is_classid_clsact_ingress/egress helpersJiri Pirko
2017-10-21net: sched: remove unused classid field from tc_cls_common_offloadJiri Pirko
2017-10-21net: sched: use tc_setup_cb_call to call per-block callbacksJiri Pirko
2017-10-21net: sched: introduce per-block callbacksJiri Pirko
2017-10-21net: sched: use extended variants of block_get/put in ingress and clsact qdiscsJiri Pirko
2017-10-21net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko
2017-10-21ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni
2017-10-20selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng
2017-10-20security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern
2017-10-20tcp: Remove use of inet6_sk and add IPv6 checks to tracepointDavid Ahern
2017-10-20Merge tag 'rxrpc-next-20171018' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2017-10-19dql: make dql_init return voidStephen Hemminger
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-10-18bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski
2017-10-18bpf: remove the verifier ops from program structureJakub Kicinski
2017-10-18bpf: split verifier and program opsJakub Kicinski
2017-10-18tcp: Check daddr_cache before use in tracepointDavid Ahern
2017-10-18tcp: Use pI6c in tcp tracepointDavid Ahern
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook
2017-10-18inet/connection_sock: Convert timers to use timer_setup()Kees Cook
2017-10-18net/decnet: Convert timers to use timer_setup()Kees Cook
2017-10-18net: dsa: add dsa_to_port helperVivien Didelot
2017-10-18net: dsa: split dsa_port's netdev memberVivien Didelot
2017-10-18bpf: cpumap add tracepointsJesper Dangaard Brouer
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer
2017-10-18rxrpc: Provide functions for allowing cleaner handling of signalsDavid Howells
2017-10-18rxrpc: Support service upgrade from a kernel serviceDavid Howells
2017-10-17ethtool: add ethtool_intersect_link_masksAlan Brady
2017-10-16tracing: bpf: Hide bpf trace events when they are not usedSteven Rostedt (VMware)
2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostWei Wang
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko
2017-10-16net: sched: teach tcf_bind/unbind_filter to use block->qJiri Pirko
2017-10-16net: sched: introduce tcf_block_q and tcf_block_dev helpersJiri Pirko
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-10-16mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck
2017-10-16Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2017-10-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller