Age | Commit message (Expand) | Author | Files | Lines |
2017-10-22 | drivers, net: convert masces_rx_sc.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -4/+4 |
2017-10-22 | drivers, net: convert masces_rx_sa.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -4/+5 |
2017-10-22 | drivers, net, hamradio: convert sixpack.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -6/+6 |
2017-10-22 | drivers, net, mlx5: convert fs_node.refcount from atomic_t to refcount_t | Elena Reshetova | 2 | -15/+16 |
2017-10-22 | drivers, net, mlx5: convert mlx5_cq.refcount from atomic_t to refcount_t | Elena Reshetova | 2 | -10/+10 |
2017-10-22 | drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_t | Elena Reshetova | 2 | -5/+5 |
2017-10-22 | drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_t | Elena Reshetova | 2 | -5/+5 |
2017-10-22 | drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_t | Elena Reshetova | 2 | -6/+6 |
2017-10-22 | drivers, net, ethernet: convert mtk_eth.dma_refcnt from atomic_t to refcount_t | Elena Reshetova | 2 | -4/+8 |
2017-10-22 | drivers, net, ethernet: convert clip_entry.refcnt from atomic_t to refcount_t | Elena Reshetova | 2 | -8/+9 |
2017-10-22 | Merge branch 'hns3-loopback-selftest' | David S. Miller | 4 | -5/+343 |
2017-10-22 | net: hns3: Add mac loopback selftest support in hns3 driver | Yunsheng Lin | 2 | -0/+327 |
2017-10-22 | net: hns3: Refactor the skb receiving and transmitting function | Yunsheng Lin | 2 | -5/+16 |
2017-10-22 | Merge branch 'bpftool-add-a-version-command-and-fix-several-items' | David S. Miller | 6 | -30/+56 |
2017-10-22 | tools: bpftool: add a command to display bpftool version | Quentin Monnet | 2 | -1/+15 |
2017-10-22 | tools: bpftool: show that `opcodes` or `file FILE` should be exclusive | Quentin Monnet | 2 | -6/+6 |
2017-10-22 | tools: bpftool: print all relevant byte opcodes for "load double word" | Quentin Monnet | 1 | -3/+12 |
2017-10-22 | tools: bpftool: print only one error message on byte parsing failure | Quentin Monnet | 1 | -1/+1 |
2017-10-22 | tools: bpftool: add `bpftool prog help` as real command i.r.t exit code | Quentin Monnet | 1 | -0/+1 |
2017-10-22 | tools: bpftool: use err() instead of info() if there are too many insns | Quentin Monnet | 1 | -1/+1 |
2017-10-22 | tools: bpftool: fix return value when all eBPF programs have been shown | Quentin Monnet | 1 | -1/+3 |
2017-10-22 | tools: bpftool: add pointer to file argument to print_hex() | Quentin Monnet | 4 | -17/+17 |
2017-10-22 | net: sched: mark expected switch fall-throughs | Gustavo A. R. Silva | 10 | -0/+10 |
2017-10-22 | net: rose: mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -0/+3 |
2017-10-22 | openvswitch: conntrack: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2017-10-22 | net: netrom: nr_in: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2017-10-21 | bnxt: Move generic devlink code to new file | Steve Lin | 6 | -85/+112 |
2017-10-21 | tipc: fix broken tipc_poll() function | Jon Maloy | 1 | -3/+2 |
2017-10-21 | Merge branch 'net-sched-convert-cls-ndo_setup_tc-offload-calls-to-per-block-c... | David S. Miller | 22 | -227/+849 |
2017-10-21 | net: sched: remove unused is_classid_clsact_ingress/egress helpers | Jiri Pirko | 1 | -13/+0 |
2017-10-21 | net: sched: remove unused classid field from tc_cls_common_offload | Jiri Pirko | 1 | -2/+0 |
2017-10-21 | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* | Jiri Pirko | 14 | -103/+0 |
2017-10-21 | dsa: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko | 1 | -11/+53 |
2017-10-21 | nfp: bpf: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko | 1 | -9/+45 |
2017-10-21 | nfp: flower: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko | 1 | -8/+48 |
2017-10-21 | mlx5e_rep: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko | 1 | -6/+38 |
2017-10-21 | ixgbe: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko | 1 | -6/+39 |
2017-10-21 | cxgb4: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko | 1 | -6/+39 |
2017-10-21 | bnxt: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko | 3 | -10/+73 |
2017-10-21 | mlx5e: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko | 3 | -22/+51 |
2017-10-21 | mlxsw: spectrum: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko | 1 | -22/+60 |
2017-10-21 | net: sched: cls_bpf: call block callbacks for offload | Jiri Pirko | 1 | -8/+32 |
2017-10-21 | net: sched: cls_u32: call block callbacks for offload | Jiri Pirko | 1 | -20/+52 |
2017-10-21 | net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnode | Jiri Pirko | 1 | -8/+8 |
2017-10-21 | net: sched: cls_matchall: call block callbacks for offload | Jiri Pirko | 1 | -27/+45 |
2017-10-21 | net: sched: use tc_setup_cb_call to call per-block callbacks | Jiri Pirko | 3 | -8/+26 |
2017-10-21 | net: sched: introduce per-block callbacks | Jiri Pirko | 3 | -0/+187 |
2017-10-21 | net: sched: use extended variants of block_get/put in ingress and clsact qdiscs | Jiri Pirko | 2 | -7/+31 |
2017-10-21 | net: sched: add block bind/unbind notif. and extended block_get/put | Jiri Pirko | 3 | -3/+94 |
2017-10-21 | ipv6: let trace_fib6_table_lookup() dereference the fib table | Paolo Abeni | 2 | -9/+9 |