aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l2_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+1
2017-06-06s390/qeth: log bridgeport capabilitiesJulian Wiedmann1-0/+8
2017-05-11s390/qeth: avoid null pointer dereference on OSNJulian Wiedmann1-4/+6
2017-05-11s390/qeth: unbreak OSM and OSN supportJulian Wiedmann1-4/+13
2017-05-11s390/qeth: handle sysfs error during initializationUrsula Braun1-1/+4
2017-04-11s390/qeth: convert to ETHTOOL_GLINKSETTINGS APIJulian Wiedmann1-1/+1
2017-04-11s390/qeth: use and remove some definesJulian Wiedmann1-1/+1
2017-04-11s390/qeth: use correct return type for hard_start_xmit()Julian Wiedmann1-1/+2
2017-04-11s390/qeth: remove unused parameterJulian Wiedmann1-1/+1
2017-04-11s390/qeth: move gdev shutdown handler to coreJulian Wiedmann1-12/+0
2017-04-11s390/qeth: move NAPI poll routine to coreJulian Wiedmann1-76/+2
2017-04-11s390/qeth: move common ioctl handling to coreJulian Wiedmann1-52/+2
2017-04-07s390/qeth: Remove unused codeJulian Wiedmann1-1/+0
2017-03-24s390/qeth: size calculation outbound buffersJulian Wiedmann1-2/+3
2017-01-12s390/qeth: issue STARTLAN as first IPA commandJulian Wiedmann1-15/+0
2017-01-12s390/qeth: shuffle MAC management functions aroundJulian Wiedmann1-66/+63
2017-01-12s390/qeth: extract qeth_l2_remove_mac()Julian Wiedmann1-14/+13
2017-01-12s390/qeth: consolidate errno translationJulian Wiedmann1-12/+8
2017-01-12s390/qeth: don't convert return code twiceJulian Wiedmann1-2/+1
2017-01-12s390/qeth: drop qeth_l2_del_all_macs() parameterJulian Wiedmann1-9/+2
2016-10-20s390/net: use net core MTU range checkingJarod Wilson1-0/+2
2016-09-16qeth: do not turn on SG per defaultUrsula Braun1-2/+0
2016-09-16qeth: do not limit number of gso segmentsUrsula Braun1-1/+0
2016-09-16qeth: restore device features after recoveryHans Wippel1-0/+3
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-07-04qeth: delete napi struct when removing a qeth deviceUrsula Braun1-0/+1
2016-06-16qeth: add network device features for VLAN devicesHans Wippel1-2/+7
2016-06-16qeth layer 2 and layer 3 common feature handlingThomas Richter1-42/+12
2016-06-16qeth: optimize IP handling in rx_mode callbackLakhvich Dmitriy1-6/+6
2016-06-16qeth: introduce linearization fail count to statsEugene Crosser1-3/+9
2016-06-16qeth: enable scatter/gather by defaultEugene Crosser1-2/+2
2016-06-16qeth: enable scatter/gather in layer 2 modeEugene Crosser1-1/+25
2016-06-16qeth: Include error message for "OS Mismatch"Eugene Crosser1-0/+6
2015-12-14qeth: initialize net_device with carrier offUrsula Braun1-0/+1
2015-10-07s390/qeth: optimize MAC handling in rx_mode callbackLakhvich Dmitriy1-39/+98
2015-10-07s390/qeth: switch to napi_gro_receiveThomas Richter1-1/+1
2015-09-21qeth: add layer 2 RX/TX checksum offloadingThomas Richter1-7/+80
2015-09-21qeth: remove extraneous length from %pM formatEugene Crosser1-2/+2
2015-08-07s390: remove unneeded variablesPeter Senna Tschudin1-4/+1
2015-05-18qeth: replace ENOSYS with EOPNOTSUPPEugene Crosser1-5/+5
2015-05-18qeth: OSA version of SETBRIDGEPORT commandEugene Crosser1-25/+43
2015-05-18qeth: IFF_PROMISC flag to BRIDGE PORT modeEugene Crosser1-3/+37
2015-05-18qeth: fix handling of IPA return codesEugene Crosser1-6/+4
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-112/+108
2015-01-25390/qeth: Fix locking warning during qeth device setupThomas Richter1-9/+26
2015-01-25qeth: clean up error handlingEugene Crosser1-104/+83
2015-01-17qeth: use qeth_card_hw_is_reachable() everywhereEugene Crosser1-4/+2
2014-10-26qeth: fix some trace formating issuesThomas Richter1-1/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+4
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-4/+3