summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3_main.c
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: add IPv6 TX checksum offload supportKittipon Meesompop2018-04-271-1/+6
* s390/qeth: extend Checksum Offload Assists for IPv6Kittipon Meesompop2018-04-271-20/+4
* s390/qeth: query IPv6 assists during hardsetupKittipon Meesompop2018-04-271-8/+0
* s390/qeth: extract csum offload helpersJulian Wiedmann2018-04-271-30/+6
* s390/qeth: de-indent else after returnKittipon Meesompop2018-04-271-22/+21
* s390/net: set HW port number in netdeviceUrsula Braun2018-04-271-0/+1
* s390/qeth: don't worry about IPs on VLAN removalJulian Wiedmann2018-04-271-87/+0
* s390/qeth: skip QDIO queue handler indirectionJulian Wiedmann2018-04-271-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+1
|\
| * s390/qeth: free netdevice when removing a cardJulian Wiedmann2018-03-221-1/+1
* | s390/qeth: shrink qeth_ipaddr structJulian Wiedmann2018-03-091-21/+25
* | s390/qeth: extract helpers for managing special IPsJulian Wiedmann2018-03-091-117/+41
* | s390/qeth: simplify card look-up on IP notificationJulian Wiedmann2018-03-091-65/+12
* | s390/qeth: restructure IP notification handlersJulian Wiedmann2018-03-091-63/+39
* | s390/qeth: reset NAPI context during queue initJulian Wiedmann2018-03-091-1/+0
* | s390/qeth: reduce RX skb setupJulian Wiedmann2018-03-091-9/+1
* | s390/qeth: allocate skb from NAPI cacheJulian Wiedmann2018-03-091-3/+1
* | s390/qeth: pass correct length to header_ops->create()Julian Wiedmann2018-03-091-4/+3
* | s390/qeth: support SG for more device typesJulian Wiedmann2018-03-091-6/+8
* | s390/qeth: use __ipa_cmd() for casting an IPA cmd bufferJulian Wiedmann2018-03-091-7/+7
|/
* s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann2018-02-281-50/+41
* Revert "s390/qeth: fix using of ref counter for rxip addresses"Julian Wiedmann2018-02-281-5/+3
* s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann2018-02-281-1/+2
* s390/qeth: fix IP removal on offline cardsJulian Wiedmann2018-02-281-11/+3
* s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann2018-02-281-5/+6
* s390/qeth: improve error reporting on IP add/removalJulian Wiedmann2018-01-021-14/+22
* s390/qeth: replace open-coded in*_pton()Julian Wiedmann2017-12-201-88/+0
* s390/qeth: pass full data length to l3_fill_header()Julian Wiedmann2017-12-201-8/+10
* s390/qeth: streamline l3_fill_header()Julian Wiedmann2017-12-201-56/+43
* s390/qeth: unionize next-hop field in qeth L3 headerJulian Wiedmann2017-12-201-6/+6
* s390/qeth: recognize non-IP multicast on L3 transmitJulian Wiedmann2017-12-201-2/+1
* s390/qeth: clean up l3_get_cast_type()Julian Wiedmann2017-12-201-32/+20
* s390/qeth: align L2 and L3 set_rx_mode() implementationsJulian Wiedmann2017-12-201-61/+33
* s390/qeth: use ether_addr_* helpersJulian Wiedmann2017-12-201-16/+13
* s390/qeth: drop CONFIG_QETH_IPV6Julian Wiedmann2017-12-201-51/+9
* s390/qeth: use ip*_eth_mc_map helpersJulian Wiedmann2017-12-201-29/+14
* s390/qeth: update takeover IPs after configuration changeJulian Wiedmann2017-12-151-3/+28
* s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann2017-12-151-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-041-2/+5
|\
| * s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2017-12-021-2/+2
| * s390/qeth: fix GSO throughput regressionJulian Wiedmann2017-12-021-0/+2
| * s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann2017-12-021-0/+1
* | s390: net: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
|/
* s390/qeth: fix early exit from error pathJulian Wiedmann2017-10-201-2/+4
* s390/qeth: fold VLAN handling into l3_rebuild_skb()Julian Wiedmann2017-09-181-16/+11
* s390/qeth: don't take queue lock in send_packet_fast()Julian Wiedmann2017-09-181-2/+2
* s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann2017-08-181-1/+2
* s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann2017-08-181-1/+1
* s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann2017-08-181-6/+9
* s390/qeth: fix using of ref counter for rxip addressesKittipon Meesompop2017-08-151-3/+5
OpenPOWER on IntegriCloud