| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/qeth: pass full IQD header length to fill_buffer() | Julian Wiedmann | 2017-08-18 | 1 | -1/+2 |
* | s390/qeth: pass TSO data offset to fill_buffer() | Julian Wiedmann | 2017-08-18 | 1 | -1/+1 |
* | s390/qeth: pass TSO header length to fill_buffer() | Julian Wiedmann | 2017-08-18 | 1 | -6/+9 |
* | s390/qeth: fix using of ref counter for rxip addresses | Kittipon Meesompop | 2017-08-15 | 1 | -3/+5 |
* | s390/qeth: fix trace-messages for deleting rxip addresses | Kittipon Meesompop | 2017-08-15 | 1 | -2/+2 |
* | s390/net: reduce inlining | Julian Wiedmann | 2017-08-15 | 1 | -8/+7 |
* | s390/qeth: make more use of skb API | Julian Wiedmann | 2017-08-15 | 1 | -2/+2 |
* | s390/qeth: remove extra L3 adapterparms query | Julian Wiedmann | 2017-08-15 | 1 | -13/+1 |
* | s390/qeth: don't access skb after transmission | Julian Wiedmann | 2017-08-15 | 1 | -2/+2 |
* | s390/qeth: fix L3 next-hop in xmit qeth hdr | Julian Wiedmann | 2017-08-07 | 1 | -2/+2 |
* | drivers: s390: move static and inline before return type | Joe Perches | 2017-07-12 | 1 | -1/+1 |
* | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 1 | -4/+2 |
* | s390/qeth: add support for early L3 device setup | Ursula Braun | 2017-06-06 | 1 | -5/+13 |
* | s390/qeth: query IPv6 IPA support on HiperSockets | Julian Wiedmann | 2017-06-06 | 1 | -3/+4 |
* | s390/qeth: remove skb_is_nonlinear() check on IQD | Julian Wiedmann | 2017-06-06 | 1 | -7/+1 |
* | s390/qeth: remove support for IPA_IP_FRAGMENTATION | Julian Wiedmann | 2017-06-06 | 1 | -26/+0 |
* | s390/qeth: add missing hash table initializations | Ursula Braun | 2017-05-11 | 1 | -0/+2 |
* | s390/qeth: unbreak OSM and OSN support | Julian Wiedmann | 2017-05-11 | 1 | -0/+1 |
* | s390/qeth: handle sysfs error during initialization | Ursula Braun | 2017-05-11 | 1 | -1/+4 |
* | s390/qeth: convert to ETHTOOL_GLINKSETTINGS API | Julian Wiedmann | 2017-04-11 | 1 | -1/+1 |
* | s390/qeth: use correct return type for hard_start_xmit() | Julian Wiedmann | 2017-04-11 | 1 | -1/+2 |
* | s390/qeth: remove unused parameter | Julian Wiedmann | 2017-04-11 | 1 | -1/+1 |
* | s390/qeth: move gdev shutdown handler to core | Julian Wiedmann | 2017-04-11 | 1 | -12/+0 |
* | s390/qeth: move NAPI poll routine to core | Julian Wiedmann | 2017-04-11 | 1 | -76/+2 |
* | s390/qeth: move common ioctl handling to core | Julian Wiedmann | 2017-04-11 | 1 | -38/+3 |
* | s390/qeth: improve endianness handling | Hans Wippel | 2017-04-07 | 1 | -22/+22 |
* | s390/qeth: Remove unused code | Julian Wiedmann | 2017-04-07 | 1 | -4/+0 |
* | s390/qeth: no ETH header for outbound AF_IUCV | Julian Wiedmann | 2017-03-24 | 1 | -11/+4 |
* | s390/qeth: size calculation outbound buffers | Julian Wiedmann | 2017-03-24 | 1 | -2/+3 |
* | s390/qeth: issue STARTLAN as first IPA command | Julian Wiedmann | 2017-01-12 | 1 | -15/+0 |
* | s390/net: use net core MTU range checking | Jarod Wilson | 2016-10-20 | 1 | -0/+2 |
* | s390/qeth: fix setting VIPA address | Thomas Richter | 2016-09-16 | 1 | -2/+2 |
* | qeth: do not turn on SG per default | Ursula Braun | 2016-09-16 | 1 | -1/+0 |
* | qeth: do not limit number of gso segments | Ursula Braun | 2016-09-16 | 1 | -1/+0 |
* | s390/qeth: allow hsuid configuration in DOWN state | Ursula Braun | 2016-09-16 | 1 | -5/+17 |
* | qeth: restore device features after recovery | Hans Wippel | 2016-09-16 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-07-06 | 1 | -0/+1 |
|\ |
|
| * | qeth: delete napi struct when removing a qeth device | Ursula Braun | 2016-07-04 | 1 | -0/+1 |
* | | s390/qeth: fix indentation in qeth_l3_arp_query | Sebastian Ott | 2016-06-16 | 1 | -13/+12 |
* | | qeth: add network device features for VLAN devices | Hans Wippel | 2016-06-16 | 1 | -0/+3 |
* | | qeth layer 2 and layer 3 common feature handling | Thomas Richter | 2016-06-16 | 1 | -114/+9 |
* | | qeth: optimize IP handling in rx_mode callback | Lakhvich Dmitriy | 2016-06-16 | 1 | -384/+398 |
* | | qeth: introduce linearization fail count to stats | Eugene Crosser | 2016-06-16 | 1 | -3/+9 |
* | | qeth: enable scatter/gather by default | Eugene Crosser | 2016-06-16 | 1 | -1/+2 |
* | | qeth: fill netdevice->gso_* attributes accurately | Eugene Crosser | 2016-06-16 | 1 | -1/+3 |
* | | qeth: clean up condition when tso is used | Eugene Crosser | 2016-06-16 | 1 | -20/+24 |
* | | qeth: refactor calculation of SBALE count | Eugene Crosser | 2016-06-16 | 1 | -20/+38 |
|/ |
|
* | s390: Use pr_warn instead of pr_warning | Joe Perches | 2016-03-07 | 1 | -1/+1 |
* | qeth: repair SBAL elements calculation | Ursula Braun | 2015-12-14 | 1 | -1/+1 |
* | qeth: initialize net_device with carrier off | Ursula Braun | 2015-12-14 | 1 | -0/+1 |