aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-31net/mlx5e: Switch ipsec counters to use stats group APIKamal Heib2-9/+25
2017-10-31net/mlx5e: Switch pme counters to use stats group APIKamal Heib3-30/+54
2017-10-31net/mlx5e: Switch per prio pfc counters to use stats group APIKamal Heib3-85/+113
2017-10-31net/mlx5e: Switch per prio traffic counters to use stats group APIKamal Heib3-24/+50
2017-10-31net/mlx5e: Switch pcie counters to use stats group APIKamal Heib3-58/+93
2017-10-31net/mlx5e: Switch ethernet extended counters to use stats group APIKamal Heib3-20/+48
2017-10-31net/mlx5e: Switch physical statistical counters to use stats group APIKamal Heib3-21/+46
2017-10-31net/mlx5e: Switch RFC 2819 counters to use stats group APIKamal Heib3-30/+53
2017-10-31net/mlx5e: Switch RFC 2863 counters to use stats group APIKamal Heib3-20/+43
2017-10-31net/mlx5e: Switch IEEE 802.3 counters to use stats group APIKamal Heib3-36/+58
2017-10-31net/mlx5e: Switch vport counters to use the stats group APIKamal Heib3-55/+78
2017-10-31net/mlx5e: Switch Q counters to use the stats group APIKamal Heib3-16/+35
2017-10-31net/mlx5e: Introduce stats group APIKamal Heib4-48/+127
2017-10-31i40e: Enable cloud filters via tc-flowerAmritha Nambiar7-31/+1192
2017-10-31i40e: Clean up of cloud filtersAmritha Nambiar2-0/+33
2017-10-31i40e: Admin queue definitions for cloud filtersAmritha Nambiar2-4/+210
2017-10-31i40e: Cloud filter mode for set_switch_config commandAmritha Nambiar6-5/+44
2017-10-31i40e: Map TCs with the VSI seidsAmritha Nambiar2-0/+3
2017-10-31net: sched: Identify hardware traffic classes using classidAmritha Nambiar3-0/+10
2017-10-31i40e/i40evf: Revert "i40e/i40evf: bump tail only in multiples of 8"Alexander Duyck2-18/+0
2017-10-31i40e: only redistribute MSI-X vectors when neededShannon Nelson1-2/+3
2017-10-31i40e: mark PM functions as __maybe_unusedArnd Bergmann1-9/+2
2017-10-31net: filter: remove unused variable and fix warningJakub Kicinski1-2/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller252-2083/+2322
2017-10-29Linux 4.14-rc7Linus Torvalds1-1/+1
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds78-361/+1021
2017-10-29Merge branch 'net_sched-fix-races-with-RCU-callbacks'David S. Miller19-57/+367
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi3-5/+40
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi1-0/+62
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang1-0/+1
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang1-0/+1
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang1-5/+33
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in u32 filterCong Wang1-3/+26
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in fw filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flower filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flow filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in cgroup filterCong Wang1-4/+18
2017-10-29net_sched: use tcf_queue_work() in bpf filterCong Wang1-2/+17
2017-10-29net_sched: use tcf_queue_work() in basic filterCong Wang1-3/+17
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang3-17/+56
2017-10-29Merge branch 'ipvlan-private-vepa'David S. Miller5-12/+136
2017-10-29ipvlan: implement VEPA modeMahesh Bandewar5-10/+48
2017-10-29ipvlan: introduce 'private' attribute for all existing modes.Mahesh Bandewar5-8/+94
2017-10-29tools: bpftool: add bash completion for bpftoolQuentin Monnet2-0/+357
2017-10-29Merge branch 'sctp-endianness-fixes'David S. Miller10-50/+59
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long5-7/+7
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long1-2/+2