Age | Commit message (Expand) | Author | Files | Lines |
2017-10-22 | bpf: add support for BPF_SOCK_OPS_BASE_RTT | Lawrence Brakmo | 1 | -0/+7 |
2017-10-22 | nfp: use struct fields for 8 bit-wide access | Pieter Jansen van Vuuren | 2 | -74/+39 |
2017-10-22 | net: x25: mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -1/+2 |
2017-10-22 | net: af_unix: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2017-10-22 | geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero() | Stefano Brivio | 1 | -16/+3 |
2017-10-22 | net: dsa: lan9303: Add fdb/mdb manipulation | Egil Hjelmeland | 2 | -0/+182 |
2017-10-22 | net: dsa: lan9303: Add port_fast_age and port_fdb_dump methods | Egil Hjelmeland | 2 | -0/+162 |
2017-10-22 | tipc: refactor tipc_sk_timeout() function | Jon Maloy | 1 | -26/+23 |
2017-10-22 | drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_t | Elena Reshetova | 3 | -5/+5 |
2017-10-22 | drivers, net, ppp: convert syncppp.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -5/+6 |
2017-10-22 | drivers, net, ppp: convert ppp_file.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -10/+11 |
2017-10-22 | drivers, net, ppp: convert asyncppp.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -5/+5 |
2017-10-22 | drivers, net: convert masces_tx_sa.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -4/+4 |
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 | 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 | 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 | 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 |