android_kernel_xiaomi_sdm845/net/decnet
Eric Dumazet fca09fb732 [DECNET] ROUTE: remove unecessary alignment
Same alignment requirement was removed on IP route cache in the past.

This alignment actually has bad effect on 32 bit arches, uniprocessor,
since sizeof(dn_rt_hash_bucket) is forced to 8 bytes instead of 4.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-02-07 23:29:57 -08:00
..
netfilter [NETNS]: Consolidate kernel netlink socket destruction. 2008-01-28 15:08:07 -08:00
af_decnet.c
dn_dev.c [DECNET]: Switch to using ctl_paths. 2008-01-28 15:01:09 -08:00
dn_fib.c
dn_neigh.c
dn_nsp_in.c
dn_nsp_out.c
dn_route.c [DECNET] ROUTE: remove unecessary alignment 2008-02-07 23:29:57 -08:00
dn_rules.c [NETNS]: FIB rules API cleanup. 2008-01-28 15:08:13 -08:00
dn_table.c
dn_timer.c
Kconfig
Makefile
README
sysctl_net_decnet.c [DECNET]: Switch to using ctl_paths. 2008-01-28 15:01:09 -08:00
TODO

                       Linux DECnet Project
                      ======================

The documentation for this kernel subsystem is available in the
Documentation/networking subdirectory of this distribution and also
on line at http://www.chygwyn.com/DECnet/

Steve Whitehouse <SteveW@ACM.org>