aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-20tcp: socket option to set TCP fast open keyYuchung Cheng7-19/+82
2017-10-20mlxsw: spectrum_router: Add extack message for RIF and VRF overflowDavid Ahern1-45/+69
2017-10-20mlxsw: spectrum: router: Add support for address validator notifierDavid Ahern3-1/+70
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern5-15/+27
2017-10-20net: ipv6: Make inet6addr_validator a blocking notifierDavid Ahern3-15/+19
2017-10-20ipv6: addrconf: cleanup locking in ipv6_add_addrDavid Ahern1-44/+60
2017-10-20s390/qeth: don't dump control cmd twiceJulian Wiedmann1-1/+0
2017-10-20s390/qeth: support GRO flush timerJulian Wiedmann1-1/+1
2017-10-20s390/qeth: try harder to get packets from RX bufferJulian Wiedmann1-3/+1
2017-10-20s390/qeth: consolidate skb allocationJulian Wiedmann1-40/+31
2017-10-20s390/qeth: clean up page frag creationJulian Wiedmann1-20/+11
2017-10-20s390/qeth: no VLAN support on OSMJulian Wiedmann1-11/+6
2017-10-20s390/qeth: don't verify device when setting MAC addressJulian Wiedmann1-23/+0
2017-10-20s390/qeth: clean up initial MTU determinationJulian Wiedmann1-10/+4
2017-10-20s390/qeth: fix early exit from error pathJulian Wiedmann1-2/+4
2017-10-20s390/qeth: use kstrtobool() in qeth_bridgeport_hostnotification_store()Andy Shevchenko1-8/+5
2017-10-20s390/qeth: remove duplicated device matchingJulian Wiedmann4-50/+9
2017-10-20s390/drivers: use setup_timerAllen Pais1-6/+2
2017-10-20s390/qeth: rely on kernel for feature recoveryJulian Wiedmann2-23/+19
2017-10-20net/sched: Set the net-device for egress device instanceOr Gerlitz1-0/+1
2017-10-20cxgb4: add tc flower support for L3/L4 rewriteKumar Sanghvi3-37/+244
2017-10-20cxgb4: introduce fw_filter2_wr to prepare for L3/L4 rewrite supportKumar Sanghvi4-3/+111
2017-10-20cxgb4: add tc flower support for ETH-SMAC rewriteKumar Sanghvi2-0/+13
2017-10-20cxgb4: introduce SMT ops to prepare for SMAC rewrite supportKumar Sanghvi8-19/+519
2017-10-20cxgb4: add tc flower support for ETH-DMAC rewriteKumar Sanghvi2-1/+126
2017-10-20cxgb4: add tc flower support for action PASSKumar Sanghvi1-2/+6
2017-10-20cxgb4: add tc flower match support for vlanKumar Sanghvi1-0/+35
2017-10-20cxgb4: add tc flower match support for TOSKumar Sanghvi1-1/+50
2017-10-20tcp: Remove use of inet6_sk and add IPv6 checks to tracepointDavid Ahern1-3/+5
2017-10-20doc: Update VRF documentation metricDonald Sharp1-4/+9
2017-10-20net: sched: cls_u32: use hash_ptr() for tc_u_hashArnd Bergmann1-1/+1
2017-10-20tipc: checking for NULL instead of IS_ERR()Dan Carpenter1-1/+1
2017-10-20net: sh_eth: implement R-Car Gen[12] fallback compatibility stringsSimon Horman1-0/+2
2017-10-20net: sh_eth: rename name structures as rcar_gen[12]_*Simon Horman1-15/+15
2017-10-20dt-bindings: net: sh_eth: add R-Car Gen[12] fallback compatibility stringsSimon Horman1-2/+12
2017-10-19dql: make dql_init return voidStephen Hemminger2-3/+2
2017-10-19net: l2tp: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-10-19liquidio: mark expected switch fall-through in octeon_destroy_resourcesGustavo A. R. Silva1-1/+1
2017-10-19liquidio: remove unnecessary NULL check before kfree in delete_glistsGustavo A. R. Silva1-2/+1
2017-10-19ibmvnic: Let users change net device featuresThomas Falcon1-0/+2
2017-10-19ibmvnic: Enable TSO supportThomas Falcon2-8/+53
2017-10-19ibmvnic: Enable scatter-gather supportThomas Falcon1-2/+21
2017-10-19tun: relax check on eth_get_headlen() return valueEric Dumazet1-1/+1
2017-10-19mqprio: fix potential null pointer dereference on optColin Ian King1-1/+2
2017-10-19thunderbolt: Right shifting to zero bug in tbnet_handle_packet()Dan Carpenter1-1/+1
2017-10-19thunderbolt: Fix a couple right shifting to zero bugsDan Carpenter1-2/+2
2017-10-19net: ena: increase ena driver version to 1.3.0Netanel Belgazal1-2/+2
2017-10-19net: ena: add new admin define for future support of IPv6 RSSNetanel Belgazal1-0/+6
2017-10-19net: ena: add statistics for missed tx packetsNetanel Belgazal3-13/+19
2017-10-19net: ena: add power management ops to the ENA driverNetanel Belgazal3-27/+95