Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-12-15sctp: implement generate_ftsn for sctp_stream_interleaveXin Long
2017-12-15sctp: add basic structures and make chunk function for ifwdtsnXin Long
2017-12-15ip6_gre: add erspan v2 supportWilliam Tu
2017-12-15net: erspan: introduce erspan v2 for ip_greWilliam Tu
2017-12-15net: erspan: refactor existing erspan codeWilliam Tu
2017-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-12-15net: dsa: mediatek: combine MediaTek tag with VLAN tagSean Wang
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng
2017-12-13net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn
2017-12-13net: bridge: use rhashtable for fdbsNikolay Aleksandrov
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet
2017-12-13tcp: allow TLP in ECN CWRNeal Cardwell
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang
2017-12-12tcp: smoother receiver autotuningEric Dumazet
2017-12-12tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet
2017-12-12tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet
2017-12-11sctp: add support for the process of unordered idataXin Long
2017-12-11sctp: implement abort_pd for sctp_stream_interleaveXin Long
2017-12-11sctp: implement start_pd for sctp_stream_interleaveXin Long
2017-12-11sctp: implement renege_events for sctp_stream_interleaveXin Long
2017-12-11sctp: implement enqueue_event for sctp_stream_interleaveXin Long
2017-12-11sctp: implement ulpevent_data for sctp_stream_interleaveXin Long
2017-12-11sctp: implement validate_data for sctp_stream_interleaveXin Long
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long
2017-12-11sctp: add basic structures and make chunk function for idataXin Long
2017-12-11sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long
2017-12-11sctp: add stream interleave enable members and sockoptXin Long
2017-12-11netlink: convert netlink tap spinlock to mutexCong Wang
2017-12-11netlink: make netlink tap per netnsCong Wang
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert
2017-12-11rtnetlink: fix typo in GSO max segmentsStephen Hemminger
2017-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-08rtnetlink: allow GSO maximums to be set on device creationStephen Hemminger
2017-12-08tcp: evaluate packet losses upon RTT changeYuchung Cheng
2017-12-08tcp: fix off-by-one bug in RACKYuchung Cheng
2017-12-08tcp: always evaluate losses in RACK upon undoYuchung Cheng
2017-12-08tcp: correctly test congestion state in RACKYuchung Cheng
2017-12-08net: sched: fix use-after-free in tcf_block_put_extJiri Pirko
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend
2017-12-08net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend
2017-12-08net: sched: use skb list for skb_bad_txJohn Fastabend
2017-12-08net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend
2017-12-08net: sched: explicit locking in gso_cpu fallbackJohn Fastabend
2017-12-08net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend
2017-12-08net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend