aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-17wan/farsync: copy_from_user() to iomem is wrongAl Viro1-5/+12
2008-03-05net: replace __inline with inlineHarvey Harrison1-1/+1
2008-02-09x25_asy.c: silence compiler warningS.Çağlar Onur1-1/+0
2008-02-08x25_asy: Fix ref count rule violationAlan Cox1-3/+2
2008-02-05Generic HDLC - use random_ether_addr()Krzysztof Halasa2-8/+4
2008-02-05Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa7-28/+24
2008-02-05Generic HDLC - fix kernel panicKrzysztof Halasa1-20/+18
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas1-2/+2
2008-01-28annotate the rest of drivers/net/wanAl Viro6-7/+7
2008-01-28NULL noise in drivers/netAl Viro4-19/+15
2008-01-28drivers/net/wan: Add missing "space"Joe Perches1-1/+1
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik2-10/+6
2008-01-24cosa: Convert from class_device to device for cosa sync driverTony Jones1-3/+2
2008-01-18sbni endian fixesAl Viro1-3/+9
2008-01-18wan/lmc bitfields fixesAl Viro1-10/+2
2008-01-18dscc4 endian fixesAl Viro1-45/+49
2007-12-22cycx: annotations and fixes (.24 fodder?)Al Viro1-6/+6
2007-12-14[SYNCPPP]: Endianness and 64bit fixes.Al Viro1-18/+17
2007-11-07[TTY]: Use tty_mode_ioctl() in network drivers.Alan Cox1-5/+1
2007-10-30[WAN]: fix drivers/net/wan/lmc/ compilationAdrian Bunk1-1/+1
2007-10-30[WAN]: lmc_ioctl: don't return with locks heldRoel Kluin1-21/+34
2007-10-23Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik1-2/+2
2007-10-15netdev: convert non-obvious instances to use ARRAY_SIZE()Alejandro Martinez Ruiz1-4/+4
2007-10-14long vs. unsigned long - low-hanging fruits in driversAl Viro1-2/+2
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger7-36/+48
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle12-14/+0
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman2-3/+4
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman3-0/+9
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman3-0/+16
2007-08-13[WAN] drivers/net/wan/hdlc_fr.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau15-35/+16
2007-07-17drivers/net/wan/sbni: kill uninit'd var warningJeff Garzik1-4/+3
2007-07-17drivers/net/wan/pc300_drv: fix bug caught by gcc warningJeff Garzik1-0/+2
2007-07-16Introduce CONFIG_VIRT_TO_BUSStephen Rothwell1-1/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok3-7/+1
2007-05-11Use menuconfig objects II - netdev/wanJan Engelhardt1-19/+15
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare3-3/+0
2007-04-28Generic HDLC sparse annotationsKrzysztof Halasa2-23/+24
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo4-5/+6
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo3-3/+3
2007-04-25[WAN] cosa.c: Build fix.David S. Miller1-1/+1
2007-04-25[LMC]: lmc_main wants to use skb_tailroomArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2-3/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo3-4/+4
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo3-3/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo7-8/+8
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2-6/+0