| Commit message (Expand) | Author | Age | Files | Lines |
* | wan: Missing capability checks in sbni_ioctl() | Eugene Teo | 2008-08-27 | 1 | -4/+4 |
* | Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri... | Jeff Garzik | 2008-08-07 | 29 | -1846/+1233 |
|\ |
|
| * | WAN: Use u32 type instead of u_int32_t in LMC driver. | Krzysztof Hałasa | 2008-07-23 | 6 | -143/+139 |
| * | WAN: Port LMC driver to generic HDLC | Krzysztof Hałasa | 2008-07-23 | 8 | -653/+365 |
| * | WAN: Convert Zilog-based drivers to generic HDLC | Krzysztof Hałasa | 2008-07-23 | 6 | -574/+382 |
| * | WAN: Port COSA driver to generic HDLC. | Krzysztof Hałasa | 2008-07-23 | 3 | -167/+130 |
| * | WAN: farsync driver no longer uses syncppp.c directly | Krzysztof Hałasa | 2008-07-23 | 3 | -11/+2 |
| * | WAN: Convert PC300 driver to use normal u8/u16/u32 types | Krzysztof Hałasa | 2008-07-23 | 2 | -154/+150 |
| * | WAN: Remove dead code from PC300 driver, part #2 | Krzysztof Hałasa | 2008-07-23 | 2 | -13/+1 |
| * | WAN: Remove dead code from PC300 driver, part #1 | Krzysztof Hałasa | 2008-07-23 | 2 | -50/+4 |
| * | WAN: Remove unneeded "#include <net/syncppp.h>" | Krzysztof Hałasa | 2008-07-23 | 3 | -5/+0 |
| * | Remove bogus variables from syncppp.[ch] | Krzysztof Hałasa | 2008-07-23 | 1 | -9/+0 |
| * | WAN: cosmetic changes to generic HDLC | Krzysztof Hałasa | 2008-07-23 | 7 | -72/+65 |
* | | WAN: remove extra help text from HDLC_PPP config option | Krzysztof Halasa | 2008-08-07 | 1 | -2/+0 |
* | | device create: net: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-21 | 1 | -3/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-20 | 13 | -175/+130 |
|\ |
|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-07-18 | 1 | -6/+16 |
| |\ |
|
| * | | net: Remove references to wan-router.txt in Kconfigs | Johann Felix Soden | 2008-07-14 | 1 | -2/+1 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-07-05 | 1 | -0/+1 |
| |\ \ |
|
| * | | | WAN: Remove no longer needed pvc_desc in FR code. | Krzysztof Halasa | 2008-07-04 | 1 | -17/+8 |
| * | | | WAN: convert drivers to use built-in netdev_stats | Krzysztof Halasa | 2008-07-04 | 12 | -156/+121 |
* | | | | tty: Ldisc revamp | Alan Cox | 2008-07-20 | 2 | -3/+3 |
| |_|/
|/| | |
|
* | | | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 4 | -41/+64 |
|\ \ \
| | |/
| |/| |
|
| * | | Add missing skb->dev assignment in Frame Relay RX code | Krzysztof Halasa | 2008-07-04 | 1 | -0/+1 |
| |/ |
|
| * | Hold RTNL while calling dev_close() | Ben Hutchings | 2008-06-27 | 1 | -0/+3 |
| * | WAN: protect HDLC proto list while insmod/rmmod | Krzysztof Halasa | 2008-05-22 | 1 | -8/+11 |
| * | WAN: protect Cisco HDLC state changes with a spinlock. | Krzysztof Halasa | 2008-05-22 | 1 | -33/+49 |
* | | cosa: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-05-18 | 1 | -6/+16 |
|/ |
|
* | syncppp: Fix crashes. | David S. Miller | 2008-05-12 | 6 | -17/+17 |
* | lapbeth: Release ->ethdev when unregistering device. | David S. Miller | 2008-05-03 | 1 | -0/+1 |
* | tty: The big operations rework | Alan Cox | 2008-04-30 | 1 | -144/+135 |
* | pc300: Update to tty_set_operations | Alan Cox | 2008-04-30 | 1 | -9/+15 |
* | WAN: Fix confusing insmod error code for C101 too. | Krzysztof Halasa | 2008-04-25 | 1 | -3/+3 |
* | Removing dead code in drivers/net/wan/hdlc_fr.c | Cédric Augonnet | 2008-04-25 | 1 | -4/+0 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-04-14 | 1 | -1/+5 |
|\ |
|
| * | Mark generic HDLC + PPP as broken. | Krzysztof Halasa | 2008-04-12 | 1 | -1/+5 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-04-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lapb: use the shorter LIST_HEAD form for brevity | Robert P. J. Day | 2008-03-28 | 1 | -1/+1 |
* | | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-26 | 4 | -6/+6 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-03-18 | 2 | -6/+13 |
|\ \
| |/ |
|
| * | wan/farsync: copy_from_user() to iomem is wrong | Al Viro | 2008-03-17 | 1 | -5/+12 |
| * | net: replace __inline with inline | Harvey Harrison | 2008-03-05 | 1 | -1/+1 |
* | | COSA/SRP: convert channel_data.rsem to mutex | Matthias Kaehlcke | 2008-03-05 | 1 | -6/+8 |
|/ |
|
* | x25_asy.c: silence compiler warning | S.Çağlar Onur | 2008-02-09 | 1 | -1/+0 |
* | x25_asy: Fix ref count rule violation | Alan Cox | 2008-02-08 | 1 | -3/+2 |
* | Generic HDLC - use random_ether_addr() | Krzysztof Halasa | 2008-02-05 | 2 | -8/+4 |
* | Generic HDLC - remove now unneeded hdlc_device_desc | Krzysztof Halasa | 2008-02-05 | 7 | -28/+24 |
* | Generic HDLC - fix kernel panic | Krzysztof Halasa | 2008-02-05 | 1 | -20/+18 |
* | Spelling fixes: lenght->length | Paulius Zaleckas | 2008-02-03 | 1 | -2/+2 |
* | annotate the rest of drivers/net/wan | Al Viro | 2008-01-28 | 6 | -7/+7 |