Age | Commit message (Expand) | Author | Files | Lines |
2011-12-19 | module_param: make bool parameters really bool (net & drivers/net) | Rusty Russell | 2 | -2/+2 |
2011-09-16 | wan: make LAPB callbacks const | stephen hemminger | 3 | -12/+10 |
2011-08-22 | net/wan/hdlc_ppp: use break in switch | Jesper Juhl | 1 | -7/+7 |
2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+1 |
2011-07-27 | net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared | Neil Horman | 1 | -2/+3 |
2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2011-07-22 | sbni: use pci_dev->subsystem_device | Sergei Shtylyov | 1 | -4/+1 |
2011-07-11 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -1/+3 |
2011-06-30 | wanxl: remove a stray irq enable | Dan Carpenter | 1 | -1/+1 |
2011-06-27 | wan: Update to current logging forms | Joe Perches | 7 | -96/+96 |
2011-06-27 | ixp4xx_hss: Update to current logging forms | Joe Perches | 1 | -15/+13 |
2011-06-27 | farsync: Update to current logging forms | Joe Perches | 1 | -4/+3 |
2011-06-27 | dscc4: Update to current logging forms | Joe Perches | 1 | -42/+38 |
2011-06-27 | frame relay dlci/frad: Update to current logging forms | Joe Perches | 2 | -29/+45 |
2011-06-27 | cyclom: Update to current logging forms | Joe Perches | 3 | -156/+133 |
2011-06-27 | cosa: Update to current logging forms | Joe Perches | 1 | -120/+106 |
2011-06-27 | generic_hdlc: Update to current logging forms | Joe Perches | 12 | -211/+186 |
2011-06-24 | treewide: Fix recieve/receive typos | Joe Perches | 1 | -1/+1 |
2011-06-21 | drivers/net: Remove casts of void * | Joe Perches | 1 | -1/+1 |
2011-06-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+3 |
2011-06-17 | farsync: add module_put to error path in fst_open() | Pavel Shved | 1 | -1/+3 |
2011-06-06 | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 4 | -0/+4 |
2011-06-04 | Revert "tty: make receive_buf() return the amout of bytes received" | Linus Torvalds | 1 | -5/+2 |
2011-05-26 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -2/+1 |
2011-05-26 | wan/pc300: Drop __TIME__ usage | Michal Marek | 1 | -2/+1 |
2011-05-23 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+5 |
2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2011-05-10 | treewide: fix a few typos in comments | Justin P. Mattock | 1 | -1/+1 |
2011-05-05 | net: call dev_alloc_name from register_netdevice | Jiri Pirko | 3 | -16/+1 |
2011-04-22 | tty: make receive_buf() return the amout of bytes received | Felipe Balbi | 1 | -2/+5 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 7 | -16/+16 |
2011-03-20 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -1/+1 |
2011-03-17 | net: change to new flag variable | matt mooney | 1 | -1/+1 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -3/+2 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -2/+2 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2010-12-26 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2010-12-22 | Merge branch 'master' into for-next | Jiri Kosina | 2 | -7/+11 |
2010-12-21 | drivers/net/*/: Use static const | Joe Perches | 1 | -3/+3 |
2010-12-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+4 |
2010-12-12 | WAN: Fix a TX IRQ causing BUG() in PC300 and PCI200SYN drivers. | Krzysztof Halasa | 1 | -1/+4 |
2010-12-02 | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+1 |
2010-11-29 | NET: wan/x25, fix ldisc->open retval | Jiri Slaby | 1 | -1/+1 |
2010-11-28 | NET: wan/x25_asy, move lapb_unregister to x25_asy_close_tty | Jiri Slaby | 1 | -5/+6 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |
2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2 | -2/+2 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 14 | -109/+111 |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -1/+1 |
2010-10-12 | net: Wan/cosa.c: Convert "mutex" to semaphore | Thomas Gleixner | 1 | -1/+1 |
2010-09-26 | drivers/net: return operator cleanup | Eric Dumazet | 7 | -90/+90 |