aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/net/qeth_l2_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-27s390/qeth: improve fallback to random MAC addressJulian Wiedmann1-10/+13
2018-04-27s390/qeth: add IPv6 RX checksum offload supportKittipon Meesompop1-4/+5
2018-04-27s390/qeth: add IPv6 TX checksum offload supportKittipon Meesompop1-4/+10
2018-04-27s390/qeth: extract csum offload helpersJulian Wiedmann1-29/+6
2018-04-27s390/net: set HW port number in netdeviceUrsula Braun1-0/+1
2018-04-27s390/qeth: convert vlan spinlock to mutexJulian Wiedmann1-7/+8
2018-04-27s390/qeth: skip QDIO queue handler indirectionJulian Wiedmann1-3/+0
2018-04-22s390/qeth: fix request-side race during cmd IO timeoutJulian Wiedmann1-2/+2
2018-04-22s390/qeth: fix MAC address update sequenceJulian Wiedmann1-24/+31
2018-04-16s390: remove couple of duplicate includesVasily Gorbik1-1/+0
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-22s390/qeth: free netdevice when removing a cardJulian Wiedmann1-1/+1
2018-03-09s390/qeth: reset NAPI context during queue initJulian Wiedmann1-1/+0
2018-03-09s390/qeth: reduce RX skb setupJulian Wiedmann1-1/+0
2018-03-09s390/qeth: allocate skb from NAPI cacheJulian Wiedmann1-1/+0
2018-03-09s390/qeth: advertise IFF_UNICAST_FLTJulian Wiedmann1-0/+1
2018-03-09s390/qeth: support SG for more device typesJulian Wiedmann1-7/+9
2018-03-09s390/qeth: use __ipa_cmd() for casting an IPA cmd bufferJulian Wiedmann1-8/+6
2017-12-20s390/qeth: align L2 and L3 set_rx_mode() implementationsJulian Wiedmann1-6/+10
2017-12-20s390/qeth: use ether_addr_* helpersJulian Wiedmann1-6/+6
2017-12-20s390/qeth: consolidate qeth MAC address helpersJulian Wiedmann1-29/+18
2017-12-20s390/qeth: don't keep track of MAC address's cast typeJulian Wiedmann1-19/+8
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2017-12-02s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann1-2/+0
2017-12-02s390/qeth: fix GSO throughput regressionJulian Wiedmann1-0/+2
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