aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-25s390/qeth: remove VLAN tracking for L2 devicesJulian Wiedmann4-63/+18
2019-01-25s390/qeth: detach netdevice while card is offlineJulian Wiedmann4-102/+20
2019-01-25s390/qeth: delay netdevice registrationJulian Wiedmann3-40/+43
2019-01-25s390/qeth: remove TX disable from online pathJulian Wiedmann2-3/+0
2019-01-25s390/qeth: register MAC address earlierJulian Wiedmann1-8/+12
2019-01-25s390/qeth: consolidate open/stop netdev opsJulian Wiedmann4-124/+84
2019-01-25s390/qeth: remove bogus netif_wake_queue()Julian Wiedmann1-2/+0
2019-01-25s390/qeth: streamline TX buffer managementJulian Wiedmann1-19/+14
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-8/+7
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata2-2/+2
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+12
2018-11-28s390/qeth: fix length check in SNMP processingJulian Wiedmann1-15/+12
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-11-14s390/ism: clear dmbe_mask bit before SMC IRQ handlingUrsula Braun1-1/+1
2018-11-08s390/qeth: don't process hsuid in qeth_l3_setup_netdev()Julian Wiedmann1-3/+0
2018-11-08s390/qeth: remove unused fallback in Layer3's MAC codeJulian Wiedmann1-3/+0
2018-11-08s390/qeth: remove two IPA command helpersJulian Wiedmann3-59/+19
2018-11-08s390/qeth: replace open-coded cmd setupJulian Wiedmann3-19/+12
2018-11-08s390/qeth: remove card listJulian Wiedmann3-44/+24
2018-11-08s390/qeth: unify transmit codeJulian Wiedmann3-83/+19
2018-11-08s390/qeth: handle af_iucv skbs in qeth_l3_fill_header()Julian Wiedmann2-30/+17
2018-11-08s390/qeth: utilize virtual MAC for Layer2 OSD devicesJulian Wiedmann4-22/+26
2018-11-03s390/qeth: report 25Gbit link speedJulian Wiedmann2-2/+20
2018-11-03s390/qeth: sanitize ARP requestsJulian Wiedmann4-79/+34
2018-11-03s390/qeth: fix initial operstateJulian Wiedmann4-10/+25
2018-11-03s390/qeth: unregister netdevice only when registeredJulian Wiedmann3-4/+11
2018-11-03s390/qeth: fix HiperSockets snifferJulian Wiedmann1-3/+5
2018-11-03s390/qeth: sanitize strings in debug messagesJulian Wiedmann4-151/+119
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2018-10-12s390/qeth: add TSO support for L2 devicesJulian Wiedmann3-8/+27
2018-10-12s390/qeth: add support for IPv6 TSOJulian Wiedmann3-31/+65
2018-10-12s390/qeth: enhance TSO control sequenceJulian Wiedmann2-2/+101
2018-10-12s390/qeth: make TSO controls protocol-agnosticJulian Wiedmann1-20/+21
2018-10-10PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig1-1/+1
2018-10-10PCI: Remove pci_set_dma_seg_boundary()Christoph Hellwig1-1/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-20/+19
2018-09-28s390: qeth: Fix potential array overrun in cmd/rc lookupJean Delvare3-17/+19
2018-09-28s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its functionzhong jiang1-5/+2
2018-09-26s390/qeth: remove duplicated carrier state trackingJulian Wiedmann5-22/+10
2018-09-26s390/qeth: clean up drop conditions for received cmdsJulian Wiedmann1-10/+11
2018-09-26s390/qeth: re-indent qeth_check_ipa_data()Julian Wiedmann1-71/+58
2018-09-26s390/qeth: consume local address eventsJulian Wiedmann1-2/+2
2018-09-26s390/qeth: remove various redundant codeJulian Wiedmann3-15/+2
2018-09-26s390/qeth: remove CARD_FROM_CDEV helperJulian Wiedmann1-44/+29
2018-09-26s390/qeth: pass card pointer in iob callbackJulian Wiedmann2-24/+32
2018-09-26s390/qeth: re-use qeth_notify_skbs()Julian Wiedmann1-24/+5
2018-09-26s390/qeth: remove additional skb refcountJulian Wiedmann1-2/+0
2018-09-26s390/qeth: replace open-coded skb_queue_walk()Julian Wiedmann1-15/+4
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann1-7/+5
2018-09-26s390/qeth: on gdev release, reset drvdataJulian Wiedmann1-2/+3