summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: consistently re-enable device featuresJulian Wiedmann2018-06-304-17/+16
* s390/qeth: don't clobber buffer on async TX completionJulian Wiedmann2018-06-302-6/+27
* s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]Vasily Gorbik2018-06-301-2/+2
* s390/qeth: fix race when setting MAC addressJulian Wiedmann2018-06-301-4/+11
* Revert "s390/qeth: use Read device to query hypervisor for MAC"Julian Wiedmann2018-06-301-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-13/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-067-292/+229
|\
| * s390/qeth: improve fallback to random MAC addressJulian Wiedmann2018-04-271-10/+13
| * s390/qeth: add IPv6 RX checksum offload supportKittipon Meesompop2018-04-273-8/+33
| * s390/qeth: add IPv6 TX checksum offload supportKittipon Meesompop2018-04-275-15/+38
| * s390/qeth: extend Checksum Offload Assists for IPv6Kittipon Meesompop2018-04-273-52/+60
| * s390/qeth: query IPv6 assists during hardsetupKittipon Meesompop2018-04-272-8/+5
| * s390/qeth: add stats counter for RX csum offloadKittipon Meesompop2018-04-272-3/+9
| * s390/qeth: disregard IPv4 header for RX csum offloadJulian Wiedmann2018-04-271-1/+0
| * s390/qeth: extract csum offload helpersJulian Wiedmann2018-04-273-59/+33
| * s390/qeth: de-indent else after returnKittipon Meesompop2018-04-271-22/+21
| * s390/net: set HW port number in netdeviceUrsula Braun2018-04-274-0/+7
| * s390/qeth: don't worry about IPs on VLAN removalJulian Wiedmann2018-04-271-87/+0
| * s390/qeth: convert vlan spinlock to mutexJulian Wiedmann2018-04-273-9/+10
| * s390/qeth: skip QDIO queue handler indirectionJulian Wiedmann2018-04-274-31/+13
* | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-025-117/+117
|\|
| * s390/qeth: use Read device to query hypervisor for MACJulian Wiedmann2018-04-221-1/+1
| * s390/qeth: fix request-side race during cmd IO timeoutJulian Wiedmann2018-04-223-27/+40
| * s390/qeth: fix MAC address update sequenceJulian Wiedmann2018-04-221-24/+31
| * s390/qeth: handle failure on workqueue creationJulian Wiedmann2018-04-221-1/+7
| * s390/qeth: avoid control IO completion stallsJulian Wiedmann2018-04-222-19/+5
| * s390/qeth: fix error handling in adapter command callbacksJulian Wiedmann2018-04-221-48/+37
| * s390: remove couple of duplicate includesVasily Gorbik2018-04-161-1/+0
| * s390/smsgiucv: disable SMSG on module unloadMartin Schwidefsky2018-04-161-1/+1
* | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-191-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-04-091-1/+1
|\
| * s390/cio: rename struct channel_path_descSebastian Ott2018-03-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-233-8/+17
|\ \
| * | s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann2018-03-221-0/+1
| * | s390/qeth: lock read device while queueing next bufferJulian Wiedmann2018-03-221-3/+13
| * | s390/qeth: when thread completes, wake up all waitersJulian Wiedmann2018-03-221-1/+1
| * | s390/qeth: free netdevice when removing a cardJulian Wiedmann2018-03-223-4/+2
* | | s390/qeth: shrink qeth_ipaddr structJulian Wiedmann2018-03-093-30/+33
* | | s390/qeth: extract helpers for managing special IPsJulian Wiedmann2018-03-093-165/+57
* | | s390/qeth: simplify card look-up on IP notificationJulian Wiedmann2018-03-092-67/+12
* | | s390/qeth: restructure IP notification handlersJulian Wiedmann2018-03-092-63/+49
* | | s390/qeth: reset NAPI context during queue initJulian Wiedmann2018-03-093-4/+2
* | | s390/qeth: reduce RX skb setupJulian Wiedmann2018-03-092-10/+1
* | | s390/qeth: allocate skb from NAPI cacheJulian Wiedmann2018-03-093-6/+4
* | | s390/qeth: pass correct length to header_ops->create()Julian Wiedmann2018-03-091-4/+3
* | | s390/qeth: advertise IFF_UNICAST_FLTJulian Wiedmann2018-03-091-0/+1
* | | s390/qeth: support SG for more device typesJulian Wiedmann2018-03-092-13/+17
* | | s390/qeth: remove outdated portname debug msgJulian Wiedmann2018-03-091-5/+2
* | | s390/qeth: use __ipa_cmd() for casting an IPA cmd bufferJulian Wiedmann2018-03-093-28/+24
|/ /
* | s390/qeth: fix IPA command submission raceJulian Wiedmann2018-02-281-9/+10