summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2017-10-27tcp: remove stale sysctl_tcp_reorderingEric Dumazet-1/+0
2017-10-27tcp: Namespace-ify sysctl_tcp_fackEric Dumazet-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_abort_on_overflowEric Dumazet-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_rfc1337Eric Dumazet-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_stdurgEric Dumazet-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_retrans_collapseEric Dumazet-1/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_slow_start_after_idleEric Dumazet-2/+2
2017-10-27tcp: Namespace-ify sysctl_tcp_thin_linear_timeoutsEric Dumazet-2/+1
2017-10-27tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet-1/+2
2017-10-27tcp: Namespace-ify sysctl_tcp_early_retransEric Dumazet-1/+1
2017-10-27Merge tag 'mac80211-for-davem-2017-10-25' of git://git.kernel.org/pub/scm/lin...David S. Miller-3/+6
2017-10-27net: updating dst lastusage is an unlikely event.Paolo Abeni-1/+1
2017-10-26tcp: TCP experimental option for SMCUrsula Braun-1/+9
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet-0/+6
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-3/+3
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland-2/+2
2017-10-25net: LLC: Convert timers to use timer_setup()Kees Cook-4/+4
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook-5/+5
2017-10-25bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long-4/+0
2017-10-25strparser: Use delayed work instead of timer for msg timeoutTom Herbert-2/+1
2017-10-24netfilter: conntrack: make l3proto trackers constFlorian Westphal-2/+2
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal-1/+0
2017-10-24netfilter: conntrack: add and use nf_ct_l4proto_log_invalidFlorian Westphal-6/+8
2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal-0/+10
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch-1/+2
2017-10-24net/sock: Update sk rcu iterator macro.Tim Hansen-2/+2
2017-10-24ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+6
2017-10-21net: sched: remove unused is_classid_clsact_ingress/egress helpersJiri Pirko-13/+0
2017-10-21net: sched: remove unused classid field from tc_cls_common_offloadJiri Pirko-2/+0
2017-10-21net: sched: use tc_setup_cb_call to call per-block callbacksJiri Pirko-2/+2
2017-10-21net: sched: introduce per-block callbacksJiri Pirko-0/+82
2017-10-21net: sched: use extended variants of block_get/put in ingress and clsact qdiscsJiri Pirko-0/+2
2017-10-21net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko-0/+40
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet-1/+1
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng-2/+5
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern-0/+1
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend-0/+5
2017-10-20Merge tag 'rxrpc-next-20171018' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller-2/+5
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook-1/+1
2017-10-18inet/connection_sock: Convert timers to use timer_setup()Kees Cook-3/+3
2017-10-18net/decnet: Convert timers to use timer_setup()Kees Cook-8/+0
2017-10-18net: dsa: add dsa_to_port helperVivien Didelot-0/+5
2017-10-18net: dsa: split dsa_port's netdev memberVivien Didelot-1/+8
2017-10-18rxrpc: Provide functions for allowing cleaner handling of signalsDavid Howells-0/+2
2017-10-18rxrpc: Support service upgrade from a kernel serviceDavid Howells-2/+3
2017-10-18fq_impl: Properly enforce memory limitToke Høiland-Jørgensen-3/+6
2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostWei Wang-7/+8
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko-3/+0
2017-10-16net: sched: teach tcf_bind/unbind_filter to use block->qJiri Pirko-10/+17