summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: fix retrieval of vipa and proxy-arp addressesUrsula Braun2017-01-121-14/+16
* s390/qeth: issue STARTLAN as first IPA commandJulian Wiedmann2017-01-124-35/+17Star
* s390/qeth: shuffle MAC management functions aroundJulian Wiedmann2017-01-121-66/+63Star
* s390/qeth: extract qeth_l2_remove_mac()Julian Wiedmann2017-01-121-14/+13Star
* s390/qeth: consolidate errno translationJulian Wiedmann2017-01-121-12/+8Star
* s390/qeth: don't convert return code twiceJulian Wiedmann2017-01-121-2/+1Star
* s390/qeth: drop qeth_l2_del_all_macs() parameterJulian Wiedmann2017-01-121-9/+2Star
* s390/qeth: Remove QETH_IP_HEADER_SIZEJulian Wiedmann2017-01-121-2/+0Star
* s390/qeth: Allow reading hsuid in state DOWNJulian Wiedmann2017-01-121-3/+0Star
* s390/qeth: display warning for OSA3 RX/TX checksum offloadingThomas Richter2017-01-121-0/+5
* s390/qeth: test RX/TX checksum offload replyThomas Richter2017-01-122-0/+23
* s390/qeth: rework RX/TX checksum offloadThomas Richter2017-01-123-33/+72
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* s390/net: use net core MTU range checkingJarod Wilson2016-10-205-29/+8Star
* s390/lcs: remove trailing space at end of dev_err messageColin Ian King2016-10-131-1/+1
* s390/netiucv: improve checking of sysfs attribute bufferUrsula Braun2016-10-131-7/+7
* s390/netiucv: get rid of one memcpy in netiucv_printuserUrsula Braun2016-10-131-2/+1Star
* s390/qeth: fix setting VIPA addressThomas Richter2016-09-161-2/+2
* qeth: do not turn on SG per defaultUrsula Braun2016-09-162-3/+0Star
* qeth: do not limit number of gso segmentsUrsula Braun2016-09-162-2/+0Star
* qeth: check not more than 16 SBALEs on the completion queueUrsula Braun2016-09-161-1/+2
* s390/qeth: allow hsuid configuration in DOWN stateUrsula Braun2016-09-161-5/+17
* s390/qeth: use ip_lock for hsuid configurationUrsula Braun2016-09-161-0/+5
* qeth: restore device features after recoveryHans Wippel2016-09-164-0/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-062-0/+2
|\
| * qeth: delete napi struct when removing a qeth deviceUrsula Braun2016-07-052-0/+2
* | s390/qeth: fix indentation in qeth_l3_arp_querySebastian Ott2016-06-171-13/+12Star
* | qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperS...Hans Wippel2016-06-172-4/+17
* | qeth: improve set_features error handlingHans Wippel2016-06-171-11/+27
* | qeth: add network device features for VLAN devicesHans Wippel2016-06-172-2/+10
* | qeth layer 2 and layer 3 common feature handlingThomas Richter2016-06-174-198/+111Star
* | qeth: optimize IP handling in rx_mode callbackLakhvich Dmitriy2016-06-177-458/+482
* | qeth: introduce linearization fail count to statsEugene Crosser2016-06-174-8/+23
* | qeth: enable scatter/gather by defaultEugene Crosser2016-06-172-3/+4
* | qeth: enable scatter/gather in layer 2 modeEugene Crosser2016-06-171-1/+25
* | qeth: fill netdevice->gso_* attributes accuratelyEugene Crosser2016-06-171-1/+3
* | qeth: clean up condition when tso is usedEugene Crosser2016-06-172-20/+30
* | qeth: refactor calculation of SBALE countEugene Crosser2016-06-173-41/+85
* | qeth: Include error message for "OS Mismatch"Eugene Crosser2016-06-171-0/+6
|/
* drivers: fix dev->trans_start removal falloutFlorian Westphal2016-05-041-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-043-5/+5
* s390: Use pr_warn instead of pr_warningJoe Perches2016-03-072-3/+3
* qeth: get rid of redundant 0-terminationRasmus Villemoes2015-12-141-2/+0Star
* qeth: repair SBAL elements calculationUrsula Braun2015-12-141-1/+1
* qeth: initialize net_device with carrier offUrsula Braun2015-12-142-0/+2
* qeth use common function qeth_get_setassparms_cmdThomas Richter2015-12-143-33/+17Star
* s390-ctcm: Delete unnecessary checks before the function call "channel_remove"Markus Elfring2015-12-141-5/+2Star
* 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-222-14/+12Star