aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann2018-03-311-0/+1
* s390/qeth: lock read device while queueing next bufferJulian Wiedmann2018-03-311-3/+13
* s390/qeth: when thread completes, wake up all waitersJulian Wiedmann2018-03-311-1/+1
* s390/qeth: free netdevice when removing a cardJulian Wiedmann2018-03-313-4/+2
* s390/qeth: fix IPA command submission raceJulian Wiedmann2018-03-111-9/+10
* s390/qeth: fix SETIP command handlingJulian Wiedmann2018-03-112-6/+13
* s390/qeth: no ETH header for outbound AF_IUCVJulian Wiedmann2017-12-251-11/+4
* s390/qeth: issue STARTLAN as first IPA commandJulian Wiedmann2017-11-154-35/+17
* s390/qeth: avoid null pointer dereference on OSNJulian Wiedmann2017-06-071-4/+6
* s390/qeth: unbreak OSM and OSN supportJulian Wiedmann2017-06-077-20/+51
* s390/qeth: handle sysfs error during initializationUrsula Braun2017-06-074-3/+13
* qeth: initialize net_device with carrier offUrsula Braun2016-09-152-0/+2
* qeth: delete napi struct when removing a qeth deviceUrsula Braun2016-08-102-0/+2
* s390/qeth: optimize MAC handling in rx_mode callbackLakhvich Dmitriy2015-10-072-45/+111
* s390/qeth: switch to napi_gro_receiveThomas Richter2015-10-071-1/+1
* s390/iucv: do not use arrays as argumentUrsula Braun2015-09-212-14/+12
* qeth: add layer 2 RX/TX checksum offloadingThomas Richter2015-09-214-147/+285
* qeth: move OSA portname into deprecated statusUrsula Braun2015-09-213-97/+11
* qeth: no write permission for readonly sysattrLakhvich Dmitriy2015-09-211-1/+1
* qeth: remove extraneous length from %pM formatEugene Crosser2015-09-211-2/+2
* s390: remove unneeded variablesPeter Senna Tschudin2015-08-072-8/+2
* s390/lcs: Fix null-pointer access in msgPeter Oberparleiter2015-05-181-1/+1
* qeth: replace ENOSYS with EOPNOTSUPPEugene Crosser2015-05-181-5/+5
* qeth: BRIDGEPORT "sanity check"Eugene Crosser2015-05-181-4/+12
* qeth: OSA version of SETBRIDGEPORT commandEugene Crosser2015-05-184-28/+49
* qeth: IFF_PROMISC flag to BRIDGE PORT modeEugene Crosser2015-05-183-3/+95
* qeth: remove locks from sysfs _showEugene Crosser2015-05-181-8/+0
* qeth: fix handling of IPA return codesEugene Crosser2015-05-181-6/+4
* qeth: fix rx checksum offload handlingThomas Richter2015-05-181-7/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-155-3740/+4
|\
| * qeth: Fix command sizesStefan Raspl2015-02-281-2/+3
| * s390: remove claw driverUrsula Braun2015-02-284-3738/+1
* | s390: remove 31 bit supportHeiko Carstens2015-03-251-12/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-273-139/+248
|\
| * 390/qeth: Fix locking warning during qeth device setupThomas Richter2015-01-253-34/+132
| * qeth: clean up error handlingEugene Crosser2015-01-252-106/+117
* | qeth: Remove unneeded structure memberThomas Richter2015-01-171-1/+0
* | qeth: sysfs: replace strcmp() with sysfs_streq()Eugene Crosser2015-01-172-48/+32
* | qeth: use qeth_card_hw_is_reachable() everywhereEugene Crosser2015-01-174-15/+8
* | s390/net: Delete useless checks before function callsMarkus Elfring2015-01-173-14/+7
* | s390/ctcm, netiucv: migrate variables to handle y2038 problemAya Mahfouz2015-01-175-19/+15
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-4/+4
|/
* ctcm: replace sscanf by kstrto functionThomas Richter2014-10-261-4/+4
* lcs: replace sscanf by kstrto functionThomas Richter2014-10-261-5/+6
* qeth: s390 ethernet device driver dependencyThomas Richter2014-10-261-1/+1
* qeth: make local functions static in qeth_l3 moduleThomas Richter2014-10-262-8/+4
* qeth: fix some trace formating issuesThomas Richter2014-10-263-5/+5
* qeth: qeth_core_main make local functions staticThomas Richter2014-10-262-19/+15
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-2/+0
|\
| * sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-2/+0