aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-20Merge branch 'cxgb4-more-flower-offloads'David S. Miller11-27/+1068
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-20Merge tag 'rxrpc-next-20171018' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller8-41/+211
2017-10-20Merge tag 'wireless-drivers-next-for-davem-2017-10-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller150-1911/+2639
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-20Merge branch 'sh_eth-fallback-compat-strings'David S. Miller2-17/+29
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-19Merge branch 'ibmvnic-next'David S. Miller2-10/+76
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-19Merge branch 'ena-next'David S. Miller5-102/+130
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
2017-10-19net: ena: remove legacy suspend suspend/resume supportNetanel Belgazal3-56/+0
2017-10-19net: ena: improve ENA driver boot time.Netanel Belgazal1-4/+8
2017-10-19MAINTAINERS: change ENA driver maintainers email domainNetanel Belgazal1-3/+3
2017-10-19qed: Fix iWARP out of order flowMichal Kalderon7-6/+27
2017-10-19net: hns3: Add mqprio hardware offload support in hns3 driverYunsheng Lin4-19/+86
2017-10-19macvlan/macvtap: Add support for L2 forwarding offloads with macvtapAlexander Duyck1-4/+1
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller9-301/+521
2017-10-18Merge remote-tracking branch 'net-next/master'Stefan Schmidt1466-16111/+52960
2017-10-18tcp: fix tcp_xmit_retransmit_queue() after rbtree introductionEric Dumazet1-6/+3
2017-10-18Merge branch 'bpf-ctx-info-out-of-verifier'David S. Miller7-76/+150