summaryrefslogtreecommitdiff
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorFilesLines
2018-03-09s390/qeth: fix IPA command submission raceJulian Wiedmann1-9/+10
2018-03-09s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann2-51/+74
2018-03-09Revert "s390/qeth: fix using of ref counter for rxip addresses"Julian Wiedmann1-5/+3
2018-03-09s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann1-1/+2
2018-03-09s390/qeth: fix IP removal on offline cardsJulian Wiedmann1-11/+3
2018-03-09s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann2-9/+12
2018-03-09s390/qeth: fix SETIP command handlingJulian Wiedmann2-6/+13
2018-03-09s390/qeth: fix underestimated count of buffer elementsUrsula Braun1-1/+1
2018-01-02s390/qeth: fix error handling in checksum cmd callbackJulian Wiedmann1-1/+8
2018-01-02s390/qeth: update takeover IPs after configuration changeJulian Wiedmann5-37/+67
2018-01-02s390/qeth: lock IP table while applying takeover changesJulian Wiedmann1-0/+2
2018-01-02s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann2-4/+6
2018-01-02s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann3-20/+19
2017-12-17s390/qeth: fix GSO throughput regressionJulian Wiedmann4-0/+38
2017-12-17s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann1-0/+1
2017-12-17s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2-4/+2
2017-12-17s390/qeth: fix early exit from error pathJulian Wiedmann1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman19-0/+19
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-329/+356
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-4/+4
2017-08-18s390/qeth: use skb_cow_head() for L2 OSA xmitJulian Wiedmann3-22/+65
2017-08-18s390/qeth: unify code to build header elementsJulian Wiedmann1-14/+15
2017-08-18s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann3-4/+4
2017-08-18s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann4-10/+8
2017-08-18s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann4-21/+23
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: fix using of ref counter for rxip addressesKittipon Meesompop1-3/+5
2017-08-15s390/qeth: fix trace-messages for deleting rxip addressesKittipon Meesompop1-2/+2
2017-08-15s390/qeth: reject multicast rxip addressesKittipon Meesompop1-0/+17
2017-08-15s390/qeth: extract bridgeport cmd builderJulian Wiedmann1-36/+26
2017-08-15s390/net: reduce inliningJulian Wiedmann7-74/+67
2017-08-15s390/qeth: make more use of skb APIJulian Wiedmann4-18/+10
2017-08-15s390/qeth: clean up fill_buffer() offset logicJulian Wiedmann2-19/+18
2017-08-15s390/qeth: straighten out fill_buffer() interfaceJulian Wiedmann1-15/+14
2017-08-15s390/qeth: simplify fragment type selectionJulian Wiedmann1-15/+8
2017-08-15s390/qeth: remove extra L3 adapterparms queryJulian Wiedmann1-13/+1
2017-08-15s390/qeth: remove extra L2 adapterparms queryJulian Wiedmann1-9/+0
2017-08-15s390/qeth: don't access skb after transmissionJulian Wiedmann2-10/+8
2017-08-07s390/qeth: fix L3 next-hop in xmit qeth hdrJulian Wiedmann1-2/+2
2017-07-26s390/qeth: constify attribute_group structures.Arvind Yadav1-4/+4
2017-07-13drivers: s390: move static and inline before return typeJoe Perches2-2/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds14-205/+304
2017-07-04Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-17/+15
2017-07-03ctcm_fsms: Convert skb->user accesses to refcount_tDavid S. Miller1-6/+6
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena3-20/+20
2017-06-20s390/qeth: use diag26c to get MAC address on L2Julian Wiedmann3-2/+76
2017-06-20s390/qeth: fix packing buffer statisticsJulian Wiedmann1-7/+10
2017-06-20s390/qeth: add ipa return codes for bridgeportKittipon Meesompop3-17/+49
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg2-6/+3