summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2017-12-15ip6_gre: add erspan v2 supportWilliam Tu1-0/+3
2017-12-15net: erspan: introduce erspan v2 for ip_greWilliam Tu2-3/+122
2017-12-15net: erspan: refactor existing erspan codeWilliam Tu1-10/+24
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng1-3/+2
2017-12-13net: sk_pacing_shift_update() helperEric Dumazet1-0/+11
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet1-2/+2
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang1-3/+10
2017-12-11sctp: add support for the process of unordered idataXin Long2-1/+14
2017-12-11sctp: implement abort_pd for sctp_stream_interleaveXin Long2-1/+3
2017-12-11sctp: implement start_pd for sctp_stream_interleaveXin Long1-0/+1
2017-12-11sctp: implement renege_events for sctp_stream_interleaveXin Long2-6/+5
2017-12-11sctp: implement enqueue_event for sctp_stream_interleaveXin Long1-0/+2
2017-12-11sctp: implement ulpevent_data for sctp_stream_interleaveXin Long3-3/+22
2017-12-11sctp: implement validate_data for sctp_stream_interleaveXin Long3-1/+12
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long5-8/+26
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long3-3/+58
2017-12-11sctp: add basic structures and make chunk function for idataXin Long2-0/+3
2017-12-11sctp: add stream interleave enable members and sockoptXin Long2-1/+6
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert1-1/+1
2017-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+14
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend1-0/+3
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend1-0/+20
2017-12-08net: sched: use skb list for skb_bad_txJohn Fastabend1-1/+1
2017-12-08net: sched: explicit locking in gso_cpu fallbackJohn Fastabend1-8/+12
2017-12-08net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend1-0/+1
2017-12-08net: sched: provide per cpu qstat helpersJohn Fastabend1-0/+35
2017-12-08net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend1-3/+3
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend1-0/+1
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend1-1/+3
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+4
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung1-1/+1
2017-12-07net: dsa: Allow compiling out legacy supportFlorian Fainelli1-0/+11
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang1-4/+2
2017-12-06net_sched: remove unused parameter from act cleanup opsCong Wang1-1/+1
2017-12-06net: remove hlist_nulls_add_tail_rcu()Eric Dumazet1-5/+1
2017-12-06net: dsa: return per-port upstream portVivien Didelot1-3/+6
2017-12-05net: sched: sch_api: fix code style issuesAlexander Aring1-4/+6
2017-12-05net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang1-1/+0
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel1-0/+11
2017-12-05net_sched: red: Avoid devision by zeroNogah Frankel1-1/+1
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+3
2017-12-05bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo1-2/+4
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal1-1/+1
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal1-2/+0
2017-12-04rtnetlink: get reference on module before invoking handlersFlorian Westphal1-0/+2
2017-12-03tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern1-2/+1
2017-12-03inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2-6/+24
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2-0/+26
2017-12-03inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau1-0/+1
2017-12-03net: dsa: introduce dsa_towards_port helperVivien Didelot1-10/+13