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