aboutsummaryrefslogtreecommitdiff
path: root/net/decnet
AgeCommit message (Expand)Author
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-02-05decnet: remove unused variable from dn_output()Jesper Juhl
2012-02-01decnet: Add missing neigh->ha locking to dn_neigh_output_packet()David S. Miller
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-26decnet: proper socket refcountingEric Dumazet
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert
2011-11-14neigh: new unresolved queue limitsEric Dumazet
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller
2011-07-01decnet: Reduce switch/case indentJoe Perches
2011-06-16net: Remove casts of void *Joe Perches
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-07net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu()Lai Jiangshan
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet
2011-04-28net: Use non-zero allocations in dst_alloc().David S. Miller
2011-04-28net: Make dst_alloc() take more explicit initializations.David S. Miller
2011-04-17decnet: Don't leak entries when rebuilding zone.David S. Miller
2011-04-17decnet: Fix set-but-unused variable.David S. Miller
2011-03-12decnet: Convert to use flowidn where applicable.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller
2011-03-01xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller
2011-01-19net: cleanup unused macros in net directoryShan Wei
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller
2010-12-09net: Abstract away all dst_entry metrics accesses.David S. Miller
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-28DECnet: don't leak uninitialized stack byteDan Rosenberg
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-11-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-11-11ipv4: Make rt->fl.iif tests lest obscure.David S. Miller
2010-11-10net: avoid limits overflowEric Dumazet