summaryrefslogtreecommitdiff
path: root/drivers/s390/net/qeth_l2_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-19s390/qeth: don't process empty bridge port eventsJulian Wiedmann1-0/+4
2020-03-05s390/qeth: vnicc Fix EOPNOTSUPP precedenceAlexandra Winter1-16/+13
2020-01-27s390/qeth: Fix initialization of vnicc cmd masks during set onlineAlexandra Winter1-4/+8
2020-01-27s390/qeth: Fix error handling during VNICC initializationAlexandra Winter1-4/+7
2020-01-17s390/qeth: Fix vnicc_is_in_use if rx_bcast not setAlexandra Winter1-2/+1
2020-01-17s390/qeth: fix false reporting of VNIC CHAR config failureAlexandra Winter1-1/+0
2019-11-20s390/qeth: invoke softirqs after napi_schedule()Julian Wiedmann1-0/+3
2019-06-25s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter1-1/+1
2019-03-13s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann1-0/+2
2018-11-27s390/qeth: unregister netdevice only when registeredJulian Wiedmann1-2/+3
2018-09-12s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann1-1/+1
2018-08-09s390/qeth: don't restrict qeth_card to DMA memoryJulian Wiedmann1-1/+1
2018-08-09s390/qeth: reduce hard-coded access to ccw channelsJulian Wiedmann1-6/+7
2018-08-09s390/qeth: extract helper for MPC protocol typeJulian Wiedmann1-1/+1
2018-07-21s390/qeth: speed up L2 IQD xmitJulian Wiedmann1-53/+23
2018-07-21s390/qeth: add support for constrained HW headersJulian Wiedmann1-5/+7
2018-07-21s390/qeth: merge linearize-check into HW header constructionJulian Wiedmann1-27/+2
2018-07-21s390/qeth: add statistics for consumed buffer elementsJulian Wiedmann1-6/+7
2018-07-21s390/qeth: use core MTU range checkingJulian Wiedmann1-1/+0
2018-07-21s390/qeth: simplify max MTU handlingJulian Wiedmann1-1/+0
2018-07-21s390/qeth: allocate netdevice earlyJulian Wiedmann1-39/+13
2018-07-21s390/qeth: remove redundant netif_carrier_ok() checksJulian Wiedmann1-1/+1
2018-07-12s390/qeth: clean up exported symbolsJulian Wiedmann1-2/+0
2018-07-12s390/qeth: clean up Output Queue selectionJulian Wiedmann1-9/+4
2018-07-12s390/qeth: fine-tune RX modesettingJulian Wiedmann1-4/+1
2018-06-30s390/qeth: consistently re-enable device featuresJulian Wiedmann1-3/+2
2018-06-30s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]Vasily Gorbik1-2/+2
2018-06-30s390/qeth: fix race when setting MAC addressJulian Wiedmann1-4/+11
2018-04-27s390/qeth: improve fallback to random MAC addressJulian Wiedmann1-10/+13
2018-04-27s390/qeth: add IPv6 RX checksum offload supportKittipon Meesompop1-4/+5
2018-04-27s390/qeth: add IPv6 TX checksum offload supportKittipon Meesompop1-4/+10
2018-04-27s390/qeth: extract csum offload helpersJulian Wiedmann1-29/+6
2018-04-27s390/net: set HW port number in netdeviceUrsula Braun1-0/+1
2018-04-27s390/qeth: convert vlan spinlock to mutexJulian Wiedmann1-7/+8
2018-04-27s390/qeth: skip QDIO queue handler indirectionJulian Wiedmann1-3/+0
2018-04-22s390/qeth: fix request-side race during cmd IO timeoutJulian Wiedmann1-2/+2
2018-04-22s390/qeth: fix MAC address update sequenceJulian Wiedmann1-24/+31
2018-04-16s390: remove couple of duplicate includesVasily Gorbik1-1/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-22s390/qeth: free netdevice when removing a cardJulian Wiedmann1-1/+1
2018-03-09s390/qeth: reset NAPI context during queue initJulian Wiedmann1-1/+0
2018-03-09s390/qeth: reduce RX skb setupJulian Wiedmann1-1/+0
2018-03-09s390/qeth: allocate skb from NAPI cacheJulian Wiedmann1-1/+0
2018-03-09s390/qeth: advertise IFF_UNICAST_FLTJulian Wiedmann1-0/+1
2018-03-09s390/qeth: support SG for more device typesJulian Wiedmann1-7/+9
2018-03-09s390/qeth: use __ipa_cmd() for casting an IPA cmd bufferJulian Wiedmann1-8/+6
2017-12-20s390/qeth: align L2 and L3 set_rx_mode() implementationsJulian Wiedmann1-6/+10
2017-12-20s390/qeth: use ether_addr_* helpersJulian Wiedmann1-6/+6
2017-12-20s390/qeth: consolidate qeth MAC address helpersJulian Wiedmann1-29/+18
2017-12-20s390/qeth: don't keep track of MAC address's cast typeJulian Wiedmann1-19/+8