summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l2_main.c
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter2019-06-251-1/+1
* s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann2019-03-131-0/+2
* s390/qeth: unregister netdevice only when registeredJulian Wiedmann2018-11-271-2/+3
* s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2018-09-121-1/+1
* s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann2018-08-091-1/+1
* s390/qeth: reduce hard-coded access to ccw channelsJulian Wiedmann2018-08-091-6/+7
* s390/qeth: extract helper for MPC protocol typeJulian Wiedmann2018-08-091-1/+1
* s390/qeth: speed up L2 IQD xmitJulian Wiedmann2018-07-211-53/+23Star
* s390/qeth: add support for constrained HW headersJulian Wiedmann2018-07-211-5/+7
* s390/qeth: merge linearize-check into HW header constructionJulian Wiedmann2018-07-211-27/+2Star
* s390/qeth: add statistics for consumed buffer elementsJulian Wiedmann2018-07-211-6/+7
* s390/qeth: use core MTU range checkingJulian Wiedmann2018-07-211-1/+0Star
* s390/qeth: simplify max MTU handlingJulian Wiedmann2018-07-211-1/+0Star
* s390/qeth: allocate netdevice earlyJulian Wiedmann2018-07-211-39/+13Star
* s390/qeth: remove redundant netif_carrier_ok() checksJulian Wiedmann2018-07-211-1/+1
* s390/qeth: clean up exported symbolsJulian Wiedmann2018-07-131-2/+0Star
* s390/qeth: clean up Output Queue selectionJulian Wiedmann2018-07-131-9/+4Star
* s390/qeth: fine-tune RX modesettingJulian Wiedmann2018-07-131-4/+1Star
* s390/qeth: consistently re-enable device featuresJulian Wiedmann2018-06-301-3/+2Star
* s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]Vasily Gorbik2018-06-301-2/+2
* s390/qeth: fix race when setting MAC addressJulian Wiedmann2018-06-301-4/+11
* s390/qeth: improve fallback to random MAC addressJulian Wiedmann2018-04-271-10/+13
* s390/qeth: add IPv6 RX checksum offload supportKittipon Meesompop2018-04-271-4/+5
* s390/qeth: add IPv6 TX checksum offload supportKittipon Meesompop2018-04-271-4/+10
* s390/qeth: extract csum offload helpersJulian Wiedmann2018-04-271-29/+6Star
* s390/net: set HW port number in netdeviceUrsula Braun2018-04-271-0/+1
* s390/qeth: convert vlan spinlock to mutexJulian Wiedmann2018-04-271-7/+8
* s390/qeth: skip QDIO queue handler indirectionJulian Wiedmann2018-04-271-3/+0Star
* s390/qeth: fix request-side race during cmd IO timeoutJulian Wiedmann2018-04-221-2/+2
* s390/qeth: fix MAC address update sequenceJulian Wiedmann2018-04-221-24/+31
* s390: remove couple of duplicate includesVasily Gorbik2018-04-161-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+1
|\
| * s390/qeth: free netdevice when removing a cardJulian Wiedmann2018-03-221-1/+1
* | s390/qeth: reset NAPI context during queue initJulian Wiedmann2018-03-091-1/+0Star
* | s390/qeth: reduce RX skb setupJulian Wiedmann2018-03-091-1/+0Star
* | s390/qeth: allocate skb from NAPI cacheJulian Wiedmann2018-03-091-1/+0Star
* | s390/qeth: advertise IFF_UNICAST_FLTJulian Wiedmann2018-03-091-0/+1
* | s390/qeth: support SG for more device typesJulian Wiedmann2018-03-091-7/+9
* | s390/qeth: use __ipa_cmd() for casting an IPA cmd bufferJulian Wiedmann2018-03-091-8/+6Star
|/
* s390/qeth: align L2 and L3 set_rx_mode() implementationsJulian Wiedmann2017-12-201-6/+10
* s390/qeth: use ether_addr_* helpersJulian Wiedmann2017-12-201-6/+6
* s390/qeth: consolidate qeth MAC address helpersJulian Wiedmann2017-12-201-29/+18Star
* s390/qeth: don't keep track of MAC address's cast typeJulian Wiedmann2017-12-201-19/+8Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-041-2/+2
|\
| * s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2017-12-031-2/+0Star
| * s390/qeth: fix GSO throughput regressionJulian Wiedmann2017-12-031-0/+2
* | s390: net: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
|/
* s390/qeth: no VLAN support on OSMJulian Wiedmann2017-10-201-11/+6Star
* s390/qeth: don't verify device when setting MAC addressJulian Wiedmann2017-10-201-23/+0Star
* s390/qeth: translate SETVLAN/DELVLAN errorsJulian Wiedmann2017-09-181-12/+35