aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-17tcp_lp: cache tcp_time_stampEric Dumazet1-3/+4
2017-05-17tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet1-3/+3
2017-05-17tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet1-2/+2
2017-05-17tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet2-2/+2
2017-05-17tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet2-4/+4
2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet5-8/+8
2017-05-17tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2-9/+9
2017-05-17tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet1-6/+6
2017-05-17tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet3-12/+12
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet6-9/+9
2017-05-17dccp: do not use tcp_time_stampEric Dumazet2-5/+5
2017-05-17tcp: introduce tcp_jiffies32Eric Dumazet1-5/+8
2017-05-17tcp: use tp->tcp_mstamp in output pathEric Dumazet4-12/+14
2017-05-17sch_dsmark: Fix uninitialized variable warning.David S. Miller1-1/+1
2017-05-17net: sched: add termination action to allow goto chainJiri Pirko5-3/+54
2017-05-17net: sched: push tp down to action initJiri Pirko3-17/+19
2017-05-17net: sched: introduce multichain support for filtersJiri Pirko4-18/+98
2017-05-17net: sched: push chain dump to a separate functionJiri Pirko1-43/+52
2017-05-17net: sched: introduce helpers to work with filter chainsJiri Pirko2-42/+113
2017-05-17net: sched: move TC_H_MAJ macro call into tcf_auto_prioJiri Pirko1-2/+2
2017-05-17net: sched: replace nprio by a bool to make the function more readableJiri Pirko1-6/+7
2017-05-17net: sched: rename tcf_destroy_chain helperJiri Pirko1-3/+3
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko17-99/+243
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko17-65/+72
2017-05-17drivers: net: DSA: Sort driversAndrew Lunn2-23/+23
2017-05-17net: dsa: Sort DSA tagging protocol driversAndrew Lunn5-29/+29
2017-05-17liquidio: fix PF falsely indicating success at setting MAC address of a nonexistent VFFelix Manlunas1-0/+3
2017-05-17liquidio: fix insmod failure when multiple NICs are plugged inRick Farrington3-10/+123
2017-05-17net: dsa: store CPU port pointer in the treeVivien Didelot11-35/+30
2017-05-17mlxsw: spectrum: Default ports to non-virtual modeIdo Schimmel1-0/+8
2017-05-17mlxsw: spectrum: Move PVID code to appropriate placeIdo Schimmel3-58/+46
2017-05-17mlxsw: spectrum_switchdev: Don't batch learning operationsIdo Schimmel3-20/+7
2017-05-17mlxsw: spectrum_switchdev: Don't batch STP operationsIdo Schimmel1-42/+17
2017-05-17mlxsw: spectrum_switchdev: Don't batch VLAN operationsIdo Schimmel3-139/+121
2017-05-17mlxsw: spectrum_switchdev: Remove redundant checkIdo Schimmel1-9/+0
2017-05-17mlxsw: spectrum_router: Initialize RIFs in a separate functionIdo Schimmel1-18/+30
2017-05-17mlxsw: spectrum_router: Move FIB notification block to router structIdo Schimmel2-8/+10
2017-05-17mlxsw: spectrum_router: Move RIFs array to its rightful placeIdo Schimmel4-24/+35
2017-05-17mlxsw: spectrum_switchdev: Reduce scope of bridge structIdo Schimmel4-37/+69
2017-05-17mlxsw: spectrum_router: Reduce scope of router structIdo Schimmel2-114/+130
2017-05-17mlxsw: spectrum_buffer: Reduce scope of shared buffer structIdo Schimmel2-59/+68
2017-05-17cxgb4: add new T5 pci device idGanesh Goudar1-0/+1
2017-05-17cxgb4: reduce resource allocation in kdump kernelGanesh Goudar1-6/+6
2017-05-16liquidio: use pcie_flr instead of duplicating itChristoph Hellwig1-16/+1
2017-05-16net: phy: Remove residual magic from PHY driversAndrew Lunn5-38/+36
2017-05-16bnx2x: Remove open coded carrier checkLeon Romanovsky1-1/+1
2017-05-16tcp: internal implementation for pacingEric Dumazet8-5/+113
2017-05-16udp: keep the sk_receive_queue held when splicingPaolo Abeni1-10/+26
2017-05-16udp: use a separate rx queue for packet receptionPaolo Abeni5-24/+131
2017-05-16net/sock: factor out dequeue/peek with offset codePaolo Abeni3-41/+60