summaryrefslogtreecommitdiff
path: root/drivers/s390/net
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-3740/+4
2015-03-25s390: remove 31 bit supportHeiko Carstens1-12/+0
2015-03-01qeth: Fix command sizesStefan Raspl1-2/+3
2015-03-01s390: remove claw driverUrsula Braun4-3738/+1
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-139/+248
2015-01-26390/qeth: Fix locking warning during qeth device setupThomas Richter3-34/+132
2015-01-26qeth: clean up error handlingEugene Crosser2-106/+117
2015-01-18qeth: Remove unneeded structure memberThomas Richter1-1/+0
2015-01-18qeth: sysfs: replace strcmp() with sysfs_streq()Eugene Crosser2-48/+32
2015-01-18qeth: use qeth_card_hw_is_reachable() everywhereEugene Crosser4-15/+8
2015-01-18s390/net: Delete useless checks before function callsMarkus Elfring3-14/+7
2015-01-18s390/ctcm, netiucv: migrate variables to handle y2038 problemAya Mahfouz5-19/+15
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-4/+4
2014-10-27ctcm: replace sscanf by kstrto functionThomas Richter1-4/+4
2014-10-27lcs: replace sscanf by kstrto functionThomas Richter1-5/+6
2014-10-27qeth: s390 ethernet device driver dependencyThomas Richter1-1/+1
2014-10-27qeth: make local functions static in qeth_l3 moduleThomas Richter2-8/+4
2014-10-27qeth: fix some trace formating issuesThomas Richter3-5/+5
2014-10-27qeth: 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/ker...Linus 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 schedu...Kirill Tkhai1-2/+0
2014-09-03qeth: 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/s39...Linus 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-22qeth: Display adjacent switch attributesStefan Raspl4-1/+100
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen5-7/+12
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-76/+124
2014-06-07net: use ethtool_cmd_speed_set helper to set ethtool speed valueJiri Pirko1-8/+11
2014-05-31s390/net: fix format string mismatchesUrsula Braun3-10/+19
2014-05-31qeth: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+2
2014-05-20s390/cio: fix multiple structure definitionsSebastian Ott1-10/+2
2014-05-14net: 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/s39...Linus Torvalds1-0/+1
2014-04-03Merge 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-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus 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