Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
42ab135fe78025910bed8ff56e00a375f2b04db1
/
net
/
irda
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
37f9fc4
irda: Fix heap memory corruption in iriap.c
by Samuel Ortiz
· 14 years ago
efc463e
irda: Fix parameter extraction stack overflow
by Samuel Ortiz
· 14 years ago
f8cba16
irda: Remove BKL instances from irnet
by Samuel Ortiz
· 14 years ago
5b40964
irda: Remove BKL instances from af_irda.c
by Samuel Ortiz
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
b42e179
Fix typo configue => configure in comments
by Thomas Weber
· 14 years ago
0a5f1d4
irda/irnet: use noop_llseek
by Arnd Bergmann
· 14 years ago
55b1804
net/irda: Use static const char * const where possible
by Joe Perches
· 14 years ago
e548833
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
cf9b94f
irda: off by one
by Dan Carpenter
· 14 years ago
628e300
irda: Correctly clean up self->ias_obj on irda_bind() failure.
by David S. Miller
· 14 years ago
81ce790
irda: use net_device_stats from struct net_device
by Eric Dumazet
· 14 years ago
79c5f51
irda: fix a race in irlan_eth_xmit()
by Eric Dumazet
· 14 years ago
d7100da
ppp: make channel_ops const
by stephen hemminger
· 14 years ago
55a40e2
net/irda: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
0b5c25e
irttp: Print device parameters and statistics as unsigned
by Ben Hutchings
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 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
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
b138338
net: remove trailing space in messages
by Frans Pop
· 15 years ago
b54452b
const: struct nla_policy
by Alexey Dobriyan
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
216437e
net: irda: use seq_list_foo() helpers
by Li Zefan
· 15 years ago
b1109bf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
3fdde0a
irda: add missing BKL in irnet_ppp ioctl
by Thadeu Lima de Souza Cascardo
· 15 years ago
454debe
irda: unbalanced lock_kernel in irnet_ppp
by Thadeu Lima de Souza Cascardo
· 15 years ago
c026ca5
NET: irda, remove unnecessary checks
by Jiri Slaby
· 15 years ago
e7d2860
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
by André Goddard Rosa
· 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
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
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
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
58a9d73
net/irda: push BKL into proto_ops
by Arnd Bergmann
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
ec1b4cf
net: mark net_proto_ops as const
by Stephen Hemminger
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
8d65af7
sysctl: remove "struct file *" argument of ->proc_handler
by Alexey Dobriyan
· 15 years ago
5ca1b99
net: file_operations should be const
by Stephen Hemminger
· 15 years ago
6518bbb
irda: convert to netdev_tx_t
by Stephen Hemminger
· 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
f222e8b
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
09384df
irda: Fix irda_getname() leak
by Eric Dumazet
· 15 years ago
36cbd3d
net: mark read-only arrays as const
by Jan Engelhardt
· 15 years ago
df597ef
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
f146214
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
0cbb0a7
net: irda: init spinlock after memcpy
by Deepak Saxena
· 15 years ago
134e637
genetlink: make netns aware
by Johannes Berg
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
d55d87f
net: Move rx skb_orphan call to where needed
by Herbert Xu
· 15 years ago
31e6d36
net: correct off-by-one write allocations reports
by Eric Dumazet
· 15 years ago
528be7f
irda: Use SKB queue and list helpers instead of doing it by-hand.
by David S. Miller
· 15 years ago
502664e
irda: Use genl_register_family_with_ops()
by Michał Mirosław
· 15 years ago
fd2120c
net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocations
by Pablo Neira Ayuso
· 15 years ago
3d30417
proc tty: switch ircomm to ->proc_fops
by Alexey Dobriyan
· 16 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
9cc8ba7
irlan: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
92bcd4f
irda: net_device_ops ioctl fix
by Stephen Hemminger
· 16 years ago
7546dd9
net: convert usage of packet_type to read_mostly
by Stephen Hemminger
· 16 years ago
09640e6
net: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
ad36b88
tty: Fix an ircomm warning and note another bug
by Alan Cox
· 16 years ago
e780f1c
irda: merge exit paths
by Ilpo Järvinen
· 16 years ago
5eaa65b
net: Make static
by Roel Kluin
· 16 years ago
524ad0a
netdevice: safe convert to netdev_priv() #part-4
by Wang Chen
· 16 years ago
6d9f239
net: '&' redux
by Alexey Dobriyan
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
db6d8c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
a352def
tty: Ldisc revamp
by Alan Cox
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
49997d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
7c3ceb4a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
07035fc
irda: Fix netlink error path return value
by Julius Volz
· 16 years ago
cddf63d
irnet_ppp: BKL pushdown
by Arnd Bergmann
· 16 years ago
65b53e4
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
9ecad87
irda: Sock leak on error path in irda_create.
by Pavel Emelyanov
· 16 years ago
5406460
irda: Push BKL down into irda ioctl handlers
by Alan Cox
· 16 years ago
f7fd63c
net/irda/irnet/irnet_irda.c needs unaligned.h
by Andrew Morton
· 17 years ago
3322238
irda: Fix a misalign access issue. (v2)
by Graf Yang
· 17 years ago
260ffee
irda: use get_unaligned_* helpers
by Harvey Harrison
· 17 years ago
f34d7a5
tty: The big operations rework
by Alan Cox
· 17 years ago
3ae02d6
proc: switch /proc/irda/irnet to seq_file interface
by Alexey Dobriyan
· 17 years ago
7ef3abd
[IRDA]: Remove irlan_eth_send_gratuitous_arp()
by Adrian Bunk
· 17 years ago
8e8e438
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
8c7230f
[IRDA]: Store irnet_socket termios properly.
by David S. Miller
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
0dc4787
net: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
5e47879
[IRDA]: Use proc_create() to setup ->proc_fops first
by Wang Chen
· 17 years ago
91cde6f
[IrDA]: LMP discovery timer not started by default
by Ross Burton
· 17 years ago
e9888f5
[IrDA]: Irport removal - part 1
by Adrian Bunk
· 17 years ago
5d780cd
[IrDA]: Frame length validation.
by Robie Basak
· 17 years ago
6d97b53
[IrDA]: Resend frames on timeout.
by Robie Basak
· 17 years ago
b5ccd79
[NET]: Simple ctl_table to ctl_path conversions.
by Pavel Emelyanov
· 17 years ago
6d82de9
[IRDA]: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 17 years ago
Next »