aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
Commit message (Expand)AuthorAgeFilesLines
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-254-5/+6
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-253-3/+3
* [WAN] cosa.c: Build fix.David S. Miller2007-04-251-1/+1
* [LMC]: lmc_main wants to use skb_tailroomArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-252-3/+3
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-253-4/+4
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-253-3/+3
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-257-8/+8
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-252-6/+0
* [NET]: remove unused header file: drivers/net/wan/lmc/lmc_media.hRobert P. J. Day2007-03-251-65/+0
* z85230: Fix FIFO handlingAlan Cox2007-03-091-1/+1
* [HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa2007-03-026-23/+23
* net: remove a collection of unneeded #undef REALLY_SLOW_IO stuffAlan2007-02-271-1/+0
* Hostess SV-11 depends on INETBaruch Even2007-02-171-1/+1
* net/wan/pc300too.c: pci_module_init to pci_register_driverRichard Knutsson2007-02-171-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-142-2/+0
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* [PATCH] pc300too annotation fixesAl Viro2007-02-091-8/+8
* Remove unused kernel config option DLCI_COUNTRobert P. J. Day2007-02-071-11/+0
* z85230: spinlock logicAlan Cox2007-02-071-13/+1
* PC300too alternative WAN driverKrzysztof Halasa2007-02-053-0/+579
* make hdlc_setup() static againAdrian Bunk2007-02-051-2/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-134-7/+7
* [NET]: Fix WAN routers kconfig dependency.Randy Dunlap2006-12-111-2/+3
* [PATCH] struct path: convert cosaJosef Sipek2006-12-081-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-38/+38
|\
| * [PATCH] WAN: DSCC4 driver requires generic HDLCKrzysztof Halasa2006-12-021-38/+38
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-10/+13
|/
* [PATCH] n2: fix confusing error codeAkinobu Mita2006-10-311-3/+3
* [NET] sealevel: uses arp_broken_opsRandy Dunlap2006-10-301-1/+1
* [PATCH] WAN/pc300: handle, propagate minor errorsJeff Garzik2006-10-211-5/+19
* drivers/net: eliminate irq handler impossible checks, needless castsJeff Garzik2006-10-062-9/+3
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-0512-18/+18
* [PATCH] Uninitialized variable in drivers/net/wan/syncppp.cEric Sesterhenn2006-09-291-1/+1
* [IPV4]: annotate struct in_ifaddrAl Viro2006-09-282-2/+2
* [PATCH] git-netdev-all: pc300_tty build fixAndrew Morton2006-09-271-0/+1
* [PATCH] Make PC300 WAN driver compile againKrzysztof Halasa2006-09-261-16/+14
* [PATCH] Modularize generic HDLCKrzysztof Halasa2006-09-269-351/+666
* Merge branch 'upstream-fixes' into upstreamJeff Garzik2006-08-191-4/+5
|\
| * [PATCH] WAN: fix C101 card carrier handlingKrzysztof Halasa2006-08-191-4/+5
* | drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-196-6/+6
* | [PATCH] remove unnecessary config.h includes from drivers/net/Dave Jones2006-08-143-3/+0
|/
* [WAN]: Cosmetic changes to N2 and C101 driversKrzysztof Halasa2006-07-212-3/+4
* [WAN]: Added missing netif_dormant_off() to generic HDLCKrzysztof Halasa2006-07-214-0/+4
* [WAN]: converting generic HDLC to use netif_dormant*()Krzysztof Halasa2006-07-126-68/+82
* [PATCH] remove dead entry in net wan KconfigPaul Fulghum2006-07-052-13/+0
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-029-9/+9
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-305-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-13/+1
|\