aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l2_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-24s390: net: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-10-20s390/qeth: no VLAN support on OSMJulian Wiedmann1-11/+6
2017-10-20s390/qeth: don't verify device when setting MAC addressJulian Wiedmann1-23/+0
2017-09-18s390/qeth: translate SETVLAN/DELVLAN errorsJulian Wiedmann1-12/+35
2017-09-18s390/qeth: don't take queue lock in send_packet_fast()Julian Wiedmann1-1/+1
2017-09-18s390/qeth: add VNICC get/set timeout supportHans Wippel1-5/+130
2017-09-18s390/qeth: add VNICC enable/disable supportHans Wippel1-0/+207
2017-09-18s390/qeth: add basic VNICC supportHans Wippel1-3/+133
2017-08-18s390/qeth: use skb_cow_head() for L2 OSA xmitJulian Wiedmann1-22/+36
2017-08-18s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann1-1/+1
2017-08-18s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann1-2/+2
2017-08-18s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann1-2/+2
2017-08-18s390/qeth: pass full data length to l2_fill_header()Julian Wiedmann1-6/+6
2017-08-18s390/qeth: split L2 xmit pathsJulian Wiedmann1-102/+123
2017-08-15s390/qeth: extract bridgeport cmd builderJulian Wiedmann1-36/+26
2017-08-15s390/net: reduce inliningJulian Wiedmann1-16/+8
2017-08-15s390/qeth: make more use of skb APIJulian Wiedmann1-4/+3
2017-08-15s390/qeth: remove extra L2 adapterparms queryJulian Wiedmann1-9/+0
2017-08-15s390/qeth: don't access skb after transmissionJulian Wiedmann1-8/+6
2017-06-20s390/qeth: use diag26c to get MAC address on L2Julian Wiedmann1-2/+14
2017-06-20s390/qeth: add ipa return codes for bridgeportKittipon Meesompop1-17/+17
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