Age | Commit message (Expand) | Author | Files | Lines |
2013-08-22 | s390: replace strict_strtoul() with kstrtoul() | Jingoo Han | 1 | -1/+1 |
2013-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 3 | -31/+14 |
2013-07-04 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 1 | -4/+2 |
2013-07-04 | clean up scary strncpy(dst, src, strlen(src)) uses | Kees Cook | 1 | -4/+2 |
2013-06-26 | s390/net: Cocci spatch "ptr_ret.spatch" | Thomas Meyer | 4 | -4/+4 |
2013-06-26 | qeth: use default napi weight | Sebastian Ott | 1 | -1/+1 |
2013-06-26 | qeth: Fix crash on initial MTU size change | Stefan Raspl | 1 | -2/+4 |
2013-06-26 | qeth: change default standard blkt settings for OSA | Ursula Braun | 1 | -5/+5 |
2013-06-26 | qeth: Increase default MTU for OSA devices | Stefan Raspl | 1 | -3/+4 |
2013-06-26 | netiucv: remove unused macro | Andy Shevchenko | 1 | -20/+0 |
2013-06-14 | netiucv: Hold rtnl between name allocation and device registration. | Benjamin Poirier | 1 | -1/+5 |
2013-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -0/+26 |
2013-04-22 | qeth: Fix missing pointer update | Stefan Raspl | 4 | -4/+6 |
2013-04-22 | qeth: remove unused variable | Stefan Raspl | 4 | -6/+4 |
2013-04-22 | qeth: remove cast for kzalloc return value | Zhang Yanfei | 1 | -1/+1 |
2013-04-21 | qeth: fix VLAN related compilation errors | Patrick McHardy | 1 | -6/+10 |
2013-04-19 | net: vlan: prepare for 802.1ad VLAN filtering offload | Patrick McHardy | 2 | -4/+8 |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 2 | -4/+4 |
2013-04-09 | qeth: fix qeth_wait_for_threads() deadlock for OSN devices | Stefan Raspl | 4 | -0/+26 |
2013-03-19 | qeth: Fix scatter-gather regression | Frank Blaschka | 3 | -8/+42 |
2013-03-19 | qeth: Fix invalid router settings handling | Stefan Raspl | 2 | -6/+13 |
2013-03-19 | qeth: delay feature trace | Stefan Raspl | 1 | -1/+1 |
2013-02-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -1/+1 |
2013-02-14 | s390/time: rename tod clock access functions | Heiko Carstens | 1 | -1/+1 |
2013-01-21 | qeth: Fix HiperSockets performance regression | Stefan Raspl | 1 | -1/+1 |
2013-01-21 | qeth: Make s390dbf card entries persistent | Stefan Raspl | 1 | -12/+78 |
2013-01-21 | qeth: Update Kconfig wording | Stefan Raspl | 1 | -2/+2 |
2013-01-21 | qeth: Support VEPA mode | Stefan Raspl | 7 | -67/+112 |
2013-01-21 | qeth: Remove unused exports | Stefan Raspl | 2 | -7/+2 |
2013-01-21 | qeth: Fix retry logic in hardsetup | Stefan Raspl | 1 | -3/+3 |
2013-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -3/+3 |
2013-01-08 | s390/irq: remove split irq fields from /proc/stat | Heiko Carstens | 3 | -3/+3 |
2013-01-07 | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 1 | -11/+8 |
2013-01-05 | qeth: ensure that __vlan_find_dev_deep() is called with rcu_read_lock | Jiri Pirko | 1 | -10/+11 |
2012-11-19 | qeth: Remove BUG_ONs | Stefan Raspl | 3 | -14/+10 |
2012-11-19 | qeth: Consolidate tracing of card features | Stefan Raspl | 4 | -3/+16 |
2012-11-19 | qeth: Clarify card type naming for virtual NICs | Stefan Raspl | 1 | -8/+8 |
2012-11-19 | claw: remove BUG_ONs | Ursula Braun | 1 | -2/+0 |
2012-11-19 | ctcm: remove BUG_ONs | Ursula Braun | 2 | -5/+0 |
2012-11-19 | qeth: Remove unused variable | Stefan Raspl | 1 | -2/+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 | 2 | -6/+29 |
2012-10-16 | qeth: fix deadlock between recovery and bonding driver | Stefan Raspl | 2 | -10/+12 |
2012-10-16 | smsgiucv: reestablish IUCV path after resume | Hendrik Brueckner | 1 | -1/+1 |
2012-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 5 | -38/+48 |
2012-09-26 | s390/sysinfo,stsi: change return code handling | Heiko Carstens | 1 | -11/+4 |
2012-09-24 | ctcm: fix error return code | Peter Senna Tschudin | 1 | -1/+1 |
2012-09-24 | drivers/s390/net: removes unnecessary semicolon | Peter Senna Tschudin | 2 | -3/+3 |
2012-09-24 | qeth: fix possible memory leak in qeth_l3_add_[vipa|rxip]() | Wei Yongjun | 1 | -0/+2 |
2012-09-24 | lcs: ensure proper ccw setup | Sebastian Ott | 1 | -1/+1 |