aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-06sections: fix section conflicts in netAndi Kleen1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman3-14/+14
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-2/+1
2012-08-31decnet: fix shutdown parameter checkingXi Wang1-2/+2
2012-08-09net: Loopback ifindex is constant nowPavel Emelyanov1-3/+3
2012-07-23decnet: Don't set RTCF_DIRECTSRC.David S. Miller1-2/+0
2012-07-20net: Document dst->obsolete better.David S. Miller1-2/+2
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-4/+8
2012-07-12net: Add dummy dst_ops->redirect method where needed.David S. Miller1-0/+6
2012-07-10rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller1-1/+1
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