Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
f9398c233e3201874395eea8558eb616fb198648
/
net
/
ipx
674f211
ipx: fix ipx_release()
by Eric Dumazet
· 14 years ago
b0d0d91
ipx: remove the BKL
by Arnd Bergmann
· 14 years ago
6de5bd1
BKL: introduce CONFIG_BKL.
by Arnd Bergmann
· 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
a2b79b4
net: ipx: use seq_list_foo() helpers
by Li Zefan
· 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
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
83927ba
net/ipx: push down BKL into a ipx_dgram_ops
by Arnd Bergmann
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 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
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
31e6d36
net: correct off-by-one write allocations reports
by Eric Dumazet
· 15 years ago
fa665cc
ipx: use constant for strings and desciptor
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
6d9f239
net: '&' redux
by Alexey Dobriyan
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
1e15dc9
[IPX]: Use proc_create() to setup ->proc_fops first
by Wang Chen
· 17 years ago
b5ccd79
[NET]: Simple ctl_table to ctl_path conversions.
by Pavel Emelyanov
· 17 years ago
c2b4233
[IPX]: Use existing sock refcnt debugging infrastructure
by Pavel Emelyanov
· 17 years ago
6257ff2
[NET]: Forget the zero_it argument of sk_alloc()
by Pavel Emelyanov
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
e730c15
[NET]: Make packet reception network namespace safe
by Eric W. Biederman
· 17 years ago
1b8d7ae
[NET]: Make socket creation namespace safe.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
0479ea0
Fix incorrect prototype for ipxrtr_route_packet()
by David Woodhouse
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
badff6d
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
7e28ecc
[SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used
by Arnaldo Carvalho de Melo
· 18 years ago
b7aa0bf
[NET]: convert network timestamps to ktime_t
by Eric Dumazet
· 18 years ago
1267cd7
[IPX]: Remove ancient changelog
by Rolf Eike Beer
· 18 years ago
ff49f26
[IPX]: Remove outdated information from Kconfig
by Rolf Eike Beer
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
ecab963
[PATCH] sysctl: ipx: remove unnecessary insert_at_head flag
by Eric W. Biederman
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
981c0ff
[NET] IPX: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
1539b98
[IPX]: Fix NULL pointer dereference on ipx unload
by Jiri Bohac
· 18 years ago
02e6037
[IPX]: Annotate and fix IPX checksum
by Al Viro
· 18 years ago
4833ed0
[IPX]: Trivial parts of endianness annotations
by Al Viro
· 18 years ago
fff6425
[IPX]: Fix typo, ipxhdr() --> ipx_hdr()
by David S. Miller
· 18 years ago
7b1ba8d
[IPX]: Another nonlinear receive fix
by Stephen Hemminger
· 18 years ago
8b5cc5e
[IPX]: Header length validation needed
by Stephen Hemminger
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
f8d5962
[IPX]: Endian bug in ipxrtr_route_packet()
by Alexey Dobriyan
· 18 years ago
4ac396c
[IPX]: Correct return type of ipx_map_frame_type().
by Alexey Dobriyan
· 18 years ago
53d42f5
[IPX]: Correct argument type of ipxrtr_delete().
by Alexey Dobriyan
· 18 years ago
f6c90b7
[NET]: Fix ipx/econet/appletalk/irda ioctl crashes
by Petr Vandrovec
· 19 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
b5e5fa5
[NET]: Add a dev_ioctl() fallback to sock_ioctl()
by Christoph Hellwig
· 19 years ago
90ddc4f
[NET]: move struct proto_ops to const
by Eric Dumazet
· 19 years ago
2038073
[NET]: Fix sparse warnings
by Arnaldo Carvalho de Melo
· 19 years ago
7de7627
[IPX]: Fix build error in ipx_recvmsg()
by David S. Miller
· 19 years ago
a61bbcf
[NET]: Store skb->timestamp as offset to a base timestamp
by Patrick McHardy
· 19 years ago
c752f07
[TCP]: Move the tcp sock states to net/tcp_states.h
by Arnaldo Carvalho de Melo
· 19 years ago
f2ccd8f
[NET]: Kill skb->real_dev
by David S. Miller
· 19 years ago
6a2e9b7
[NET]: move config options out to individual protocols
by Sam Ravnborg
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago