Age | Commit message (Expand) | Author | Files | Lines |
2018-03-15 | net: drivers/net: Remove unnecessary skb_copy_expand OOM messages | Joe Perches | 1 | -3/+0 |
2018-01-09 | treewide: Use DEVICE_ATTR_WO | Joe Perches | 1 | -2/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-10 | wimax/i2400m: Remove VLAIS | Behan Webster | 1 | -1/+1 |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -1/+1 |
2017-05-09 | drivers: net: wimax: i2400m: i2400m-usb: Use time_after for time comparison | Karim Eshapa | 1 | -1/+1 |
2017-03-13 | net: wimax/i2400m: fix NULL-deref at probe | Johan Hovold | 1 | -0/+3 |
2017-02-28 | scripts/spelling.txt: add "varible" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2016-10-20 | net: use core MTU range checking in wireless drivers | Jarod Wilson | 1 | -20/+2 |
2016-08-14 | net: wimax: i2400m: usb-notif: don't print error when allocating urb fails | Wolfram Sang | 1 | -1/+0 |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 1 | -1/+1 |
2014-10-02 | kbuild: remove unnecessary "obj- := dummy.o" trick | Masahiro Yamada | 1 | -4/+0 |
2014-07-16 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 1 | -1/+1 |
2014-06-11 | net: wimax: i2400m: control.c: Cleaning up conjunction always evaluates to false | Rickard Strandqvist | 1 | -1/+1 |
2014-05-22 | wimax/i2400m: make return of 0 explicit | Julia Lawall | 1 | -5/+2 |
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 |