summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet
2017-05-17tcp_lp: cache tcp_time_stampEric Dumazet
2017-05-17tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet
2017-05-17tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet
2017-05-17tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet
2017-05-17dccp: do not use tcp_time_stampEric Dumazet
2017-05-17tcp: use tp->tcp_mstamp in output pathEric Dumazet
2017-05-17sch_dsmark: Fix uninitialized variable warning.David S. Miller
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko
2017-05-17net: sched: push tp down to action initJiri Pirko
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko
2017-05-17net: sched: push chain dump to a separate functionJiri Pirko
2017-05-17net: sched: introduce helpers to work with filter chainsJiri Pirko
2017-05-17net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko
2017-05-17net: sched: replace nprio by a bool to make the function more readableJiri Pirko
2017-05-17net: sched: rename tcf_destroy_chain helperJiri Pirko
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko
2017-05-17net: dsa: Sort DSA tagging protocol driversAndrew Lunn
2017-05-17net: dsa: store CPU port pointer in the treeVivien Didelot
2017-05-16tcp: internal implementation for pacingEric Dumazet
2017-05-16udp: keep the sk_receive_queue held when splicingPaolo Abeni
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-15ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar
2017-05-15net/packet: fix missing net_device reference releaseDouglas Caetano dos Santos
2017-05-12sctp: fix src address selection if using secondary addresses for ipv6Xin Long
2017-05-11tipc: make macro tipc_wait_for_cond() smp safeJon Paul Maloy
2017-05-11net: sched: optimize class dumpsEric Dumazet
2017-05-11tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng
2017-05-11netem: fix skb_orphan_partial()Eric Dumazet
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann
2017-05-11xdp: add flag to enforce driver modeDaniel Borkmann
2017-05-11ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong
2017-05-10Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-09dccp/tcp: do not inherit mc_list from parentEric Dumazet