aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3_sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-94/+0
2019-11-14s390/qeth: don't check drvdata in sysfs codeJulian Wiedmann1-94/+0
2019-10-31s390/qdio: move SSQD Sniffer mask definitionJulian Wiedmann1-1/+1
2019-04-26s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann1-3/+3
2019-03-28s390/qeth: convert IP table spinlock to mutexJulian Wiedmann1-10/+10
2019-02-28s390/qeth: remove RECOVER stateJulian Wiedmann1-8/+4
2018-07-21s390/qeth: allocate netdevice earlyJulian Wiedmann1-4/+2
2018-03-09s390/qeth: extract helpers for managing special IPsJulian Wiedmann1-39/+12
2018-01-02s390/qeth: use common helper to display rxip/vipaJulian Wiedmann1-66/+24
2018-01-02s390/qeth: improve error reporting on IP add/removalJulian Wiedmann1-6/+6
2017-12-20s390/qeth: replace open-coded in*_pton()Julian Wiedmann1-0/+12
2017-12-15s390/qeth: update takeover IPs after configuration changeJulian Wiedmann1-29/+34
2017-12-15s390/qeth: lock IP table while applying takeover changesJulian Wiedmann1-0/+2
2017-12-15s390/qeth: don't apply takeover changes to RXIPJulian Wiedmann1-2/+3
2017-12-15s390/qeth: apply takeover changes when mode is toggledJulian Wiedmann1-18/+17
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-18s390/qeth: simplify L3 sysfs group managementJulian Wiedmann1-33/+12
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+17
2017-08-15s390/qeth: reject multicast rxip addressesKittipon Meesompop1-0/+17
2017-07-26s390/qeth: constify attribute_group structures.Arvind Yadav1-4/+4
2017-06-06s390/qeth: add support for early L3 device setupUrsula Braun1-0/+11
2017-04-07s390/qeth: improve endianness handlingHans Wippel1-2/+2
2017-01-12s390/qeth: fix retrieval of vipa and proxy-arp addressesUrsula Braun1-14/+16
2017-01-12s390/qeth: Allow reading hsuid in state DOWNJulian Wiedmann1-3/+0
2016-09-16s390/qeth: use ip_lock for hsuid configurationUrsula Braun1-0/+5
2016-06-16qeth: optimize IP handling in rx_mode callbackLakhvich Dmitriy1-40/+38
2015-01-17qeth: sysfs: replace strcmp() with sysfs_streq()Eugene Crosser1-25/+17
2015-01-17qeth: use qeth_card_hw_is_reachable() everywhereEugene Crosser1-2/+1
2013-08-22s390: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-07-03clean up scary strncpy(dst, src, strlen(src)) usesKees Cook1-4/+2
2013-03-19qeth: Fix invalid router settings handlingStefan Raspl1-0/+2
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+0
2012-05-16qeth: remove token ring part 2Frank Blaschka1-112/+0
2011-11-16qeth: return with -EPERM if sniffing is not enabledUrsula Braun1-2/+2
2011-08-13qeth: add support for af_iucv HiperSockets transportFrank Blaschka1-1/+109
2011-05-13qeth: convert to hw_features part 2Frank Blaschka1-106/+0
2011-04-20net: s390: convert to hw_featuresMichał Mirosław1-16/+19
2010-07-23qeth: IP address takeover flag settingKlaus-Dieter Wacker1-0/+14
2010-05-16qeth: synchronize configuration interfaceFrank Blaschka1-109/+135
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2010-01-13qeth: HiperSockets Network Traffic AnalyzerUrsula Braun1-0/+56
2009-11-16qeth: allow dynamic change of rx checksummingFrank Blaschka1-9/+10
2009-11-16qeth: rework TSO functionsFrank Blaschka1-0/+48
2008-10-27qeth: remove unnecessary support ckeck in sysfs route6Frank Blaschka1-7/+0
2008-08-27qeth: use -EOPNOTSUPP instead of -ENOTSUPP.Ursula Braun1-1/+1
2008-06-10qeth: reduce number of kernel messagesFrank Blaschka1-24/+0
2008-03-17qeth: new qeth device driverFrank Blaschka1-0/+1051