summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-09s390/qeth: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-07-21s390/qeth: speed up L2 IQD xmitJulian Wiedmann1-3/+0
2018-07-21s390/qeth: add support for constrained HW headersJulian Wiedmann1-1/+2
2018-07-21s390/qeth: merge linearize-check into HW header constructionJulian Wiedmann1-27/+4
2018-07-21s390/qeth: add statistics for consumed buffer elementsJulian Wiedmann1-14/+14
2018-07-21s390/qeth: use core MTU range checkingJulian Wiedmann1-2/+0
2018-07-21s390/qeth: simplify max MTU handlingJulian Wiedmann1-1/+0
2018-07-21s390/qeth: allocate netdevice earlyJulian Wiedmann1-32/+16
2018-07-21s390/qeth: remove redundant netif_carrier_ok() checksJulian Wiedmann1-1/+1
2018-07-12s390/qeth: speed-up IPv4 OSA xmitJulian Wiedmann1-12/+21
2018-07-12s390/qeth: speed-up L3 IQD xmitJulian Wiedmann1-83/+128
2018-07-12s390/qeth: add a L3 xmit wrapperJulian Wiedmann1-57/+65
2018-07-12s390/qeth: increase GSO max size for eligible L3 devicesJulian Wiedmann1-2/+3
2018-07-12s390/qeth: clean up Output Queue selectionJulian Wiedmann1-9/+7
2018-07-12s390/qeth: fine-tune RX modesettingJulian Wiedmann1-3/+4
2018-06-30s390/qeth: consistently re-enable device featuresJulian Wiedmann1-1/+2
2018-04-27s390/qeth: add IPv6 TX checksum offload supportKittipon Meesompop1-1/+6
2018-04-27s390/qeth: extend Checksum Offload Assists for IPv6Kittipon Meesompop1-20/+4
2018-04-27s390/qeth: query IPv6 assists during hardsetupKittipon Meesompop1-8/+0
2018-04-27s390/qeth: extract csum offload helpersJulian Wiedmann1-30/+6
2018-04-27s390/qeth: de-indent else after returnKittipon Meesompop1-22/+21
2018-04-27s390/net: set HW port number in netdeviceUrsula Braun1-0/+1
2018-04-27s390/qeth: don't worry about IPs on VLAN removalJulian Wiedmann1-87/+0
2018-04-27s390/qeth: skip QDIO queue handler indirectionJulian Wiedmann1-3/+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: shrink qeth_ipaddr structJulian Wiedmann1-21/+25
2018-03-09s390/qeth: extract helpers for managing special IPsJulian Wiedmann1-117/+41
2018-03-09s390/qeth: simplify card look-up on IP notificationJulian Wiedmann1-65/+12
2018-03-09s390/qeth: restructure IP notification handlersJulian Wiedmann1-63/+39
2018-03-09s390/qeth: reset NAPI context during queue initJulian Wiedmann1-1/+0
2018-03-09s390/qeth: reduce RX skb setupJulian Wiedmann1-9/+1
2018-03-09s390/qeth: allocate skb from NAPI cacheJulian Wiedmann1-3/+1
2018-03-09s390/qeth: pass correct length to header_ops->create()Julian Wiedmann1-4/+3
2018-03-09s390/qeth: support SG for more device typesJulian Wiedmann1-6/+8
2018-03-09s390/qeth: use __ipa_cmd() for casting an IPA cmd bufferJulian Wiedmann1-7/+7
2018-02-28s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann1-50/+41
2018-02-28Revert "s390/qeth: fix using of ref counter for rxip addresses"Julian Wiedmann1-5/+3
2018-02-28s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann1-1/+2
2018-02-28s390/qeth: fix IP removal on offline cardsJulian Wiedmann1-11/+3
2018-02-28s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann1-5/+6
2018-01-02s390/qeth: improve error reporting on IP add/removalJulian Wiedmann1-14/+22
2017-12-20s390/qeth: replace open-coded in*_pton()Julian Wiedmann1-88/+0
2017-12-20s390/qeth: pass full data length to l3_fill_header()Julian Wiedmann1-8/+10
2017-12-20s390/qeth: streamline l3_fill_header()Julian Wiedmann1-56/+43
2017-12-20s390/qeth: unionize next-hop field in qeth L3 headerJulian Wiedmann1-6/+6
2017-12-20s390/qeth: recognize non-IP multicast on L3 transmitJulian Wiedmann1-2/+1
2017-12-20s390/qeth: clean up l3_get_cast_type()Julian Wiedmann1-32/+20
2017-12-20s390/qeth: align L2 and L3 set_rx_mode() implementationsJulian Wiedmann1-61/+33
2017-12-20s390/qeth: use ether_addr_* helpersJulian Wiedmann1-16/+13