Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2115133f8b9a8dbdb217d14080814df07ce90479
/
drivers
/
net
/
appletalk
43d620c
drivers/net: Remove casts of void *
by Joe Perches
· 13 years ago
60d9f46
appletalk: remove the BKL
by Arnd Bergmann
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
5f05647
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
6de5bd1
BKL: introduce CONFIG_BKL.
by Arnd Bergmann
· 14 years ago
631dd1a
Update broken web addresses in the kernel.
by Justin P. Mattock
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
421f91d
fix typos concerning "initiali[zs]e"
by Uwe Kleine-König
· 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
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
0ddf477
net: convert multiple drivers to use netdev_for_each_mc_addr, part3
by Jiri Pirko
· 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
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 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
ffcfb8d
Subject: [PATCH] appletalk: Fix skb leak when ipddp interface is not loaded
by Arnaldo Carvalho de Melo
· 15 years ago
0fc4809
appletalk: convert drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
9cbc1cb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 15 years ago
98a1708
trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.
by Martin Olsson
· 16 years ago
511c3f9
net: skb->rtable accessor
by Eric Dumazet
· 15 years ago
5615968
appletalk: Add proper locking around IPDDP routing table.
by David S. Miller
· 15 years ago
93f154b
net: release dst entry in dev_hard_start_xmit()
by Eric Dumazet
· 15 years ago
816b26f
appletalk: convert LTPC to net_device_ops
by Stephen Hemminger
· 16 years ago
4fafc12
appletalk: convert LTPC to use internal net_device_stats
by Stephen Hemminger
· 16 years ago
c2839d4
appltetalk: convert cops device to net_device ops
by Stephen Hemminger
· 16 years ago
8bbce3f
appletalk: convert cops to internal net_device_stats
by Stephen Hemminger
· 16 years ago
43a6730
appletalk: convert ipddp to net_device_ops
by Stephen Hemminger
· 16 years ago
9de6d99
netdev: remove pathetic compile-command lines
by Alexey Dobriyan
· 16 years ago
454d7c9
netdevice: safe convert to netdev_priv() #part-1
by Wang Chen
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
113aa83
net: Rationalise email address: Network Specific Parts
by Alan Cox
· 16 years ago
7ab267d
fix warning in drivers/net/appletalk/cops.c
by Jeff Garzik
· 17 years ago
b132fba
drivers/net/appletalk: use time_before, time_before_eq, etc
by Julia Lawall
· 17 years ago
b32dac0
/drivers/net/appletalk/cops.c replaced init_module&cleanup_module with module_init&module_exit
by Jon Schindler
· 17 years ago
32c9874
drivers/net/appletalk/ltpc.c: replace init_module&cleanup_module with module_init&module_exit
by Jon Schindler
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 17 years ago
16989ba
drivers/net/appletalk: endianness
by Al Viro
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
9c70220
[SK_BUFF]: Introduce skb_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
badff6d
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
afc8eb4
[PATCH] trivial missing __init in drivers/net/*
by Al Viro
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
2a50f28
[ATALK]: endianness annotations
by Al Viro
· 18 years ago
5f3bc45
[PATCH] cops section fix
by Andrew Morton
· 18 years ago
9cac2c3
[ATALK]: Make CONFIG_DEV_APPLETALK a tristate.
by David S. Miller
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
72fb630
[APPLETALK]: warning fix
by Andrew Morton
· 19 years ago
6a2e9b7
[NET]: move config options out to individual protocols
by Sam Ravnborg
· 19 years ago
2c4ee8f
[LTPC]: Replace schedule_timeout() with ssleep()/msleep()
by Nishanth Aravamudan
· 19 years ago
75c96f8
[PATCH] make some things static
by Adrian Bunk
· 20 years ago
3ef4e9a
[ATALK]: Add alloc_ltalkdev().
by Christoph Hellwig
· 20 years ago
a553260
[PATCH] ISA DMA Kconfig fixes - part 3
by Al Viro
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago