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
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-15sfp: add sff module supportRussell King
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-13net: phy: phylink: Allow setting a custom link state callbackFlorian Fainelli
2017-12-13net: phy: phylink: Allow specifying PHY device flagsFlorian Fainelli
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng
2017-12-13net: sk_pacing_shift_update() helperEric Dumazet
2017-12-13net: bridge: use rhashtable for fdbsNikolay Aleksandrov
2017-12-13PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi()Heiner Kallweit
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang
2017-12-13phylib: add reset after clk enable supportRichard Leitner
2017-12-13phylib: Add device reset delay supportRichard Leitner
2017-12-12tcp: avoid integer overflows 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-11spinlock: Add library function to allocate spinlock buckets arrayTom Herbert
2017-12-11rhashtable: abstract out function to get hashTom Herbert
2017-12-11rhashtable: Add rhastable_walk_peekTom Herbert
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert
2017-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-09kmemcheck: rip it out for realMichal Hocko
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-09Merge tag 'drm-fixes-for-v4.15-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds
2017-12-08macvlan: fix memory hole in macvlan_devGirish Moodalbail
2017-12-08net: dsa: lan9303: Protect ALR operations with mutexEgil Hjelmeland
2017-12-08net: skb_array: expose peek APIJohn 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: use skb list for skb_bad_txJohn 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: provide per cpu qstat helpersJohn 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
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller