aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-20s390/qeth: drop CONFIG_QETH_IPV6Julian Wiedmann1-51/+9
2017-12-20s390/qeth: use ip*_eth_mc_map helpersJulian Wiedmann1-29/+14
2017-12-15s390/qeth: update takeover IPs after configuration changeJulian Wiedmann1-3/+28
2017-12-15s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann1-2/+3
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+5
2017-12-02s390/qeth: build max size GSO skbs on L2 devicesJulian Wiedmann1-2/+2
2017-12-02s390/qeth: fix GSO throughput regressionJulian Wiedmann1-0/+2
2017-12-02s390/qeth: fix thinko in IPv4 multicast address trackingJulian Wiedmann1-0/+1
2017-11-24s390: net: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-10-20s390/qeth: fix early exit from error pathJulian Wiedmann1-2/+4
2017-09-18s390/qeth: fold VLAN handling into l3_rebuild_skb()Julian Wiedmann1-16/+11
2017-09-18s390/qeth: don't take queue lock in send_packet_fast()Julian Wiedmann1-2/+2
2017-08-18s390/qeth: pass full IQD header length to fill_buffer()Julian Wiedmann1-1/+2
2017-08-18s390/qeth: pass TSO data offset to fill_buffer()Julian Wiedmann1-1/+1
2017-08-18s390/qeth: pass TSO header length to fill_buffer()Julian Wiedmann1-6/+9
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/net: reduce inliningJulian Wiedmann1-8/+7
2017-08-15s390/qeth: make more use of skb APIJulian Wiedmann1-2/+2
2017-08-15s390/qeth: remove extra L3 adapterparms queryJulian Wiedmann1-13/+1
2017-08-15s390/qeth: don't access skb after transmissionJulian Wiedmann1-2/+2
2017-08-07s390/qeth: fix L3 next-hop in xmit qeth hdrJulian Wiedmann1-2/+2
2017-07-12drivers: s390: move static and inline before return typeJoe Perches1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-4/+2
2017-06-06s390/qeth: add support for early L3 device setupUrsula Braun1-5/+13
2017-06-06s390/qeth: query IPv6 IPA support on HiperSocketsJulian Wiedmann1-3/+4
2017-06-06s390/qeth: remove skb_is_nonlinear() check on IQDJulian Wiedmann1-7/+1
2017-06-06s390/qeth: remove support for IPA_IP_FRAGMENTATIONJulian Wiedmann1-26/+0
2017-05-11s390/qeth: add missing hash table initializationsUrsula Braun1-0/+2
2017-05-11s390/qeth: unbreak OSM and OSN supportJulian Wiedmann1-0/+1
2017-05-11s390/qeth: handle sysfs error during initializationUrsula Braun1-1/+4
2017-04-11s390/qeth: convert to ETHTOOL_GLINKSETTINGS APIJulian Wiedmann1-1/+1
2017-04-11s390/qeth: use correct return type for hard_start_xmit()Julian Wiedmann1-1/+2
2017-04-11s390/qeth: remove unused parameterJulian Wiedmann1-1/+1
2017-04-11s390/qeth: move gdev shutdown handler to coreJulian Wiedmann1-12/+0
2017-04-11s390/qeth: move NAPI poll routine to coreJulian Wiedmann1-76/+2
2017-04-11s390/qeth: move common ioctl handling to coreJulian Wiedmann1-38/+3
2017-04-07s390/qeth: improve endianness handlingHans Wippel1-22/+22
2017-04-07s390/qeth: Remove unused codeJulian Wiedmann1-4/+0
2017-03-24s390/qeth: no ETH header for outbound AF_IUCVJulian Wiedmann1-11/+4
2017-03-24s390/qeth: size calculation outbound buffersJulian Wiedmann1-2/+3