aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-12ftgmac100: Disable HW checksum generation on AST2400, enable on othersBenjamin Herrenschmidt3-10/+6
2017-04-12ftgmac100: Use device "compatible" property, not machine.Benjamin Herrenschmidt3-11/+13
2017-04-12ftgmac100: Upgrade to NETIF_F_HW_CSUMBenjamin Herrenschmidt1-15/+25
2017-04-11Merge branch 'net-smc-next'David S. Miller12-50/+87
2017-04-11net/smc: do not use IB_SEND_INLINE together with mapped dataUrsula Braun2-2/+1
2017-04-11net/smc: destruct non-accepted socketsUrsula Braun2-6/+9
2017-04-11net/smc: remove duplicate unhashUrsula Braun1-1/+0
2017-04-11net/smc: guarantee ConnClosed send after shutdown SHUT_WRUrsula Braun1-11/+25
2017-04-11net/smc: no socket state changes in tasklet contextUrsula Braun6-20/+41
2017-04-11net/smc: always call the POLL_IN part of sk_wake_asyncUrsula Braun1-2/+1
2017-04-11net/smc: guarantee reset of write_blocked for heavy workloadUrsula Braun1-1/+5
2017-04-11net/smc: return active RoCE port onlyUrsula Braun1-2/+5
2017-04-11net/smc: remove useless smc_ib_devices_list checkUrsula Braun3-4/+1
2017-04-11net/smc: get rid of old commentUrsula Braun1-2/+0
2017-04-11net: stmmac: use netif_set_real_num_{rx,tx}_queuesJoao Pinto1-2/+2
2017-04-11bpf: pass sk to helper functionsWillem de Bruijn2-2/+10
2017-04-11devlink: fix return value check in devlink_dpipe_header_put()Wei Yongjun1-1/+1
2017-04-11Merge branch 's390-qeth-updates'David S. Miller4-393/+268
2017-04-11s390/qeth: remove unimplemented gdev routinesJulian Wiedmann2-19/+2
2017-04-11s390/qeth: use LINK_MODE_* to report the link characteristicsJulian Wiedmann1-24/+47
2017-04-11s390/qeth: convert to ETHTOOL_GLINKSETTINGS APIJulian Wiedmann4-42/+40
2017-04-11s390/qeth: clean up qeth_set_ecmd_adv_sup()Julian Wiedmann1-29/+28
2017-04-11s390/qeth: use and remove some definesJulian Wiedmann2-3/+2
2017-04-11s390/qeth: use correct return type for hard_start_xmit()Julian Wiedmann2-2/+4
2017-04-11s390/qeth: remove unused parameterJulian Wiedmann4-5/+4
2017-04-11s390/qeth: move gdev shutdown handler to coreJulian Wiedmann4-27/+6
2017-04-11s390/qeth: move NAPI poll routine to coreJulian Wiedmann4-169/+97
2017-04-11s390/qeth: move common ioctl handling to coreJulian Wiedmann4-99/+64
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg7-165/+53
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg5-122/+44
2017-04-11Merge branch 'fec-driver-code-clean'David S. Miller1-17/+28
2017-04-11net: fec: add ERR007885 for i.MX6ul enet IPFugang Duan1-2/+3
2017-04-11net: fec: correct the errata number comment typoFugang Duan1-1/+1
2017-04-11net: fec: add phy-reset-gpios PROBE_DEFER checkFugang Duan1-8/+18
2017-04-11net: fec: pass ->dev to dma_alloc__coherent() APIFugang Duan1-2/+2
2017-04-11net: fec: avoid BD pointer type cast to 32bitFugang Duan1-2/+2
2017-04-11net: fec: add return value check after calling .of_property_read_u32()Fugang Duan1-2/+2
2017-04-11Merge branch 'l2tp-drop-l2tp_session_find'David S. Miller3-58/+1
2017-04-11l2tp: remove l2tp_session_find()Guillaume Nault2-53/+1
2017-04-11l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault1-5/+0
2017-04-11Merge branch 'net-remove-pci_enable_msix'David S. Miller10-253/+112
2017-04-11mlxsw: convert to pci_alloc_irq_vectorsChristoph Hellwig1-7/+6
2017-04-11PCI: remove pci_enable_msixChristoph Hellwig2-25/+0
2017-04-11net: thunderx: Switch to pci_alloc_irq_vectorsThanneeru Srinivasulu3-96/+40
2017-04-11net/ena: switch to pci_alloc_irq_vectorsChristoph Hellwig2-45/+12
2017-04-11net: alx: switch to pci_alloc_irq_vectorsChristoph Hellwig2-80/+54
2017-04-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller4-10/+7
2017-04-10Merge branch 'ftgmac100-rework-batch3-tx-path'David S. Miller2-209/+249
2017-04-10ftgmac100: Remove tx descriptor accessorsBenjamin Herrenschmidt2-114/+69
2017-04-10ftgmac100: Add support for fragmented txBenjamin Herrenschmidt1-25/+94