Age | Commit message (Expand) | Author | Files | Lines |
2017-10-22 | drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_t | Elena Reshetova | 2 | -3/+3 |
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 | 1 | -8/+8 |
2017-10-22 | drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_t | Elena Reshetova | 1 | -4/+4 |
2017-10-22 | drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_t | Elena Reshetova | 1 | -4/+4 |
2017-10-22 | drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_t | Elena Reshetova | 1 | -4/+4 |
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-21 | bnxt: Move generic devlink code to new file | Steve Lin | 6 | -85/+112 |
2017-10-21 | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* | Jiri Pirko | 9 | -20/+0 |
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 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 14 | -162/+233 |
2017-10-21 | Merge branch 'ieee802154-for-davem-2017-10-18' of git://git.kernel.org/pub/sc... | David S. Miller | 1 | -5/+3 |
2017-10-21 | spectrum: Convert fib event handlers to use container_of on info arg | David Ahern | 1 | -6/+23 |
2017-10-20 | net-tun: fix panics at dismantle time | Eric Dumazet | 1 | -4/+7 |
2017-10-20 | mlxsw: spectrum_router: Add extack message for RIF and VRF overflow | David Ahern | 1 | -45/+69 |
2017-10-20 | mlxsw: spectrum: router: Add support for address validator notifier | David Ahern | 3 | -1/+70 |
2017-10-20 | net: Add extack to validator_info structs used for address notifier | David Ahern | 1 | -2/+8 |
2017-10-20 | net: ipv6: Make inet6addr_validator a blocking notifier | David Ahern | 1 | -4/+0 |
2017-10-20 | s390/qeth: don't dump control cmd twice | Julian Wiedmann | 1 | -1/+0 |
2017-10-20 | s390/qeth: support GRO flush timer | Julian Wiedmann | 1 | -1/+1 |
2017-10-20 | s390/qeth: try harder to get packets from RX buffer | Julian Wiedmann | 1 | -3/+1 |
2017-10-20 | s390/qeth: consolidate skb allocation | Julian Wiedmann | 1 | -40/+31 |
2017-10-20 | s390/qeth: clean up page frag creation | Julian Wiedmann | 1 | -20/+11 |
2017-10-20 | s390/qeth: no VLAN support on OSM | Julian Wiedmann | 1 | -11/+6 |
2017-10-20 | s390/qeth: don't verify device when setting MAC address | Julian Wiedmann | 1 | -23/+0 |
2017-10-20 | s390/qeth: clean up initial MTU determination | Julian Wiedmann | 1 | -10/+4 |
2017-10-20 | s390/qeth: fix early exit from error path | Julian Wiedmann | 1 | -2/+4 |
2017-10-20 | s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store() | Andy Shevchenko | 1 | -8/+5 |
2017-10-20 | s390/qeth: remove duplicated device matching | Julian Wiedmann | 4 | -50/+9 |
2017-10-20 | s390/drivers: use setup_timer | Allen Pais | 1 | -6/+2 |
2017-10-20 | s390/qeth: rely on kernel for feature recovery | Julian Wiedmann | 2 | -23/+19 |
2017-10-20 | Merge branch 'cxgb4-more-flower-offloads' | David S. Miller | 11 | -27/+1068 |
2017-10-20 | cxgb4: add tc flower support for L3/L4 rewrite | Kumar Sanghvi | 3 | -37/+244 |