aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-10net: Don't report route RTT metric value in cache dumps.David S. Miller1-6/+5
2012-07-05decnet: Use neighbours privately in dn_route struct.David S. Miller2-8/+30
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller1-2/+6
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-3/+5
2012-06-27netlink: Get rid of obsolete rtnetlink macrosThomas Graf1-0/+8
2012-06-27decnet: Do not use RTA_PUT() macrosThomas Graf2-51/+79
2012-06-26decnet: dn_table: Move away from NLMSG_NEW().David S. Miller1-5/+6
2012-06-26decnet: dn_route: Move away from NLMSG_NEW().David S. Miller1-5/+7
2012-06-26decnet: dn_rtmsg: Move away from NLMSG_PUT().David S. Miller1-10/+10
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller1-1/+1
2012-06-07netfilter: decnet: switch hook PFs to nfprotoAlban Crequy1-1/+1
2012-06-04net: Remove casts to same typeJoe Perches1-1/+1
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet1-3/+3
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches7-38/+27
2012-04-20net decnet: Convert to use register_net_sysctlEric W. Biederman2-22/+5
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2-4/+4
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet6-19/+20
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+0
2012-04-02decnet: Stop using NLA_PUT*().David S. Miller2-12/+12
2012-03-28Remove all #inclusions of asm/system.hDavid Howells4-4/+0
2012-02-05decnet: remove unused variable from dn_output()Jesper Juhl1-2/+1
2012-02-01decnet: Add missing neigh->ha locking to dn_neigh_output_packet()David S. Miller1-9/+15
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-2/+2
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-1/+1
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller1-2/+2
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2-5/+5
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+5
2011-11-26decnet: proper socket refcountingEric Dumazet1-12/+5
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert1-1/+3
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert1-3/+3
2011-11-14neigh: new unresolved queue limitsEric Dumazet1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-3/+3
2011-07-26atomic: use <linux/atomic.h>Arun Sharma4-4/+4
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+7
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller2-9/+11
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller2-15/+16
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-4/+1
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-3/+0
2011-07-01decnet: Reduce switch/case indentJoe Perches9-597/+603
2011-06-16net: Remove casts of void *Joe Perches1-1/+1
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose3-7/+8
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-17/+12
2011-05-07net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu()Lai Jiangshan1-6/+1
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet1-4/+6
2011-04-28net: Use non-zero allocations in dst_alloc().David S. Miller1-0/+2
2011-04-28net: Make dst_alloc() take more explicit initializations.David S. Miller1-11/+2
2011-04-17decnet: Don't leak entries when rebuilding zone.David S. Miller1-2/+3