Age | Commit message (Expand) | Author | Files | Lines |
2008-08-07 | hamradio: add missing sanity check to tty operation | Eugene Teo | 1 | -1/+1 |
2008-07-23 | netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. | David S. Miller | 1 | -0/+2 |
2008-07-21 | hdlcdrv: Fix CRC calculation. | Micah Dowty | 1 | -0/+1 |
2008-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 3 | -18/+24 |
2008-07-21 | tty: Ldisc revamp | Alan Cox | 2 | -2/+2 |
2008-07-18 | netdev: Allocate multiple queues for TX. | David S. Miller | 1 | -2/+4 |
2008-07-15 | netdev: Add netdev->addr_list_lock protection. | David S. Miller | 2 | -0/+4 |
2008-07-09 | netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. | David S. Miller | 1 | -1/+11 |
2008-06-28 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+0 |
2008-06-28 | hamradio: remove unused variable | Andre Haupt | 1 | -2/+0 |
2008-06-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2008-06-12 | net: Eliminate flush_scheduled_work() calls while RTNL is held. | David S. Miller | 1 | -1/+1 |
2008-05-26 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+2 |
2008-05-22 | hamradio/scc: add missing block braces to multi-statement if | Ilpo Järvinen | 1 | -1/+2 |
2008-05-13 | 6pack: use netstats in net_device structure | Paulius Zaleckas | 1 | -17/+7 |
2008-04-30 | tty: add throttle/unthrottle helpers | Alan Cox | 2 | -6/+2 |
2008-04-30 | tty: The big operations rework | Alan Cox | 2 | -24/+27 |
2008-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -3/+0 |
2008-04-22 | hamradio: Remove unneeded and deprecated cli()/sti() calls in dmascc.c | Mark Asselstine | 1 | -3/+0 |
2008-04-19 | Convert asm/semaphore.h users to linux/semaphore.h | Matthew Wilcox | 1 | -1/+1 |
2008-03-25 | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -2/+2 |
2008-02-15 | mkiss: ax_bump() locking fix | Jarek Poplawski | 1 | -3/+2 |
2008-02-05 | hamradio: fix dmascc section mismatch | Randy Dunlap | 1 | -2/+2 |
2008-01-29 | NULL noise in drivers/net | Al Viro | 2 | -2/+2 |
2008-01-29 | hamradio/scc: kill unnecessary use of 'irq' function arg | Jeff Garzik | 1 | -3/+5 |
2007-11-07 | [TTY]: Use tty_mode_ioctl() in network drivers. | Alan Cox | 1 | -16/+10 |
2007-10-24 | [PARPORT] Remove unused 'irq' argument from parport irq functions | Jeff Garzik | 2 | -9/+3 |
2007-10-20 | Documentation: Fix erroneous "dmascc=" documentation | Robert P. J. Day | 1 | -1/+1 |
2007-10-20 | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 1 | -1/+1 |
2007-10-19 | remove asm/bitops.h includes | Jiri Slaby | 1 | -1/+1 |
2007-10-14 | hamradio: ->hard_header() takes packet type in host-endian | Al Viro | 2 | -2/+2 |
2007-10-11 | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 8 | -19/+27 |
2007-10-11 | [NET]: Wrap netdevice hardware header creation. | Stephen Hemminger | 1 | -1/+1 |
2007-10-11 | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 1 | -16/+7 |
2007-10-11 | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 1 | -2/+0 |
2007-10-11 | [NET]: Make device event notification network namespace safe | Eric W. Biederman | 1 | -0/+3 |
2007-10-11 | [NET]: Make packet reception network namespace safe | Eric W. Biederman | 1 | -0/+3 |
2007-10-11 | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 3 | -6/+9 |
2007-08-01 | bpqether: fix rcu usage | Paul E. McKenney | 1 | -3/+3 |
2007-07-19 | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 1 | -4/+2 |
2007-07-18 | usermodehelper: Tidy up waiting | Jeremy Fitzhardinge | 1 | -1/+1 |
2007-05-09 | Fix "deprecated" typoes. | Robert P. J. Day | 1 | -1/+1 |
2007-04-28 | baycom_ser_fdx: also allow i/o ports >= 0x1000 and enhanced failure logging | Folkert van Heusden | 1 | -3/+10 |
2007-04-26 | [NET]: Fix yam.c | Andrew Morton | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 3 | -3/+7 |
2007-04-26 | [SK_BUFF]: Introduce skb_reset_network_header(skb) | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-24 | drivers/net/hamradio/baycom_ser_fdx build fix | Andrew Morton | 1 | -2/+4 |
2007-02-20 | Replace local random function with random32() | Ralf Baechle | 3 | -31/+6 |
2007-02-17 | fix the BAYCOM_SER_HDX help text | Simon Depiets | 1 | -1/+2 |
2007-02-12 | [PATCH] mark struct file_operations const 5 | Arjan van de Ven | 3 | -3/+3 |