aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-25390/qeth: Fix locking warning during qeth device setupThomas Richter3-34/+132
2015-01-25qeth: clean up error handlingEugene Crosser2-106/+117
2014-10-26ctcm: replace sscanf by kstrto functionThomas Richter1-4/+4
2014-10-26lcs: replace sscanf by kstrto functionThomas Richter1-5/+6
2014-10-26qeth: s390 ethernet device driver dependencyThomas Richter1-1/+1
2014-10-26qeth: make local functions static in qeth_l3 moduleThomas Richter2-8/+4
2014-10-26qeth: fix some trace formating issuesThomas Richter3-5/+5
2014-10-26qeth: qeth_core_main make local functions staticThomas Richter2-19/+15
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai1-2/+0
2014-09-02qeth: don't query for info if hardware not ready.Eugene Crosser3-7/+17
2014-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-68/+101
2014-07-22s390/qeth: extract qdio buffers from output buffer structSebastian Ott2-37/+58
2014-07-22s390/qeth: extract qdio buffers from input buffer structSebastian Ott2-8/+17
2014-07-22s390/qeth: qdio queue helpersSebastian Ott1-25/+28
2014-07-21qeth: Display adjacent switch attributesStefan Raspl4-1/+100
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen5-7/+12
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-76/+124
2014-06-06net: use ethtool_cmd_speed_set helper to set ethtool speed valueJiri Pirko1-8/+11
2014-05-30s390/net: fix format string mismatchesUrsula Braun3-10/+19
2014-05-30qeth: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+2
2014-05-20s390/cio: fix multiple structure definitionsSebastian Ott1-10/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2-5/+4
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong1-5/+5
2014-04-28ctc: replace PTR_RET with PTR_ERR_OR_ZEROFrank Blaschka1-1/+1
2014-04-28claw: replace PTR_RET with PTR_ERR_OR_ZEROFrank Blaschka1-1/+1
2014-04-28qeth: Add new priority queueing optionsStefan Raspl3-4/+27
2014-04-28qeth: Extend priority queueing to IPv6Stefan Raspl4-36/+48
2014-04-28qeth: replace PTR_RET with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-28lcs: replace PTR_RET with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-28qeth: Fix default queue setting in priority queueingStefan Raspl1-3/+5
2014-04-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-7/+10
2014-04-01lcs: Add missing destroy_timer_on_stack()Thomas Gleixner1-0/+1
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2014-03-20qeth: Fix IP version detection for VLAN trafficStefan Raspl1-2/+5
2014-03-20qeth: Removed unused parameterStefan Raspl1-3/+3
2014-03-20qeth: make qeth_query_card_info_cb() staticHeiko Carstens1-2/+2
2014-02-25qeth: postpone freeing of qdio memoryUrsula Braun3-2/+9
2014-02-21s390: improve debug feature usageSebastian Ott1-2/+2
2014-01-29qeth: fix build of s390 allmodconfigEugene Crosser4-21/+51
2014-01-15qeth: bridgeport support - address notificationsEugene Crosser6-0/+339
2014-01-15qeth: bridgeport support - basic controlEugene Crosser8-2/+664
2013-12-17qeth: Accurate ethtool outputEugene Crosser3-49/+185
2013-12-17netiucv: improve state checking in conn_action_txdoneUrsula Braun1-2/+6
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+5
2013-11-07qeth: avoid buffer overflow in snmp ioctlUrsula Braun1-1/+5
2013-10-24s390/s390dbf: use debug_level_enabled() where applicableHendrik Brueckner5-23/+5
2013-08-22s390: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1