Age | Commit message (Expand) | Author |
2017-10-22 | geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero() | Stefano Brivio |
2017-10-22 | net: dsa: lan9303: Add fdb/mdb manipulation | Egil Hjelmeland |
2017-10-22 | net: dsa: lan9303: Add port_fast_age and port_fdb_dump methods | Egil Hjelmeland |
2017-10-22 | drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, ppp: convert syncppp.refcnt from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, ppp: convert ppp_file.refcnt from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, ppp: convert asyncppp.refcnt from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net: convert masces_tx_sa.refcnt from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net: convert masces_rx_sc.refcnt from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net: convert masces_rx_sa.refcnt from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, hamradio: convert sixpack.refcnt from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, mlx5: convert fs_node.refcount from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, mlx5: convert mlx5_cq.refcount from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, ethernet: convert mtk_eth.dma_refcnt from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, ethernet: convert clip_entry.refcnt from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | net: hns3: Add mac loopback selftest support in hns3 driver | Yunsheng Lin |
2017-10-22 | net: hns3: Refactor the skb receiving and transmitting function | Yunsheng Lin |
2017-10-21 | bnxt: Move generic devlink code to new file | Steve Lin |
2017-10-21 | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* | Jiri Pirko |
2017-10-21 | nfp: bpf: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko |
2017-10-21 | nfp: flower: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko |
2017-10-21 | mlx5e_rep: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko |
2017-10-21 | ixgbe: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko |
2017-10-21 | cxgb4: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko |
2017-10-21 | bnxt: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko |
2017-10-21 | mlx5e: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko |
2017-10-21 | mlxsw: spectrum: Convert ndo_setup_tc offloads to block callbacks | Jiri Pirko |
2017-10-21 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2017-10-21 | Merge branch 'ieee802154-for-davem-2017-10-18' of git://git.kernel.org/pub/sc... | David S. Miller |
2017-10-21 | spectrum: Convert fib event handlers to use container_of on info arg | David Ahern |
2017-10-20 | net-tun: fix panics at dismantle time | Eric Dumazet |
2017-10-20 | mlxsw: spectrum_router: Add extack message for RIF and VRF overflow | David Ahern |
2017-10-20 | mlxsw: spectrum: router: Add support for address validator notifier | David Ahern |
2017-10-20 | net: Add extack to validator_info structs used for address notifier | David Ahern |
2017-10-20 | net: ipv6: Make inet6addr_validator a blocking notifier | David Ahern |
2017-10-20 | s390/qeth: don't dump control cmd twice | Julian Wiedmann |
2017-10-20 | s390/qeth: support GRO flush timer | Julian Wiedmann |
2017-10-20 | s390/qeth: try harder to get packets from RX buffer | Julian Wiedmann |
2017-10-20 | s390/qeth: consolidate skb allocation | Julian Wiedmann |
2017-10-20 | s390/qeth: clean up page frag creation | Julian Wiedmann |
2017-10-20 | s390/qeth: no VLAN support on OSM | Julian Wiedmann |
2017-10-20 | s390/qeth: don't verify device when setting MAC address | Julian Wiedmann |
2017-10-20 | s390/qeth: clean up initial MTU determination | Julian Wiedmann |
2017-10-20 | s390/qeth: fix early exit from error path | Julian Wiedmann |
2017-10-20 | s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store() | Andy Shevchenko |
2017-10-20 | s390/qeth: remove duplicated device matching | Julian Wiedmann |
2017-10-20 | s390/drivers: use setup_timer | Allen Pais |