aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-04qeth: ensure that __vlan_find_dev_deep() is called with rcu_read_lockJiri Pirko1-10/+11
2012-11-19qeth: Remove BUG_ONsStefan Raspl1-4/+3
2012-11-19qeth: Consolidate tracing of card featuresStefan Raspl1-0/+1
2012-10-16qeth: fix deadlock between recovery and bonding driverStefan Raspl1-5/+6
2012-09-24qeth: fix possible memory leak in qeth_l3_add_[vipa|rxip]()Wei Yongjun1-0/+2
2012-07-25qeth: repair crash in qeth_l3_vlan_rx_kill_vid()frank.blaschka@de.ibm.com1-0/+4
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+3
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+0
2012-07-16s390: Use eth_random_addrJoe Perches1-1/+1
2012-07-05qeth: Convert over to dst_neigh_lookup_skb().David S. Miller1-1/+2
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-9/+7
2012-05-16qeth: recognize vlan devices in layer3 modefrank.blaschka@de.ibm.com1-2/+2
2012-05-16qeth: remove token ring part 2Frank Blaschka1-55/+0
2012-05-16s390/qeth: stop using struct ccwgroup driver for discipline callbacksSebastian Ott1-9/+7
2012-05-15s390: delete any traces of token ring supportPaul Gortmaker1-29/+6
2012-03-07qeth: meaningful return code for set_mac_addressUrsula Braun1-1/+1
2012-02-08qeth: add query OSA address table supportFrank Blaschka1-0/+3
2012-02-02qeth: Move away from using neighbour entries in qeth_l3_fill_header()David Miller1-19/+16
2011-12-20qeth: recovery through asynchronous deliveryEinar Lueck1-0/+5
2011-12-20qeth: forbid recovery during shutdownUrsula Braun1-0/+1
2011-12-20qeth: suspicious rcu_dereference_check in recoveryUrsula Braun1-4/+3
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-4/+5
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-2/+2
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-2/+4
2011-11-16qeth: l3 fix rcu splat in xmitFrank Blaschka1-0/+7
2011-10-30[S390] sparse: fix sparse static warningsMartin Schwidefsky1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-2/+2