summaryrefslogtreecommitdiff
path: root/drivers/s390/net/qeth_l3_main.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-25s390/qeth: invoke softirqs after napi_schedule()Julian Wiedmann1-0/+3
2018-11-27s390/qeth: fix HiperSockets snifferJulian Wiedmann1-3/+5
2018-10-10s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann1-1/+1
2018-03-31s390/qeth: free netdevice when removing a cardJulian Wiedmann1-1/+1
2018-03-11s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann1-50/+41
2018-03-11s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann1-1/+2
2018-03-11s390/qeth: fix IP removal on offline cardsJulian Wiedmann1-11/+3
2018-03-11s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann1-5/+6
2018-01-02s390/qeth: update takeover IPs after configuration changeJulian Wiedmann1-3/+28
2018-01-02s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann1-2/+3
2017-12-25s390/qeth: no ETH header for outbound AF_IUCVJulian Wiedmann1-11/+4
2017-12-25s390/qeth: size calculation outbound buffersJulian Wiedmann1-2/+3
2017-12-16s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann1-0/+1
2017-12-16s390/qeth: fix GSO throughput regressionJulian Wiedmann1-0/+2
2017-12-16s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann1-2/+2
2017-12-16s390/qeth: fix early exit from error pathJulian Wiedmann1-2/+4
2017-11-15s390/qeth: issue STARTLAN as first IPA commandJulian Wiedmann1-15/+0
2017-06-07s390/qeth: add missing hash table initializationsUrsula Braun1-0/+2
2017-06-07s390/qeth: unbreak OSM and OSN supportJulian Wiedmann1-0/+1
2017-06-07s390/qeth: handle sysfs error during initializationUrsula Braun1-1/+4
2016-09-16s390/qeth: fix setting VIPA addressThomas Richter1-2/+2
2016-09-16qeth: do not turn on SG per defaultUrsula Braun1-1/+0
2016-09-16qeth: do not limit number of gso segmentsUrsula Braun1-1/+0
2016-09-16s390/qeth: allow hsuid configuration in DOWN stateUrsula Braun1-5/+17
2016-09-16qeth: restore device features after recoveryHans Wippel1-0/+1
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-07-05qeth: delete napi struct when removing a qeth deviceUrsula Braun1-0/+1
2016-06-17s390/qeth: fix indentation in qeth_l3_arp_querySebastian Ott1-13/+12
2016-06-17qeth: add network device features for VLAN devicesHans Wippel1-0/+3
2016-06-17qeth layer 2 and layer 3 common feature handlingThomas Richter1-114/+9
2016-06-17qeth: optimize IP handling in rx_mode callbackLakhvich Dmitriy1-384/+398
2016-06-17qeth: introduce linearization fail count to statsEugene Crosser1-3/+9
2016-06-17qeth: enable scatter/gather by defaultEugene Crosser1-1/+2
2016-06-17qeth: fill netdevice->gso_* attributes accuratelyEugene Crosser1-1/+3
2016-06-17qeth: clean up condition when tso is usedEugene Crosser1-20/+24
2016-06-17qeth: refactor calculation of SBALE countEugene Crosser1-20/+38
2016-03-07s390: Use pr_warn instead of pr_warningJoe Perches1-1/+1
2015-12-15qeth: repair SBAL elements calculationUrsula Braun1-1/+1
2015-12-15qeth: initialize net_device with carrier offUrsula Braun1-0/+1
2015-12-15qeth use common function qeth_get_setassparms_cmdThomas Richter1-29/+8
2015-09-22qeth: add layer 2 RX/TX checksum offloadingThomas Richter1-133/+25
2015-08-07s390: remove unneeded variablesPeter Senna Tschudin1-4/+1
2015-05-18qeth: fix rx checksum offload handlingThomas Richter1-7/+2
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+39
2015-01-26390/qeth: Fix locking warning during qeth device setupThomas Richter1-11/+39
2015-01-18qeth: use qeth_card_hw_is_reachable() everywhereEugene Crosser1-5/+2
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-4/+4
2014-10-27qeth: make local functions static in qeth_l3 moduleThomas Richter1-4/+4
2014-10-27qeth: fix some trace formating issuesThomas Richter1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1