Age | Commit message (Expand) | Author |
2018-03-15 | net: drivers/net: Remove unnecessary skb_copy_expand OOM messages | Joe Perches |
2018-01-09 | treewide: Use DEVICE_ATTR_WO | Joe Perches |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-10 | wimax/i2400m: Remove VLAIS | Behan Webster |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |
2017-05-09 | drivers: net: wimax: i2400m: i2400m-usb: Use time_after for time comparison | Karim Eshapa |
2017-03-13 | net: wimax/i2400m: fix NULL-deref at probe | Johan Hovold |
2017-02-27 | scripts/spelling.txt: add "varible" pattern and fix typo instances | Masahiro Yamada |
2016-10-20 | net: use core MTU range checking in wireless drivers | Jarod Wilson |
2016-08-13 | net: wimax: i2400m: usb-notif: don't print error when allocating urb fails | Wolfram Sang |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal |
2014-10-02 | kbuild: remove unnecessary "obj- := dummy.o" trick | Masahiro Yamada |
2014-07-15 | net: set name_assign_type in alloc_netdev() | Tom Gundersen |
2014-06-11 | net: wimax: i2400m: control.c: Cleaning up conjunction always evaluates to false | Rickard Strandqvist |
2014-05-21 | wimax/i2400m: make return of 0 explicit | Julia Lawall |
2014-03-29 | wimax/i2400m: remove open-coded skb_cow_head. | françois romieu |
2013-09-24 | wimax: Remove extern from function prototypes | Joe Perches |
2013-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2013-02-09 | wimax/i2400m: fix i2400m->wake_tx_skb handling | Tejun Heo |
2013-02-06 | drivers: net: misc: Remove unused OOM variables | Joe Perches |
2013-02-04 | wimax: Remove unnecessary alloc/OOM messages, alloc cleanups | Joe Perches |
2013-01-08 | remove init of dev->perm_addr in drivers | Jiri Pirko |
2013-01-06 | ethtool: fix drvinfo strings set in drivers | Jiri Pirko |
2012-12-15 | i2400m: add Intel 6150 device IDs | Dan Williams |
2012-10-28 | Merge branch 'master' into for-next | Jiri Kosina |
2012-10-25 | i2400m: debugfs return code is wrong | Alan Cox |
2012-08-24 | wimax/i2400m: use is_zero_ether_addr() instead of memcmp() | Wei Yongjun |
2012-08-20 | drivers/net/wimax/i2400m/fw.c: fix error return code | Julia Lawall |
2012-07-22 | wimax: fix printk format warnings | Randy Dunlap |
2012-07-16 | drivers/net: Use eth_random_addr | Joe Perches |
2012-07-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2012-07-11 | i2400m: remove SDIO device support | John W. Linville |
2012-06-06 | drivers: net: Remove casts to same type | Joe Perches |
2012-05-06 | skb: Add inline helper for getting the skb end offset from head | Alexander Duyck |
2012-04-21 | drivers/net: iwmc3200 depends on EXPERIMENTAL | Arnd Bergmann |
2012-04-14 | net: Fix spelling typo in net | Masanari Iida |
2012-04-05 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds |
2012-04-05 | simple_open: automatically convert to simple_open() | Stephen Boyd |
2012-03-27 | wimax: i2400m-usb - use a private struct ethtool_ops | Phil Sutter |
2012-03-27 | wimax: i2400m - prevent a possible kernel bug due to missing fw_name string | Phil Sutter |
2012-03-16 | wimax/i2400m: fix erroneous NETDEV_TX_BUSY use | Eric Dumazet |
2012-01-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2011-12-19 | net: fix assignment of 0/1 to bool variables. | Rusty Russell |
2011-12-16 | wimax/i2400m: remove an unused variable | Dan Carpenter |
2011-12-02 | treewide: Fix typos in various parts of the kernel, and fix some comments. | Justin P. Mattock |
2011-10-31 | drivers/net: Add moduleparam.h to drivers as required. | Paul Gortmaker |
2011-10-31 | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker |
2011-10-31 | drivers/net: Add module.h to drivers who were implicitly using it | Paul Gortmaker |
2011-08-19 | PM / Runtime: Add macro to test for runtime PM events | Alan Stern |