Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
eacd0c47966b918f10c7ac1a91dd9fccb0f58ddd
/
drivers
/
s390
/
net
/
qeth_l2_main.c
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
d4ae1f5
qeth: Fix missing pointer update
by Stefan Raspl
· 12 years ago
065cc78
qeth: remove unused variable
by Stefan Raspl
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
65d8013
qeth: fix qeth_wait_for_threads() deadlock for OSN devices
by Stefan Raspl
· 12 years ago
0f54761
qeth: Support VEPA mode
by Stefan Raspl
· 12 years ago
18af5c1
qeth: Remove BUG_ONs
by Stefan Raspl
· 12 years ago
395672e0
qeth: Consolidate tracing of card features
by Stefan Raspl
· 12 years ago
7702745
qeth: set new mac even if old mac is gone
by Ursula Braun
· 12 years ago
a134884
qeth: Fix IPA_CMD_QIPASSIST return code handling
by Stefan Raspl
· 12 years ago
2efaf5f
qeth: fix deadlock between recovery and bonding driver
by Stefan Raspl
· 12 years ago
3c4cfad
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
a53c8fa
s390/comments: unify copyright messages and remove file names
by Heiko Carstens
· 12 years ago
1833611
s390: Use eth_random_addr
by Joe Perches
· 12 years ago
c041f2d487
s390/qeth: stop using struct ccwgroup driver for discipline callbacks
by Sebastian Ott
· 12 years ago
e0a8114
qeth: meaningful return code for set_mac_address
by Ursula Braun
· 13 years ago
c3ab96f
qeth: add query OSA address table support
by Frank Blaschka
· 13 years ago
f78ac2b
qeth: forbid recovery during shutdown
by Ursula Braun
· 13 years ago
8e58613
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
by Jiri Pirko
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
b333293
qeth: add support for af_iucv HiperSockets transport
by Frank Blaschka
· 13 years ago
1da74b1
qeth: add OSA concurrent hardware trap
by Frank Blaschka
· 14 years ago
c5e631a
qeth: convert to hw_features part 2
by Frank Blaschka
· 14 years ago
70919e2
qeth: remove needless IPA-commands in offline
by Ursula Braun
· 14 years ago
221c17f
qeth: show new mac-address if its setting fails
by Ursula Braun
· 14 years ago
3942344
qeth: postpone open till recovery is finished
by Ursula Braun
· 14 years ago
2b6203b
qeth: enable interface setup if LAN is offline
by Ursula Braun
· 14 years ago
10651db
qeth: tagging with VLAN-ID 0
by Ursula Braun
· 14 years ago
a1c3ed4
qeth: NAPI support for l2 and l3 discipline
by Frank Blaschka
· 14 years ago
37773e8
qeth: avoid useless removal of multicast addresses
by Ursula Braun
· 14 years ago
9dc48cc
qeth: serialize sysfs-triggered device configurations
by Ursula Braun
· 14 years ago
51aa165
qeth: fix page breaks in hw headers
by Frank Blaschka
· 14 years ago
847a50f
qeth: Fold qeth_trace debug area
by Carsten Otte
· 14 years ago
5113fec
qeth: support the new OSA CHPID types OSX and OSM
by Ursula Braun
· 14 years ago
c4949f0
qeth: synchronize configuration interface
by Frank Blaschka
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
ff6e216
net: convert multiple drivers to use netdev_for_each_mc_addr, part7
by Jiri Pirko
· 15 years ago
869da90
qeth: no recovery after layer mismatch (z/VM NICs)
by Ursula Braun
· 15 years ago
32e7bfc
net: use helpers to access uc list V2
by Jiri Pirko
· 15 years ago
84b6668
qeth: avoid recovery during device online setting
by Ursula Braun
· 15 years ago
76b11f8
qeth: HiperSockets Network Traffic Analyzer
by Ursula Braun
· 15 years ago
d998ab0
drivers/s390/net/qeth_l2_main.c: use %pM to shown MAC address
by H Hartley Sweeten
· 15 years ago
c3b4a74
qeth: rework TSO functions
by Frank Blaschka
· 15 years ago
aa90922
qeth: Recognize return codes of ccw_device_set_online
by Ursula Braun
· 15 years ago
d64ecc2
qeth: Exploit Connection Isolation
by Einar Lueck
· 15 years ago
df8b4ec
qeth: Convert ethtool get_stats_count() ops to get_sset_count()
by Ben Hutchings
· 15 years ago
451f144
drivers: Kill now superfluous ->last_rx stores
by Eric Dumazet
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
ce73e10
qeth: Cleanup for cast-type determination.
by Klaus-Dieter Wacker
· 15 years ago
ec634fe
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
d2aa455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
31278e7
net: group address list and its count
by Jiri Pirko
· 15 years ago
bbcfcdc
[S390] pm: qeth driver power management callbacks
by Frank Blaschka
· 15 years ago
ccffad25
net: convert unicast addr list
by Jiri Pirko
· 15 years ago
0666eb06
qeth: support z/VM VSWITCH Port Isolation
by Ursula Braun
· 15 years ago
f214856
qeth: avoid crash after detach of replugged device
by Ursula Braun
· 15 years ago
8e98ac4
qeth: check for completion of a running recovery
by Ursula Braun
· 16 years ago
932e1583
qeth: unregister MAC addresses during recovery.
by Klaus-Dieter Wacker
· 16 years ago
64ef895
qeth: remove EDDP
by Frank Blaschka
· 16 years ago
f61a0d0
qeth: add statistics for tx csum
by Frank Blaschka
· 16 years ago
3d58cef
qeth: fix usage of netdev_ops
by Frank Blaschka
· 16 years ago
7f46b13
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
8403b13
qeth: convert to net_device_ops
by Frank Blaschka
· 16 years ago
035da16
s390: remove s390_root_dev_*()
by Mark McLoughlin
· 16 years ago
fc9c246
qeth: avoid crash in case of layer mismatch for VSWITCH
by Ursula Braun
· 16 years ago
0191b62
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 16 years ago
74eacdb
[S390] convert qeth printks to dev_xxx and pr_xxx macros.
by Frank Blaschka
· 16 years ago
a1744d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
7c510e4
net: convert more to %pM
by Johannes Berg
· 16 years ago
2d488c2
qeth: avoid skb_under_panic for malformatted inbound data
by Ursula Braun
· 16 years ago
0f5623c
qeth: remove non-recover-thread checkings
by Ursula Braun
· 16 years ago
28a7e4c
qeth: avoid qeth recovery problems
by Ursula Braun
· 16 years ago
f1d5867
qeth: use firmware MAC-address for layer2 hsi-devices
by Ursula Braun
· 16 years ago
7db2266
qeth: l2 write unicast list to hardware
by Frank Blaschka
· 16 years ago
683d718
[S390] qeth: preallocated qeth header for hiper socket
by Frank Blaschka
· 16 years ago
509e256
qeth: use dev->ml_priv instead of dev->priv
by Heiko Carstens
· 16 years ago
779e6e1
[S390] qdio: new qdio driver.
by Jan Glauber
· 16 years ago
d0ec0f5
qeth: start dev queue after tx drop error
by Frank Blaschka
· 16 years ago
14cc21b
qeth: reduce number of kernel messages
by Frank Blaschka
· 16 years ago
f06f6f3
qeth: Use ccw_device_get_id().
by Cornelia Huck
· 16 years ago
efe3df6
qeth: layer 2 allow ethtool to set TSO
by Frank Blaschka
· 17 years ago
f90b744
qeth: rework fast path
by Frank Blaschka
· 17 years ago
3f9975a
qeth: provide get ethtool settings
by Frank Blaschka
· 17 years ago
cd02321
qeth module size reduction.
by Peter Tiedemann
· 17 years ago
d11ba0c
qeth: improving debug message handling
by Peter Tiedemann
· 17 years ago
1288372
qeth: CCL-sequence numbers required for protocol ETH_P_802_2 only
by Ursula Braun
· 17 years ago
4a71df5
qeth: new qeth device driver
by Frank Blaschka
· 17 years ago