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_l2_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-15
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-2
/
+4
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-4
/
+3
2014-04-28
qeth: Extend priority queueing to IPv6
Stefan Raspl
1
-3
/
+8
2014-03-20
qeth: Removed unused parameter
Stefan Raspl
1
-3
/
+3
2014-02-25
qeth: postpone freeing of qdio memory
Ursula Braun
1
-0
/
+3
2014-01-29
qeth: fix build of s390 allmodconfig
Eugene Crosser
1
-6
/
+35
2014-01-15
qeth: bridgeport support - address notifications
Eugene Crosser
1
-0
/
+230
2014-01-15
qeth: bridgeport support - basic control
Eugene Crosser
1
-0
/
+364
2013-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2013-04-22
qeth: Fix missing pointer update
Stefan Raspl
1
-1
/
+1
2013-04-22
qeth: remove unused variable
Stefan Raspl
1
-2
/
+1
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
1
-2
/
+4
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-1
/
+1
2013-04-08
qeth: fix qeth_wait_for_threads() deadlock for OSN devices
Stefan Raspl
1
-0
/
+2
2013-01-21
qeth: Support VEPA mode
Stefan Raspl
1
-7
/
+9
2012-11-19
qeth: Remove BUG_ONs
Stefan Raspl
1
-2
/
+1
2012-11-19
qeth: Consolidate tracing of card features
Stefan Raspl
1
-0
/
+1
2012-11-13
qeth: set new mac even if old mac is gone
Ursula Braun
1
-1
/
+1
2012-11-13
qeth: Fix IPA_CMD_QIPASSIST return code handling
Stefan Raspl
1
-4
/
+7
2012-10-16
qeth: fix deadlock between recovery and bonding driver
Stefan Raspl
1
-5
/
+6
2012-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2012-07-20
s390/comments: unify copyright messages and remove file names
Heiko Carstens
1
-2
/
+0
2012-07-16
s390: Use eth_random_addr
Joe Perches
1
-1
/
+1
2012-05-16
s390/qeth: stop using struct ccwgroup driver for discipline callbacks
Sebastian Ott
1
-9
/
+7
2012-03-07
qeth: meaningful return code for set_mac_address
Ursula Braun
1
-3
/
+1
2012-02-08
qeth: add query OSA address table support
Frank Blaschka
1
-0
/
+3
2011-12-20
qeth: forbid recovery during shutdown
Ursula Braun
1
-0
/
+1
2011-12-08
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
1
-7
/
+11
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-1
/
+1
2011-08-13
qeth: add support for af_iucv HiperSockets transport
Frank Blaschka
1
-1
/
+1
2011-05-13
qeth: add OSA concurrent hardware trap
Frank Blaschka
1
-0
/
+16
2011-05-13
qeth: convert to hw_features part 2
Frank Blaschka
1
-4
/
+1
2011-02-26
qeth: remove needless IPA-commands in offline
Ursula Braun
1
-31
/
+14
2011-02-02
qeth: show new mac-address if its setting fails
Ursula Braun
1
-2
/
+2
2011-01-15
qeth: postpone open till recovery is finished
Ursula Braun
1
-2
/
+16
2010-11-28
qeth: enable interface setup if LAN is offline
Ursula Braun
1
-5
/
+6
2010-10-03
qeth: tagging with VLAN-ID 0
Ursula Braun
1
-0
/
+2
2010-09-08
qeth: NAPI support for l2 and l3 discipline
Frank Blaschka
1
-65
/
+108
2010-07-23
qeth: avoid useless removal of multicast addresses
Ursula Braun
1
-2
/
+0
2010-07-23
qeth: serialize sysfs-triggered device configurations
Ursula Braun
1
-0
/
+5
2010-06-23
qeth: fix page breaks in hw headers
Frank Blaschka
1
-2
/
+5
2010-06-23
qeth: Fold qeth_trace debug area
Carsten Otte
1
-49
/
+45
2010-05-17
qeth: support the new OSA CHPID types OSX and OSM
Ursula Braun
1
-10
/
+24
2010-05-16
qeth: synchronize configuration interface
Frank Blaschka
1
-1
/
+7
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
1
-3
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-16
net: convert multiple drivers to use netdev_for_each_mc_addr, part7
Jiri Pirko
1
-1
/
+1
2010-03-10
qeth: no recovery after layer mismatch (z/VM NICs)
Ursula Braun
1
-10
/
+6
2010-01-25
net: use helpers to access uc list V2
Jiri Pirko
1
-1
/
+1
[next]