aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18samples/bpf: add cpumap sample program xdp_redirect_cpuJesper Dangaard Brouer3-0/+1310
2017-10-18bpf: cpumap add tracepointsJesper Dangaard Brouer2-5/+89
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer3-22/+158
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer5-34/+172
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer7-1/+576
2017-10-18net: ftgmac100: Request clock and set speedJoel Stanley1-0/+26
2017-10-17net: export netdev_txq_to_tc to allow sch_mqprio to compile as moduleHenrik Austad1-0/+1
2017-10-16mlxsw: spectrum: Drop refcounting of IPIP entriesPetr Machata2-30/+20
2017-10-16mlxsw: spectrum: Support IPIP overlay VRF migrationPetr Machata3-3/+49
2017-10-16mlxsw: spectrum: Support decap-only IP-in-IP tunnelsPetr Machata3-10/+109
2017-10-16mlxsw: spectrum_router: Move mlxsw_sp_netdev_ipip_type()Petr Machata1-19/+19
2017-10-16mlxsw: spectrum: Move netdevice NB to struct mlxsw_spPetr Machata2-7/+17
2017-10-16tipc: fix rebasing errorJon Maloy1-0/+1
2017-10-16net: core: rcu-ify rtnl af_opsFlorian Westphal2-18/+48
2017-10-16rtnetlink: place link af dump into own helperFlorian Westphal1-30/+42
2017-10-16tcp: cdg: make struct tcp_cdg staticColin Ian King1-1/+1
2017-10-16net: systemport: add NET_DSA dependencyArnd Bergmann1-0/+1
2017-10-16hamradio: baycom_par: use new parport device modelSudip Mukherjee1-4/+44
2017-10-16net: dccp: mark expected switch fall-throughsGustavo A. R. Silva2-1/+2
2017-10-16pch_gbe: Switch to new PCI IRQ allocation APIAndy Shevchenko2-28/+17
2017-10-16tracing: bpf: Hide bpf trace events when they are not usedSteven Rostedt (VMware)2-1/+7
2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostWei Wang2-11/+12
2017-10-16ipv6: check fn before doing FIB6_SUBTREE(fn)Wei Wang1-4/+7
2017-10-16bpf: Add -target to clang switch while cross compiling.Abhijit Ayarekar1-2/+3
2017-10-16net: sched: propagate q and parent from caller down to tcf_fill_nodeJiri Pirko1-20/+35
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko2-5/+4
2017-10-16net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct QdiscJiri Pirko3-4/+13
2017-10-16net: sched: cls_u32: use block instead of q in tc_u_commonJiri Pirko1-8/+4
2017-10-16net: sched: ematch: obtain net pointer from blocksJiri Pirko1-1/+1
2017-10-16net: sched: teach tcf_bind/unbind_filter to use block->qJiri Pirko1-10/+17
2017-10-16net: sched: introduce tcf_block_q and tcf_block_dev helpersJiri Pirko1-0/+21
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko3-0/+9
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko16-21/+23
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