Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
08bff03ed697a583612b62a6ac566bd5bce98012
/
drivers
/
net
/
irda
500b9fc
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into devel-stable
by Russell King
· 14 years ago
8a2b6be
net/irda/sh_irda: Modify clk_get lookups
by Kuninori Morimoto
· 14 years ago
2e4e7a9
drivers/net/irda: use for_each_pci_dev()
by Kulikov Vasiliy
· 14 years ago
9f27fb8
drivers: irda: fix sign bug
by Kulikov Vasiliy
· 14 years ago
752ef8b
drivers: irda: fix sign bug
by Kulikov Vasiliy
· 14 years ago
ba2d358
drivers/net: use __packed annotation
by Eric Dumazet
· 14 years ago
eda6e6f
net/irda: bfin_sir: IRDA is not affected by anomaly 05000230
by Graf Yang
· 14 years ago
ee289b6
drivers/net: remove useless semicolons
by Joe Perches
· 14 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 14 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
17a328c
net/irda: Add SuperH IrDA driver support
by Kuninori Morimoto
· 15 years ago
33d8212c
net/irda: sh_sir: Modify iounmap wrong execution
by Kuninori Morimoto
· 15 years ago
ba5d47c
net/irda: sh_sir: fixup err return value on sh_sir_open
by Kuninori Morimoto
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
19299b3
net/irda: remove trailing space in messages
by Frans Pop
· 15 years ago
4961e02
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
6329da5
obsolete config in kernel source: USE_INTERNAL_TIMER
by Christoph Egger
· 15 years ago
d89b218
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
0e2b807
irda-usb: add error handling and fix leak
by Dan Carpenter
· 15 years ago
4787188
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
9bdcf33
MIPS: Alchemy: devboard register abstraction
by Manuel Lauss
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
2a6ace1
net/irda: sh_sir: Add SuperH IrDA driver
by Kuninori Morimoto
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
83cf0a9
comment typo fix: sybsystem -> subsystem
by Jean Delvare
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
3505d1a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
6cc9318
drivers/net/irda: remove exceptional & on function name
by Julia Lawall
· 15 years ago
c3da314
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
421355d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
91cd175
irda/sa1100_ir: check return value of startup hook
by Dmitry Artamonow
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
1d1764c
headers: kref.h redux
by Alexey Dobriyan
· 15 years ago
28f9f19
Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel
by Russell King
· 15 years ago
c4bd017
[ARM] pxa: add gpio_pwdown(_inverted) into pxaficp_ir.c
by Marek Vasut
· 15 years ago
6cdee2f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
6518bbb
irda: convert to netdev_tx_t
by Stephen Hemminger
· 15 years ago
4484b9c
irda/sa1100_ir: fix broken netdev_ops conversion
by Alexander Beregalov
· 15 years ago
730a9cf
irda/au1k_ir: fix broken netdev_ops conversion
by Alexander Beregalov
· 15 years ago
d2f3ad4
pxaficp-ir: remove incorrect net_device_ops
by Marek Vasut
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5d5ceb8
irda: fix read buffer overflow
by Roel Kluin
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
ec634fe
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
d51e9b0
net/irda: convert bfin_sir to net_device_ops
by Graf Yang
· 15 years ago
9d794a0
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6
by David S. Miller
· 15 years ago
5b54814
net: use symbolic values for ndo_start_xmit() return codes
by Patrick McHardy
· 15 years ago
4bd73ae
net: fix network drivers ndo_start_xmit() return values (part 2)
by Patrick McHardy
· 15 years ago
adbf7f0
irda: smsc wait count reaches -1
by Roel Kluin
· 15 years ago
d510fe7
irda: new Blackfin on-chip SIR IrDA driver
by Graff Yang
· 15 years ago
e13f931
irda-usb: suspend/resume support
by Tadashi Abe
· 15 years ago
bf98a82
sa1100_ir: fix build breakage
by Alexander Beregalov
· 16 years ago
f6a2629
irda: include etherdevice.h for eth_*() functions
by Alexander Beregalov
· 16 years ago
a1de966
irda/sa1100_ir: convert to net_device_ops
by Alexander Beregalov
· 16 years ago
c76ccd6
irda/pxaficp_ir: convert to net_device_ops
by Alexander Beregalov
· 16 years ago
602355a
irda/au1k_ir: convert to net_device_ops
by Alexander Beregalov
· 16 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
ed40d0c
Merge branch 'origin' into devel
by Russell King
· 16 years ago
ddec2c8
IRDA: convert donauboe to net_device_ops
by Stephen Hemminger
· 16 years ago
94ffab6
irda: convert ks959 driver to net_device_ops
by Stephen Hemminger
· 16 years ago
0c818a6
irda: convert ksdazzle device to net_device_ops
by Stephen Hemminger
· 16 years ago
9b63400
irda: convert kingsun device to net_device_ops
by Stephen Hemminger
· 16 years ago
2b023f4
irda: convert sir device to net_device_ops
by Stephen Hemminger
· 16 years ago
0bd11f2
irda: convert via-ircc to net_device_ops
by Stephen Hemminger
· 16 years ago
02087be
irda: convert smsc driver to net_device_ops
by Stephen Hemminger
· 16 years ago
30a5d7f
irda: convert vlsi driver to net_device_ops
by Stephen Hemminger
· 16 years ago
2d44a22
irda: convert ali driver to net_device_ops
by Stephen Hemminger
· 16 years ago
c279b8c
irda: convert nsc_ircc driver to net_device_ops
by Stephen Hemminger
· 16 years ago
4113a1a
irda: convert w83977af_ir to net_device_ops
by Stephen Hemminger
· 16 years ago
66ee279
stir4200: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
ddc2a92
irda: convert mcs driver to net_device_ops
by Stephen Hemminger
· 16 years ago
d36733a
irda: convert irda_usb to net_device_ops
by Stephen Hemminger
· 16 years ago
97fb44e
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel
by Russell King
· 16 years ago
5bf3df3
[ARM] pxa: separate definitions from pxa-regs.h and remove it finally
by Eric Miao
· 16 years ago
875b482
irda: remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
5e30589
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
fb08867
IRDA: cnt is off by 1
by Roel Kluin
· 16 years ago
e4e90b2
irda: Use __netdev_alloc_skb() instead of __dev_alloc_skb().
by David S. Miller
· 16 years ago
2950e95
drivers/net/irda/irda-usb.c: fix buffer overflow
by Jos-Vicente Gilabert
· 16 years ago
216c32d
irda: fix incomplete conversation to internal stats
by Alexander Beregalov
· 16 years ago
af04908
irda: convert to internal stats
by Stephen Hemminger
· 16 years ago
14a3c4a
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 16 years ago
0e49e64
drivers/net/irda: fix sparse warnings: make symbols static
by Hannes Eder
· 16 years ago
8a1ec21
tty: Flags should be accessed via the foo_bit interfaces
by Alan Cox
· 16 years ago
c5b84b3
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel
by Russell King
· 16 years ago
02f6526
[ARM] pxa: move UART register definitions into dedicated regs-uart.h
by Eric Miao
· 16 years ago
b40ddf5
[ARM] pxa: move FICP register definitions into pxaficp_ir.c
by Eric Miao
· 16 years ago
d281bc9
[ARM] fix missing includes for iop33x and sa1100_ir
by Russell King
· 16 years ago
dcea83a
[ARM] Hide ISA DMA API when ISA_DMA_API is unset
by Russell King
· 16 years ago
05678a9
[ARM] pxa: avoid polluting the kernel's namespace
by Russell King
· 16 years ago
4cf1653
netdevice: safe convert to netdev_priv() #part-2
by Wang Chen
· 16 years ago
9eeda9a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
abdd5a0
IRDA: remove double inclusion of module.h
by Alexander Beregalov
· 16 years ago
880c9c6
USB: remove info() macro from usb network drivers
by Greg Kroah-Hartman
· 16 years ago
Next »