summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3_sys.c
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: Fix vipa deletionThorsten Winkler2023-07-051-1/+1
* s390/qeth: Convert sprintf/snprintf to scnprintfThorsten Winkler2023-02-101-2/+2
* s390/qeth: Convert sysfs sprintf to sysfs_emitThorsten Winkler2023-02-101-52/+25
* s390/qeth: Use constant for IP address buffersThorsten Winkler2023-02-101-3/+3
* s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann2020-12-071-21/+0
* s390/qeth: static checker cleanupsJulian Wiedmann2020-10-021-4/+4
* s390/qeth: replace deprecated simple_stroul()Julian Wiedmann2020-09-231-11/+10
* s390/qeth: clean up string ops in qeth_l3_parse_ipatoe()Julian Wiedmann2020-09-231-13/+14
* s390/qeth: relax locking for ipato config dataJulian Wiedmann2020-09-231-11/+11
* s390/qeth: remove fake_broadcast attributeJulian Wiedmann2020-03-271-35/+0
* s390/qeth: implement smarter resizing of the RX buffer poolJulian Wiedmann2020-03-111-5/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-311-12/+28
|\
| * s390/qeth: lock the card while changing its hsuidJulian Wiedmann2019-12-241-12/+28
* | s390/qeth: clean up L3 sysfs codeJulian Wiedmann2019-12-181-84/+22
* | s390/qeth: overhaul L3 IP address dump codeJulian Wiedmann2019-12-181-29/+37
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-251-94/+0
|\
| * s390/qeth: don't check drvdata in sysfs codeJulian Wiedmann2019-11-141-94/+0
* | s390/qdio: move SSQD Sniffer mask definitionJulian Wiedmann2019-10-311-1/+1
|/
* s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann2019-04-261-3/+3
* s390/qeth: convert IP table spinlock to mutexJulian Wiedmann2019-03-281-10/+10
* s390/qeth: remove RECOVER stateJulian Wiedmann2019-02-281-8/+4
* s390/qeth: allocate netdevice earlyJulian Wiedmann2018-07-211-4/+2
* s390/qeth: extract helpers for managing special IPsJulian Wiedmann2018-03-091-39/+12
* s390/qeth: use common helper to display rxip/vipaJulian Wiedmann2018-01-021-66/+24
* s390/qeth: improve error reporting on IP add/removalJulian Wiedmann2018-01-021-6/+6
* s390/qeth: replace open-coded in*_pton()Julian Wiedmann2017-12-201-0/+12
* s390/qeth: update takeover IPs after configuration changeJulian Wiedmann2017-12-151-29/+34
* s390/qeth: lock IP table while applying takeover changesJulian Wiedmann2017-12-151-0/+2
* s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann2017-12-151-2/+3
* s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann2017-12-151-18/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | s390/qeth: simplify L3 sysfs group managementJulian Wiedmann2017-09-181-33/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-0/+17
|\
| * s390/qeth: reject multicast rxip addressesKittipon Meesompop2017-08-151-0/+17
* | s390/qeth: constify attribute_group structures.Arvind Yadav2017-07-261-4/+4
|/
* s390/qeth: add support for early L3 device setupUrsula Braun2017-06-061-0/+11
* s390/qeth: improve endianness handlingHans Wippel2017-04-071-2/+2
* s390/qeth: fix retrieval of vipa and proxy-arp addressesUrsula Braun2017-01-121-14/+16
* s390/qeth: Allow reading hsuid in state DOWNJulian Wiedmann2017-01-121-3/+0
* s390/qeth: use ip_lock for hsuid configurationUrsula Braun2016-09-161-0/+5
* qeth: optimize IP handling in rx_mode callbackLakhvich Dmitriy2016-06-161-40/+38
* qeth: sysfs: replace strcmp() with sysfs_streq()Eugene Crosser2015-01-171-25/+17
* qeth: use qeth_card_hw_is_reachable() everywhereEugene Crosser2015-01-171-2/+1
* s390: replace strict_strtoul() with kstrtoul()Jingoo Han2013-08-221-1/+1
* clean up scary strncpy(dst, src, strlen(src)) usesKees Cook2013-07-031-4/+2
* qeth: Fix invalid router settings handlingStefan Raspl2013-03-191-0/+2
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-2/+0
* qeth: remove token ring part 2Frank Blaschka2012-05-161-112/+0
* qeth: return with -EPERM if sniffing is not enabledUrsula Braun2011-11-161-2/+2