aboutsummaryrefslogtreecommitdiff
path: root/net/econet
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-11-18net: Remove all uses of LL_ALLOCATED_SPACEGravatar Herbert Xu 1-2/+5
2011-07-03af_econet: Use current logging styles and neateningGravatar Joe Perches 1-75/+74
2011-07-01econet: Reduce switch/case indentGravatar Joe Perches 1-13/+10
2011-04-17econet: Fix set-but-unused variable.Gravatar David S. Miller 1-8/+0
2011-03-18econet: 4 byte infoleak to the networkGravatar Vasiliy Kulikov 1-1/+1
2011-01-27econet: remove compiler warningsGravatar Eric Dumazet 1-2/+2
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+5
2010-12-08econet: Fix crash in aun_incoming().Gravatar David S. Miller 1-1/+5
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-49/+44
2010-12-08econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.Gravatar Nelson Elhage 1-2/+4
2010-11-24econet: fix CVE-2010-3848Gravatar Phil Blundell 1-31/+31
2010-11-24econet: fix CVE-2010-3850Gravatar Phil Blundell 1-0/+3
2010-11-24econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Gravatar Phil Blundell 1-18/+8
2010-11-22Net: econet: Makefile: Remove deprecated kbuild goal definitionsGravatar Tracey Dent 1-1/+1
2010-09-23net: return operator cleanupGravatar Eric Dumazet 1-2/+2
2010-08-28econet: kill unnecessary spin_lock_init()Gravatar Akinobu Mita 1-2/+0
2010-06-11econet: fix lockingGravatar Eric Dumazet 1-9/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-25net: use net_eq to compare netsGravatar Octavian Purdila 1-1/+1
2009-11-05net: pass kern to net_proto_family create functionGravatar Eric Paris 1-1/+2
2009-10-07econet: Fix redeclaration of symbol lenGravatar Hagen Paul Pfeifer 1-4/+4
2009-10-07net: mark net_proto_ops as constGravatar Stephen Hemminger 1-1/+1
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2009-08-06econet: Fix econet_getname() leakGravatar Eric Dumazet 1-0/+1
2009-07-06econet: use NET_RX_SUCCESS instead of magic number 0 for econet_rcv successfu...Gravatar Mark Smith 1-2/+2
2009-06-17net: sk_wmem_alloc has initial value of one, not zeroGravatar Eric Dumazet 1-4/+2
2009-05-28econet: Use SKB queue and list helpers instead of doing it by-hand.Gravatar David S. Miller 1-14/+4
2009-03-10net: convert usage of packet_type to read_mostlyGravatar Stephen Hemminger 1-1/+1
2009-02-01net: replace uses of __constant_{endian}Gravatar Harvey Harrison 1-1/+1
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.Gravatar YOSHIFUJI Hideaki 1-2/+2
2008-06-17econet: Use sock_orphan() instead of open-coded (and buggy) variant.Gravatar David S. Miller 1-3/+1
2008-05-12net: Allow netdevices to specify needed head/tailroomGravatar Johannes Berg 1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-2/+2
2008-01-28[NET]: Convert init_timer into setup_timerGravatar Pavel Emelyanov 1-2/+1
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Gravatar Pavel Emelyanov 1-1/+1
2007-10-10[NET]: Wrap netdevice hardware header creation.Gravatar Stephen Hemminger 1-7/+7
2007-10-10[NET]: Make the device list and device lookups per namespace.Gravatar Eric W. Biederman 1-1/+1
2007-10-10[NET]: Make device event notification network namespace safeGravatar Eric W. Biederman 1-0/+3
2007-10-10[NET]: Make packet reception network namespace safeGravatar Eric W. Biederman 1-0/+3
2007-10-10[NET]: Make socket creation namespace safe.Gravatar Eric W. Biederman 1-2/+5
2007-08-14[ECONET]: remove econet_packet_type on unloadGravatar Alexey Dobriyan 1-0/+3
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tGravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphGravatar Arnaldo Carvalho de Melo 1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionGravatar Eric Dumazet 1-0/+3
2007-04-25[NET]: convert network timestamps to ktime_tGravatar Eric Dumazet 1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-02-10[NET] ECONET: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-32/+32