Age | Commit message (Expand) | Author | Files | Lines |
2014-03-30 | wimax/i2400m: remove open-coded skb_cow_head. | françois romieu | 1 | -2/+1 |
2013-09-25 | wimax: Remove extern from function prototypes | Joe Perches | 2 | -74/+70 |
2013-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 5 | -22/+13 |
2013-02-09 | wimax/i2400m: fix i2400m->wake_tx_skb handling | Tejun Heo | 1 | -14/+17 |
2013-02-06 | drivers: net: misc: Remove unused OOM variables | Joe Perches | 1 | -1/+0 |
2013-02-04 | wimax: Remove unnecessary alloc/OOM messages, alloc cleanups | Joe Perches | 2 | -12/+5 |
2013-01-09 | remove init of dev->perm_addr in drivers | Jiri Pirko | 1 | -1/+0 |
2013-01-07 | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 2 | -8/+8 |
2012-12-16 | i2400m: add Intel 6150 device IDs | Dan Williams | 2 | -0/+9 |
2012-10-28 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -2/+1 |
2012-10-25 | i2400m: debugfs return code is wrong | Alan Cox | 1 | -0/+1 |
2012-08-24 | wimax/i2400m: use is_zero_ether_addr() instead of memcmp() | Wei Yongjun | 1 | -2/+1 |
2012-08-20 | drivers/net/wimax/i2400m/fw.c: fix error return code | Julia Lawall | 1 | -1/+3 |
2012-07-22 | wimax: fix printk format warnings | Randy Dunlap | 2 | -3/+3 |
2012-07-17 | drivers/net: Use eth_random_addr | Joe Perches | 1 | -1/+1 |
2012-07-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 11 | -1510/+8 |
2012-07-11 | i2400m: remove SDIO device support | John W. Linville | 11 | -1510/+8 |
2012-06-06 | drivers: net: Remove casts to same type | Joe Perches | 1 | -1/+1 |
2012-05-06 | skb: Add inline helper for getting the skb end offset from head | Alexander Duyck | 1 | -1/+1 |
2012-04-21 | drivers/net: iwmc3200 depends on EXPERIMENTAL | Arnd Bergmann | 1 | -1/+2 |
2012-04-14 | net: Fix spelling typo in net | Masanari Iida | 1 | -1/+1 |
2012-04-06 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -13/+2 |
2012-04-06 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -13/+2 |
2012-03-28 | wimax: i2400m-usb - use a private struct ethtool_ops | Phil Sutter | 1 | -0/+18 |
2012-03-28 | wimax: i2400m - prevent a possible kernel bug due to missing fw_name string | Phil Sutter | 1 | -1/+2 |
2012-03-16 | wimax/i2400m: fix erroneous NETDEV_TX_BUSY use | Eric Dumazet | 1 | -20/+10 |
2012-01-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2011-12-20 | net: fix assignment of 0/1 to bool variables. | Rusty Russell | 1 | -4/+4 |
2011-12-17 | wimax/i2400m: remove an unused variable | Dan Carpenter | 1 | -5/+2 |
2011-12-02 | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock | 1 | -1/+1 |
2011-11-01 | drivers/net: Add moduleparam.h to drivers as required. | Paul Gortmaker | 2 | -0/+2 |
2011-11-01 | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 6 | -0/+6 |
2011-11-01 | drivers/net: Add module.h to drivers who were implicitly using it | Paul Gortmaker | 2 | -0/+2 |
2011-08-20 | PM / Runtime: Add macro to test for runtime PM events | Alan Stern | 1 | -2/+2 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 12 | -21/+21 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2 | -3/+3 |
2011-01-08 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
2010-12-12 | i2400m: drop i2400m_schedule_work() | Tejun Heo | 4 | -96/+21 |
2010-12-10 | fix comment typos concerning "consistent" | Uwe Kleine-König | 1 | -1/+1 |
2010-11-18 | USB: fix leftover references to udev->autosuspend_delay | Alan Stern | 1 | -1/+1 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2 | -2/+2 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 6 | -23/+11 |
2010-10-22 | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 1 | -0/+2 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+2 |
2010-10-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -13/+13 |
2010-10-11 | NET: wimax, fix use after free | Jiri Slaby | 1 | -13/+13 |
2010-10-05 | wimax: make functions local | stephen hemminger | 6 | -23/+11 |
2010-08-05 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2010-08-04 | Merge branch 'master' into for-next | Jiri Kosina | 2 | -0/+3 |