aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l2_main.c
AgeCommit message (Expand)Author
2020-08-21s390/qeth: don't process empty bridge port eventsJulian Wiedmann
2019-11-20s390/qeth: invoke softirqs after napi_schedule()Julian Wiedmann
2019-06-25s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter
2018-10-10s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann
2018-03-31s390/qeth: free netdevice when removing a cardJulian Wiedmann
2017-12-17s390/qeth: fix GSO throughput regressionJulian Wiedmann
2017-12-17s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann
2017-08-18s390/qeth: use skb_cow_head() for L2 OSA xmitJulian Wiedmann
2017-08-18s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann
2017-08-18s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann
2017-08-18s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann
2017-08-18s390/qeth: pass full data length to l2_fill_header()Julian Wiedmann
2017-08-18s390/qeth: split L2 xmit pathsJulian Wiedmann
2017-08-15s390/qeth: extract bridgeport cmd builderJulian Wiedmann
2017-08-15s390/net: reduce inliningJulian Wiedmann
2017-08-15s390/qeth: make more use of skb APIJulian Wiedmann
2017-08-15s390/qeth: remove extra L2 adapterparms queryJulian Wiedmann
2017-08-15s390/qeth: don't access skb after transmissionJulian Wiedmann
2017-06-20s390/qeth: use diag26c to get MAC address on L2Julian Wiedmann
2017-06-20s390/qeth: add ipa return codes for bridgeportKittipon Meesompop
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-06s390/qeth: log bridgeport capabilitiesJulian Wiedmann
2017-05-11s390/qeth: avoid null pointer dereference on OSNJulian Wiedmann
2017-05-11s390/qeth: unbreak OSM and OSN supportJulian Wiedmann
2017-05-11s390/qeth: handle sysfs error during initializationUrsula Braun
2017-04-11s390/qeth: convert to ETHTOOL_GLINKSETTINGS APIJulian Wiedmann
2017-04-11s390/qeth: use and remove some definesJulian Wiedmann
2017-04-11s390/qeth: use correct return type for hard_start_xmit()Julian Wiedmann
2017-04-11s390/qeth: remove unused parameterJulian Wiedmann
2017-04-11s390/qeth: move gdev shutdown handler to coreJulian Wiedmann
2017-04-11s390/qeth: move NAPI poll routine to coreJulian Wiedmann
2017-04-11s390/qeth: move common ioctl handling to coreJulian Wiedmann
2017-04-07s390/qeth: Remove unused codeJulian Wiedmann
2017-03-24s390/qeth: size calculation outbound buffersJulian Wiedmann
2017-01-12s390/qeth: issue STARTLAN as first IPA commandJulian Wiedmann
2017-01-12s390/qeth: shuffle MAC management functions aroundJulian Wiedmann
2017-01-12s390/qeth: extract qeth_l2_remove_mac()Julian Wiedmann
2017-01-12s390/qeth: consolidate errno translationJulian Wiedmann
2017-01-12s390/qeth: don't convert return code twiceJulian Wiedmann
2017-01-12s390/qeth: drop qeth_l2_del_all_macs() parameterJulian Wiedmann
2016-10-20s390/net: use net core MTU range checkingJarod Wilson
2016-09-16qeth: do not turn on SG per defaultUrsula Braun
2016-09-16qeth: do not limit number of gso segmentsUrsula Braun
2016-09-16qeth: restore device features after recoveryHans Wippel
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-04qeth: delete napi struct when removing a qeth deviceUrsula Braun
2016-06-16qeth: add network device features for VLAN devicesHans Wippel
2016-06-16qeth layer 2 and layer 3 common feature handlingThomas Richter
2016-06-16qeth: optimize IP handling in rx_mode callbackLakhvich Dmitriy
2016-06-16qeth: introduce linearization fail count to statsEugene Crosser