summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-12-15sctp: support sysctl to allow users to use stream interleaveXin Long1-0/+7
2017-12-15sctp: update mid instead of ssn when doing stream and asoc resetXin Long1-15/+25
2017-12-15sctp: add stream interleave support in stream schedulerXin Long1-1/+2
2017-12-15sctp: implement handle_ftsn for sctp_stream_interleaveXin Long2-13/+51
2017-12-15sctp: implement report_ftsn for sctp_stream_interleaveXin Long3-12/+51
2017-12-15sctp: implement validate_ftsn for sctp_stream_interleaveXin Long3-18/+54
2017-12-15sctp: implement generate_ftsn for sctp_stream_interleaveXin Long2-6/+81
2017-12-15sctp: add basic structures and make chunk function for ifwdtsnXin Long1-0/+24
2017-12-15ip6_gre: add erspan v2 supportWilliam Tu1-16/+104
2017-12-15net: erspan: introduce erspan v2 for ip_greWilliam Tu1-15/+90
2017-12-15net: erspan: refactor existing erspan codeWilliam Tu3-23/+37
2017-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-5/+10
2017-12-15net: dsa: mediatek: combine MediaTek tag with VLAN tagSean Wang1-9/+29
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng3-30/+22
2017-12-13net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn1-1/+1
2017-12-13net: bridge: use rhashtable for fdbsNikolay Aleksandrov4-217/+209
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet3-20/+21
2017-12-13tcp: allow TLP in ECN CWRNeal Cardwell1-6/+3
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang16-85/+51
2017-12-12tcp: smoother receiver autotuningEric Dumazet1-14/+5
2017-12-12tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet1-5/+7
2017-12-12tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2017-12-11sctp: add support for the process of unordered idataXin Long3-27/+378
2017-12-11sctp: implement abort_pd for sctp_stream_interleaveXin Long4-5/+107
2017-12-11sctp: implement start_pd for sctp_stream_interleaveXin Long2-1/+3
2017-12-11sctp: implement renege_events for sctp_stream_interleaveXin Long3-4/+114
2017-12-11sctp: implement enqueue_event for sctp_stream_interleaveXin Long5-7/+10
2017-12-11sctp: implement ulpevent_data for sctp_stream_interleaveXin Long4-8/+429
2017-12-11sctp: implement validate_data for sctp_stream_interleaveXin Long3-13/+50
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long4-6/+57
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long5-18/+91
2017-12-11sctp: add basic structures and make chunk function for idataXin Long1-0/+6
2017-12-11sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long1-2/+16
2017-12-11sctp: add stream interleave enable members and sockoptXin Long1-1/+87
2017-12-11netlink: convert netlink tap spinlock to mutexCong Wang1-6/+6
2017-12-11netlink: make netlink tap per netnsCong Wang1-17/+49
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert9-70/+26
2017-12-11rtnetlink: fix typo in GSO max segmentsStephen Hemminger1-1/+1
2017-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-143/+136
2017-12-08rtnetlink: allow GSO maximums to be set on device creationStephen Hemminger1-0/+34
2017-12-08tcp: evaluate packet losses upon RTT changeYuchung Cheng1-11/+8
2017-12-08tcp: fix off-by-one bug in RACKYuchung Cheng1-3/+3
2017-12-08tcp: always evaluate losses in RACK upon undoYuchung Cheng1-0/+1
2017-12-08tcp: correctly test congestion state in RACKYuchung Cheng1-1/+2
2017-12-08net: sched: fix use-after-free in tcf_block_put_extJiri Pirko1-6/+7
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend2-53/+92
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend2-35/+69
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend2-11/+23
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend1-1/+2
2017-12-08net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend1-4/+7