summaryrefslogtreecommitdiff
path: root/net/decnet
AgeCommit message (Expand)AuthorFilesLines
2012-06-30netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-3/+5
2012-06-28netlink: Get rid of obsolete rtnetlink macrosThomas Graf1-0/+8
2012-06-28decnet: Do not use RTA_PUT() macrosThomas Graf2-51/+79
2012-06-27decnet: dn_table: Move away from NLMSG_NEW().David S. Miller1-5/+6
2012-06-27decnet: dn_route: Move away from NLMSG_NEW().David S. Miller1-5/+7
2012-06-27decnet: 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-21net decnet: Convert to use register_net_sysctlEric W. Biederman2-22/+5
2012-04-21net: 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-06decnet: remove unused variable from dn_output()Jesper Juhl1-2/+1
2012-02-02decnet: Add missing neigh->ha locking to dn_neigh_output_packet()David S. Miller1-9/+15
2012-01-15Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-13net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-2/+2
2012-01-06security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-1/+1
2011-12-29ipv6: Use universal hash for NDISC.David S. Miller1-2/+2
2011-12-06net: 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-27decnet: 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-11-01net: 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-27atomic: use <linux/atomic.h>Arun Sharma4-4/+4
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+7
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller2-9/+11
2011-07-18neigh: Pass neighbour entry to output ops.David S. Miller2-15/+16
2011-07-17neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-4/+1
2011-07-17neigh: Kill neigh_ops->hh_outputDavid S. Miller1-3/+0
2011-07-02decnet: Reduce switch/case indentJoe Perches9-597/+603
2011-06-17net: Remove casts of void *Joe Perches1-1/+1
2011-06-10rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose3-7/+8
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-17/+12
2011-05-08net,rcu: convert call_rcu(dn_dev_free_ifa_rcu) to kfree_rcu()Lai Jiangshan1-6/+1
2011-05-03net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet1-4/+6
2011-04-29net: Use non-zero allocations in dst_alloc().David S. Miller1-0/+2
2011-04-29net: Make dst_alloc() take more explicit initializations.David S. Miller1-11/+2
2011-04-18decnet: Don't leak entries when rebuilding zone.David S. Miller1-2/+3
2011-04-17decnet: Fix set-but-unused variable.David S. Miller1-2/+1
2011-03-13decnet: Convert to use flowidn where applicable.David S. Miller6-170/+177
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller4-52/+56