summaryrefslogtreecommitdiff
path: root/drivers/s390/net/qeth_l3_main.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-23
|\
| * s390/qeth: free netdevice when removing a cardJulian Wiedmann2018-03-22
* | s390/qeth: shrink qeth_ipaddr structJulian Wiedmann2018-03-09
* | s390/qeth: extract helpers for managing special IPsJulian Wiedmann2018-03-09
* | s390/qeth: simplify card look-up on IP notificationJulian Wiedmann2018-03-09
* | s390/qeth: restructure IP notification handlersJulian Wiedmann2018-03-09
* | s390/qeth: reset NAPI context during queue initJulian Wiedmann2018-03-09
* | s390/qeth: reduce RX skb setupJulian Wiedmann2018-03-09
* | s390/qeth: allocate skb from NAPI cacheJulian Wiedmann2018-03-09
* | s390/qeth: pass correct length to header_ops->create()Julian Wiedmann2018-03-09
* | s390/qeth: support SG for more device typesJulian Wiedmann2018-03-09
* | s390/qeth: use __ipa_cmd() for casting an IPA cmd bufferJulian Wiedmann2018-03-09
|/
* s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann2018-02-28
* Revert "s390/qeth: fix using of ref counter for rxip addresses"Julian Wiedmann2018-02-28
* s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann2018-02-28
* s390/qeth: fix IP removal on offline cardsJulian Wiedmann2018-02-28
* s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann2018-02-28
* s390/qeth: improve error reporting on IP add/removalJulian Wiedmann2018-01-02
* s390/qeth: replace open-coded in*_pton()Julian Wiedmann2017-12-20
* s390/qeth: pass full data length to l3_fill_header()Julian Wiedmann2017-12-20
* s390/qeth: streamline l3_fill_header()Julian Wiedmann2017-12-20
* s390/qeth: unionize next-hop field in qeth L3 headerJulian Wiedmann2017-12-20
* s390/qeth: recognize non-IP multicast on L3 transmitJulian Wiedmann2017-12-20
* s390/qeth: clean up l3_get_cast_type()Julian Wiedmann2017-12-20
* s390/qeth: align L2 and L3 set_rx_mode() implementationsJulian Wiedmann2017-12-20
* s390/qeth: use ether_addr_* helpersJulian Wiedmann2017-12-20
* s390/qeth: drop CONFIG_QETH_IPV6Julian Wiedmann2017-12-20
* s390/qeth: use ip*_eth_mc_map helpersJulian Wiedmann2017-12-20
* s390/qeth: update takeover IPs after configuration changeJulian Wiedmann2017-12-15
* s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann2017-12-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-04
|\
| * s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann2017-12-02
| * s390/qeth: fix GSO throughput regressionJulian Wiedmann2017-12-02
| * s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann2017-12-02
* | s390: net: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-24
|/
* s390/qeth: fix early exit from error pathJulian Wiedmann2017-10-20
* s390/qeth: fold VLAN handling into l3_rebuild_skb()Julian Wiedmann2017-09-18
* s390/qeth: don't take queue lock in send_packet_fast()Julian Wiedmann2017-09-18
* s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann2017-08-18
* s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann2017-08-18
* s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann2017-08-18
* s390/qeth: fix using of ref counter for rxip addressesKittipon Meesompop2017-08-15
* s390/qeth: fix trace-messages for deleting rxip addressesKittipon Meesompop2017-08-15
* s390/net: reduce inliningJulian Wiedmann2017-08-15
* s390/qeth: make more use of skb APIJulian Wiedmann2017-08-15
* s390/qeth: remove extra L3 adapterparms queryJulian Wiedmann2017-08-15
* s390/qeth: don't access skb after transmissionJulian Wiedmann2017-08-15
* s390/qeth: fix L3 next-hop in xmit qeth hdrJulian Wiedmann2017-08-07
* drivers: s390: move static and inline before return typeJoe Perches2017-07-12
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16