aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_mqprio.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-16mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck2-33/+47
2017-10-14tc-testing: fix the -l argument bug in tdc.pyLucas Bates1-4/+4
2017-10-14tc-testing: Add test cases for police and skbmodLucas Bates2-0/+899
2017-10-14tc-testing: Split test case files into smaller chunksLucas Bates6-1212/+1194
2017-10-14tc-testing: Add test cases for flushing actionsLucas Bates1-1/+48
2017-10-14macvlan: Only update pkt_type if destination MAC address matchesAlexander Duyck1-1/+3
2017-10-14macvlan: Only deliver one copy of the frame to the macvlan interfaceAlexander Duyck1-1/+1
2017-10-14tcp: add a tracepoint for tcp retransmissionCong Wang3-0/+72
2017-10-14net_sched: fix a compile warning in act_ifeCong Wang1-0/+2
2017-10-14hv_netvsc: Add initialization of tx_table in netvsc_device_add()Haiyang Zhang1-0/+3
2017-10-14hv_netvsc: Rename tx_send_table to tx_tableHaiyang Zhang3-4/+4
2017-10-14hv_netvsc: Rename ind_table to rx_tableHaiyang Zhang3-6/+6
2017-10-14cxgb4: fix missing break in switch and indent return statementsColin Ian King1-3/+4
2017-10-14cxgb4: collect IBQ and OBQ dumpsRahul Lakkireddy4-0/+253
2017-10-14cxgb4: collect hardware module dumpsRahul Lakkireddy5-0/+422
2017-10-14cxgb4: collect TP dumpRahul Lakkireddy8-1/+234
2017-10-14cxgb4: update API for TP indirect register accessRahul Lakkireddy5-140/+239
2017-10-14cxgb4: collect firmware mbox and device log dumpRahul Lakkireddy5-0/+107
2017-10-14cxgb4: collect on-chip memory dumpRahul Lakkireddy7-1/+220
2017-10-14cxgb4: collect register dumpRahul Lakkireddy8-2/+285
2017-10-14cxgb4: implement ethtool dump data operationsRahul Lakkireddy8-2/+265
2017-10-14nfp: Explicitly include linux/bug.hMark Brown2-0/+2
2017-10-14net: dsa: remove .set_addrVivien Didelot3-13/+0
2017-10-14net: dsa: dsa_loop: remove .set_addrVivien Didelot1-8/+0
2017-10-14net: dsa: mv88e6060: setup random mac addressVivien Didelot1-17/+26
2017-10-14net: dsa: mv88e6060: fix switch MAC addressVivien Didelot1-2/+8
2017-10-14net: dsa: mv88e6xxx: setup random mac addressVivien Didelot1-16/+17
2017-10-14atm: fore200e: mark expected switch fall-throughsGustavo A. R. Silva1-0/+8
2017-10-14net/mlx5e: IPoIB, Modify rdma netdev allocate and free to support PKEYAlex Vesker3-18/+36
2017-10-14net/mlx5e: IPoIB, Add PKEY child interface ethtool opsAlex Vesker3-2/+8
2017-10-14net/mlx5e: IPoIB, Add PKEY child interface ndosAlex Vesker3-7/+144
2017-10-14net/mlx5e: IPoIB, Add PKEY child interface nic profileAlex Vesker3-6/+102
2017-10-14net/mlx5e: IPoIB, Use hash-table to map between QPN to child netdevAlex Vesker5-2/+184
2017-10-14net/mlx5e: IPoIB, Support for setting PKEY index to underlay QPAlex Vesker2-0/+10
2017-10-14IB/ipoib: Add ability to set PKEY index to lower device driverAlex Vesker1-2/+6
2017-10-14IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker1-1/+6
2017-10-14net/mlx5: Support for attaching multiple underlay QPs to root flow tableAlex Vesker5-54/+171
2017-10-14net/mlx5e: IPoIB, Move underlay QP init/uninit to separate functionsAlex Vesker1-38/+70
2017-10-14net/mlx5: PTP code migration to driver core sectionFeras Daoud12-382/+416
2017-10-14net/mlx5: File renaming towards ptp core implementationFeras Daoud3-3/+3
2017-10-14nfp: bpf: support direct packet access in TCJakub Kicinski1-2/+15
2017-10-14nfp: bpf: direct packet access - writeJakub Kicinski3-9/+109
2017-10-14nfp: bpf: add support for direct packet access - readJakub Kicinski5-11/+105
2017-10-14nfp: bpf: separate I/O from checks for legacy data loadJakub Kicinski1-37/+40
2017-10-14nfp: bpf: fix context accessesJakub Kicinski1-20/+29
2017-10-14nfp: bpf: support BPF offload only on little endianJakub Kicinski1-0/+2
2017-10-14nfp: bpf: implement byte swap instructionJakub Kicinski1-0/+38
2017-10-14nfp: bpf: add mov helperJakub Kicinski1-16/+15
2017-10-14nfp: bpf: fix compare instructionsJakub Kicinski1-9/+12
2017-10-14nfp: bpf: add missing return in jne_imm optimizationJakub Kicinski1-0/+1