summaryrefslogtreecommitdiffstats
path: root/net/econet
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-49/+44
|\
| * econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.Nelson Elhage2010-12-081-2/+4
| * econet: fix CVE-2010-3848Phil Blundell2010-11-241-31/+31
| * econet: fix CVE-2010-3850Phil Blundell2010-11-241-0/+3
| * econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell2010-11-241-18/+8
* | Net: econet: Makefile: Remove deprecated kbuild goal definitionsTracey Dent2010-11-221-1/+1
|/
* net: return operator cleanupEric Dumazet2010-09-231-2/+2
* econet: kill unnecessary spin_lock_init()Akinobu Mita2010-08-281-2/+0
* econet: fix lockingEric Dumazet2010-06-111-9/+18
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* econet: Fix redeclaration of symbol lenHagen Paul Pfeifer2009-10-071-4/+4
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-0/+1
|\
| * econet: Fix econet_getname() leakEric Dumazet2009-08-061-0/+1
* | econet: use NET_RX_SUCCESS instead of magic number 0 for econet_rcv successfu...Mark Smith2009-07-061-2/+2
|/
* net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet2009-06-171-4/+2
* econet: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2009-05-281-14/+4
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-1/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-2/+2
* econet: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller2008-06-171-3/+1
* net: Allow netdevices to specify needed head/tailroomJohannes Berg2008-05-121-1/+1
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-2/+1
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-101-7/+7
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-2/+5
* [ECONET]: remove econet_packet_type on unloadAlexey Dobriyan2007-08-141-0/+3
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet2007-04-251-0/+3
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-251-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] ECONET: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-32/+32
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [ECONET]: Convert away from SOCKOPS_WRAPPEDDavid S. Miller2006-03-281-55/+85
* [NET]: Fix ipx/econet/appletalk/irda ioctl crashesPetr Vandrovec2006-03-281-0/+16
* [ECONET]: Use macro for spinlock_t definition.YOSHIFUJI Hideaki2006-01-041-1/+1
* [NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig2006-01-031-1/+1
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+1
* [NET]: move struct proto_ops to constEric Dumazet2006-01-031-2/+2
* [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu2005-10-031-1/+1
OpenPOWER on IntegriCloud