index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
net
/
qeth_l3_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/qeth: be drop monitor friendly
Julian Wiedmann
2019-03-18
1
-2
/
+1
*
s390/qeth: fix race when initializing the IP address table
Julian Wiedmann
2019-03-18
1
-1
/
+3
*
s390/qeth: don't erase configuration while probing
Julian Wiedmann
2019-03-18
1
-1
/
+0
*
s390/qeth: drop redundant state checking
Julian Wiedmann
2019-02-28
1
-9
/
+2
*
s390/qeth: don't special-case HW trap during suspend
Julian Wiedmann
2019-02-28
1
-6
/
+2
*
s390/qeth: don't defer close_dev work during recovery
Julian Wiedmann
2019-02-28
1
-1
/
+1
*
s390/qeth: remove a redundant check for card->dev
Julian Wiedmann
2019-02-28
1
-1
/
+1
*
s390/qeth: call dev_close() during recovery
Julian Wiedmann
2019-02-28
1
-35
/
+10
*
s390/qeth: enable/disable the HW trap a little earlier
Julian Wiedmann
2019-02-28
1
-4
/
+5
*
s390/qeth: remove RECOVER state
Julian Wiedmann
2019-02-28
1
-12
/
+7
*
s390/qeth: overhaul ethtool statistics
Julian Wiedmann
2019-02-15
1
-18
/
+18
*
s390/qeth: move ethtool code into its own file
Julian Wiedmann
2019-02-15
1
-10
/
+0
*
s390/qeth: reduce ethtool statistics
Julian Wiedmann
2019-02-15
1
-8
/
+0
*
s390/qeth: convert remaining legacy cmd callbacks
Julian Wiedmann
2019-02-12
1
-26
/
+48
*
s390/qeth: allow cmd callbacks to return errnos
Julian Wiedmann
2019-02-12
1
-20
/
+30
*
s390/qeth: reduce data length for ARP cache query
Julian Wiedmann
2019-02-12
1
-3
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
1
-0
/
+3
|
\
|
*
s390/qeth: conclude all event processing before offlining a card
Julian Wiedmann
2019-02-04
1
-0
/
+2
|
*
s390/qeth: cancel close_dev work before removing a card
Julian Wiedmann
2019-02-04
1
-0
/
+1
*
|
s390/qeth: detach netdevice while card is offline
Julian Wiedmann
2019-01-25
1
-12
/
+7
*
|
s390/qeth: delay netdevice registration
Julian Wiedmann
2019-01-25
1
-14
/
+20
*
|
s390/qeth: remove TX disable from online path
Julian Wiedmann
2019-01-25
1
-1
/
+0
*
|
s390/qeth: consolidate open/stop netdev ops
Julian Wiedmann
2019-01-25
1
-57
/
+6
|
/
*
net: core: dev: Add extack argument to dev_open()
Petr Machata
2018-12-06
1
-1
/
+1
*
s390/qeth: don't process hsuid in qeth_l3_setup_netdev()
Julian Wiedmann
2018-11-08
1
-3
/
+0
*
s390/qeth: remove unused fallback in Layer3's MAC code
Julian Wiedmann
2018-11-08
1
-3
/
+0
*
s390/qeth: remove two IPA command helpers
Julian Wiedmann
2018-11-08
1
-17
/
+3
*
s390/qeth: replace open-coded cmd setup
Julian Wiedmann
2018-11-08
1
-3
/
+0
*
s390/qeth: unify transmit code
Julian Wiedmann
2018-11-08
1
-63
/
+9
*
s390/qeth: handle af_iucv skbs in qeth_l3_fill_header()
Julian Wiedmann
2018-11-08
1
-29
/
+16
*
s390/qeth: sanitize ARP requests
Julian Wiedmann
2018-11-03
1
-67
/
+27
*
s390/qeth: fix initial operstate
Julian Wiedmann
2018-11-03
1
-3
/
+7
*
s390/qeth: unregister netdevice only when registered
Julian Wiedmann
2018-11-03
1
-2
/
+3
*
s390/qeth: fix HiperSockets sniffer
Julian Wiedmann
2018-11-03
1
-3
/
+5
*
s390/qeth: sanitize strings in debug messages
Julian Wiedmann
2018-11-03
1
-69
/
+35
*
s390/qeth: add TSO support for L2 devices
Julian Wiedmann
2018-10-12
1
-1
/
+1
*
s390/qeth: add support for IPv6 TSO
Julian Wiedmann
2018-10-12
1
-26
/
+19
*
s390/qeth: remove duplicated carrier state tracking
Julian Wiedmann
2018-09-26
1
-5
/
+1
*
s390/qeth: remove various redundant code
Julian Wiedmann
2018-09-26
1
-4
/
+1
*
net/af_iucv: locate IUCV header via skb_network_header()
Julian Wiedmann
2018-09-26
1
-7
/
+5
*
s390/qeth: fix discipline unload after setup error
Julian Wiedmann
2018-09-26
1
-1
/
+0
*
s390/qeth: convert layer attribute to enum
Julian Wiedmann
2018-09-26
1
-1
/
+1
*
s390/qeth: invoke softirqs after napi_schedule()
Julian Wiedmann
2018-09-17
1
-0
/
+3
*
s390/qeth: speed up TSO transmission
Julian Wiedmann
2018-09-17
1
-146
/
+5
*
s390/qeth: prepare for copy-free TSO transmission
Julian Wiedmann
2018-09-17
1
-25
/
+68
*
s390/qeth: fix up protocol headers early
Julian Wiedmann
2018-09-17
1
-3
/
+11
*
s390/qeth: limit csum offload erratum to L3 devices
Julian Wiedmann
2018-09-17
1
-0
/
+5
*
s390/qeth: remove qeth_get_elements_no()
Julian Wiedmann
2018-09-17
1
-1
/
+0
*
s390/qeth: remove unused L3 xmit code
Julian Wiedmann
2018-09-17
1
-54
/
+17
*
s390/qeth: run non-offload L3 traffic over common xmit path
Julian Wiedmann
2018-09-17
1
-26
/
+44
[next]