summaryrefslogtreecommitdiff
path: root/net/econet/af_econet.c
Commit message (Expand)AuthorAge
* econet: remove ancient bug ridden protocolStephen Hemminger2012-05-18
* sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-21
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* net: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2011-11-18
* af_econet: Use current logging styles and neateningJoe Perches2011-07-03
* econet: Reduce switch/case indentJoe Perches2011-07-01
* econet: Fix set-but-unused variable.David S. Miller2011-04-17
* econet: 4 byte infoleak to the networkVasiliy Kulikov2011-03-18
* econet: remove compiler warningsEric Dumazet2011-01-27
* econet: Fix crash in aun_incoming().David S. Miller2010-12-08
* econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.Nelson Elhage2010-12-08
* econet: fix CVE-2010-3848Phil Blundell2010-11-24
* econet: fix CVE-2010-3850Phil Blundell2010-11-24
* econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell2010-11-24
* net: return operator cleanupEric Dumazet2010-09-23
* econet: kill unnecessary spin_lock_init()Akinobu Mita2010-08-28
* econet: fix lockingEric Dumazet2010-06-11
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net: use net_eq to compare netsOctavian Purdila2009-11-25
* net: pass kern to net_proto_family create functionEric Paris2009-11-05
* econet: Fix redeclaration of symbol lenHagen Paul Pfeifer2009-10-07
* net: mark net_proto_ops as constStephen Hemminger2009-10-07
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-12
|\
| * econet: Fix econet_getname() leakEric Dumazet2009-08-06
* | econet: use NET_RX_SUCCESS instead of magic number 0 for econet_rcv successfu...Mark Smith2009-07-06
|/
* net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet2009-06-17
* econet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-28
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-10
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-01
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-19
* econet: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller2008-06-17
* net: Allow netdevices to specify needed head/tailroomJohannes Berg2008-05-12
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-26
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-28
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-01
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-10
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-10
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-10
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-10
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-10
* [ECONET]: remove econet_packet_type on unloadAlexey Dobriyan2007-08-14
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-25
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-25
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-25
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-25
* [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet2007-04-25
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-25
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-14
* [NET] ECONET: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-10
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-21