aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-27tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet2-2/+2
2017-10-27tcp: Namespace-ify sysctl_tcp_thin_linear_timeoutsEric Dumazet2-2/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet2-1/+2
2017-10-27tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet2-1/+1
2017-10-27drivers/net: wan/sdla: Convert timers to use timer_setup()Kees Cook1-0/+1
2017-10-27net: updating dst lastusage is an unlikely event.Paolo Abeni1-1/+1
2017-10-26tcp: TCP experimental option for SMCUrsula Braun3-3/+16
2017-10-26macvlan: remove unused fields in struct macvlan_devGirish Moodalbail2-15/+4
2017-10-25net: LLC: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-25bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long1-4/+0
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song3-12/+67
2017-10-25ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani1-0/+2
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch4-2/+7
2017-10-24net/sock: Update sk rcu iterator macro.Tim Hansen1-2/+2
2017-10-24ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet1-1/+1
2017-10-24tcp: add tracepoint trace_tcp_set_state()Song Liu1-0/+76
2017-10-24tcp: add tracepoint trace_tcp_destroy_sockSong Liu1-0/+7
2017-10-24tcp: add tracepoint trace_tcp_receive_resetSong Liu1-0/+66
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu1-0/+11
2017-10-24tcp: mark trace event arguments sk and skb as constSong Liu1-4/+4
2017-10-24tcp: add trace event class tcp_event_sk_skbSong Liu1-1/+14
2017-10-24Merge tag 'batadv-next-for-davem-20171023' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-79/+290
2017-10-23batman-adv: use inline kernel-doc for uapi constantsSven Eckelmann1-79/+290
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-63/+194
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-2/+10
2017-10-22bpf: Adding helper function bpf_getsockopsLawrence Brakmo1-4/+15
2017-10-22bpf: add support for BPF_SOCK_OPS_BASE_RTTLawrence Brakmo1-0/+7
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-0/+10
2017-10-22drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_tElena Reshetova1-2/+2
2017-10-22drivers, net, mlx5: convert mlx5_cq.refcount from atomic_t to refcount_tElena Reshetova1-2/+2
2017-10-22drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_tElena Reshetova1-1/+1
2017-10-22drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_tElena Reshetova1-1/+1
2017-10-22drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_tElena Reshetova1-2/+2
2017-10-21net: sched: remove unused is_classid_clsact_ingress/egress helpersJiri Pirko1-13/+0
2017-10-21net: sched: remove unused classid field from tc_cls_common_offloadJiri Pirko1-2/+0
2017-10-21net: sched: use tc_setup_cb_call to call per-block callbacksJiri Pirko1-2/+2
2017-10-21net: sched: introduce per-block callbacksJiri Pirko2-0/+82
2017-10-21net: sched: use extended variants of block_get/put in ingress and clsact qdiscsJiri Pirko1-0/+2
2017-10-21net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko2-0/+41
2017-10-21ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni1-3/+3
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet1-1/+1
2017-10-20Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2017-10-20selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng1-0/+3
2017-10-20security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng3-0/+105
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng2-3/+11
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng3-2/+6
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern2-0/+2
2017-10-20tcp: Remove use of inet6_sk and add IPv6 checks to tracepointDavid Ahern1-3/+5
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2-1/+6