aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-12s390/qeth: issue STARTLAN as first IPA commandJulian Wiedmann1-15/+0
2016-10-20s390/net: use net core MTU range checkingJarod Wilson1-0/+2
2016-09-16s390/qeth: fix setting VIPA addressThomas Richter1-2/+2
2016-09-16qeth: do not turn on SG per defaultUrsula Braun1-1/+0
2016-09-16qeth: do not limit number of gso segmentsUrsula Braun1-1/+0
2016-09-16s390/qeth: allow hsuid configuration in DOWN stateUrsula Braun1-5/+17
2016-09-16qeth: restore device features after recoveryHans Wippel1-0/+1
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-07-04qeth: delete napi struct when removing a qeth deviceUrsula Braun1-0/+1
2016-06-16s390/qeth: fix indentation in qeth_l3_arp_querySebastian Ott1-13/+12
2016-06-16qeth: add network device features for VLAN devicesHans Wippel1-0/+3
2016-06-16qeth layer 2 and layer 3 common feature handlingThomas Richter1-114/+9
2016-06-16qeth: optimize IP handling in rx_mode callbackLakhvich Dmitriy1-384/+398
2016-06-16qeth: introduce linearization fail count to statsEugene Crosser1-3/+9
2016-06-16qeth: enable scatter/gather by defaultEugene Crosser1-1/+2
2016-06-16qeth: fill netdevice->gso_* attributes accuratelyEugene Crosser1-1/+3
2016-06-16qeth: clean up condition when tso is usedEugene Crosser1-20/+24
2016-06-16qeth: refactor calculation of SBALE countEugene Crosser1-20/+38
2016-03-07s390: Use pr_warn instead of pr_warningJoe Perches1-1/+1
2015-12-14qeth: repair SBAL elements calculationUrsula Braun1-1/+1
2015-12-14qeth: initialize net_device with carrier offUrsula Braun1-0/+1
2015-12-14qeth use common function qeth_get_setassparms_cmdThomas Richter1-29/+8
2015-09-21qeth: add layer 2 RX/TX checksum offloadingThomas Richter1-133/+25
2015-08-07s390: remove unneeded variablesPeter Senna Tschudin1-4/+1
2015-05-18qeth: fix rx checksum offload handlingThomas Richter1-7/+2
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+39
2015-01-25390/qeth: Fix locking warning during qeth device setupThomas Richter1-11/+39
2015-01-17qeth: use qeth_card_hw_is_reachable() everywhereEugene Crosser1-5/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-4/+4
2014-10-26qeth: make local functions static in qeth_l3 moduleThomas Richter1-4/+4
2014-10-26qeth: fix some trace formating issuesThomas Richter1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-05-30s390/net: fix format string mismatchesUrsula Braun1-1/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong1-5/+5
2014-04-28qeth: Extend priority queueing to IPv6Stefan Raspl1-2/+5
2014-02-25qeth: postpone freeing of qdio memoryUrsula Braun1-0/+3
2014-01-29qeth: fix build of s390 allmodconfigEugene Crosser1-0/+8
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-04-22qeth: Fix missing pointer updateStefan Raspl1-1/+1
2013-04-22qeth: remove unused variableStefan Raspl1-2/+1
2013-04-21qeth: fix VLAN related compilation errorsPatrick McHardy1-6/+10
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+4
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-3/+3
2013-04-08qeth: fix qeth_wait_for_threads() deadlock for OSN devicesStefan Raspl1-0/+2
2013-03-19qeth: Fix scatter-gather regressionFrank Blaschka1-1/+3
2013-03-19qeth: Fix invalid router settings handlingStefan Raspl1-6/+11
2013-03-19qeth: delay feature traceStefan Raspl1-1/+1
2013-01-21qeth: Support VEPA modeStefan Raspl1-7/+7