summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: include dsa.h only onceVivien Didelot2017-05-1813-12/+14
* net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin2017-05-182-15/+11Star
* net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan2017-05-182-4/+8
* udp: make function udp_skb_dtor_locked staticColin Ian King2017-05-181-1/+1
* tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-1714-118/+116Star
* tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet2017-05-175-6/+6
* tcp_lp: cache tcp_time_stampEric Dumazet2017-05-171-3/+4
* tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-171-3/+3
* tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet2017-05-171-2/+2
* tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet2017-05-172-2/+2
* tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet2017-05-172-4/+4
* tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet2017-05-174-6/+6
* tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-172-9/+9
* tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-171-6/+6
* tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet2017-05-173-12/+12
* tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-175-8/+8
* dccp: do not use tcp_time_stampEric Dumazet2017-05-172-5/+5
* tcp: use tp->tcp_mstamp in output pathEric Dumazet2017-05-174-12/+14
* sch_dsmark: Fix uninitialized variable warning.David S. Miller2017-05-171-1/+1
* net: sched: add termination action to allow goto chainJiri Pirko2017-05-172-1/+45
* net: sched: push tp down to action initJiri Pirko2017-05-172-11/+13
* net: sched: introduce multichain support for filtersJiri Pirko2017-05-171-16/+88
* net: sched: push chain dump to a separate functionJiri Pirko2017-05-171-43/+52
* net: sched: introduce helpers to work with filter chainsJiri Pirko2017-05-171-41/+107
* net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko2017-05-171-2/+2
* net: sched: replace nprio by a bool to make the function more readableJiri Pirko2017-05-171-6/+7
* net: sched: rename tcf_destroy_chain helperJiri Pirko2017-05-171-3/+3
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-1715-96/+226
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-1715-62/+63
* net: dsa: Sort DSA tagging protocol driversAndrew Lunn2017-05-174-25/+25
* net: dsa: store CPU port pointer in the treeVivien Didelot2017-05-176-22/+18Star
* tcp: internal implementation for pacingEric Dumazet2017-05-165-4/+100
* udp: keep the sk_receive_queue held when splicingPaolo Abeni2017-05-161-10/+26
* udp: use a separate rx queue for packet receptionPaolo Abeni2017-05-162-16/+125
* net/sock: factor out dequeue/peek with offset codePaolo Abeni2017-05-161-39/+51
* net: socket: mark socket protocol handler structs as constlinzhang2017-05-164-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-1611-101/+147
|\
| * ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar2017-05-151-1/+4
| * net/packet: fix missing net_device reference releaseDouglas Caetano dos Santos2017-05-151-7/+7
| * sctp: fix src address selection if using secondary addresses for ipv6Xin Long2017-05-121-17/+29
| * tipc: make macro tipc_wait_for_cond() smp safeJon Paul Maloy2017-05-121-19/+19
| * net: sched: optimize class dumpsEric Dumazet2017-05-121-0/+6
| * tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng2017-05-121-4/+5
| * netem: fix skb_orphan_partial()Eric Dumazet2017-05-121-12/+8Star
| * xdp: refine xdp api with regards to generic xdpDaniel Borkmann2017-05-122-41/+54
| * xdp: add flag to enforce driver modeDaniel Borkmann2017-05-122-0/+7
| * ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-05-112-0/+8
* | Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-05-1010-787/+1197
|\ \
| * | NFSv4: Fix callback server shutdownTrond Myklebust2017-04-281-0/+38
| * | SUNRPC: Refactor svc_set_num_threads()Trond Myklebust2017-04-271-38/+58