aboutsummaryrefslogtreecommitdiff
path: root/net/econet
AgeCommit message (Expand)Author
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-11-18net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu
2011-07-03af_econet: Use current logging styles and neateningJoe Perches
2011-07-01econet: Reduce switch/case indentJoe Perches
2011-04-17econet: Fix set-but-unused variable.David S. Miller
2011-03-18econet: 4 byte infoleak to the networkVasiliy Kulikov
2011-01-27econet: remove compiler warningsEric Dumazet
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-08econet: Fix crash in aun_incoming().David S. Miller
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-08econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.Nelson Elhage
2010-11-24econet: fix CVE-2010-3848Phil Blundell
2010-11-24econet: fix CVE-2010-3850Phil Blundell
2010-11-24econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell
2010-11-22Net: econet: Makefile: Remove deprecated kbuild goal definitionsTracey Dent
2010-09-23net: return operator cleanupEric Dumazet
2010-08-28econet: kill unnecessary spin_lock_init()Akinobu Mita
2010-06-11econet: fix lockingEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-07econet: Fix redeclaration of symbol lenHagen Paul Pfeifer
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-06econet: Fix econet_getname() leakEric Dumazet
2009-07-06econet: use NET_RX_SUCCESS instead of magic number 0 for econet_rcv successfu...Mark Smith
2009-06-17net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet
2009-05-28econet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-06-17econet: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller
2008-05-12net: Allow netdevices to specify needed head/tailroomJohannes Berg
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman
2007-08-14[ECONET]: remove econet_packet_type on unloadAlexey Dobriyan
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-10[NET] ECONET: Fix whitespace errors.YOSHIFUJI Hideaki