aboutsummaryrefslogtreecommitdiffstats
path: root/net/ax25
AgeCommit message (Expand)AuthorFilesLines
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+2
2013-10-18ax25: cleanup a range testDan Carpenter1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-3/+3
2013-04-07ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin5-25/+13
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-3/+3
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-3/+4
2012-08-14userns: Convert net/ax25 to use kuid_t where appropriateEric W. Biederman1-7/+14
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-07-16ax25: Fix missing breakAlan Cox1-0/+1
2012-07-09small cleanup in ax25_addr_parse()Dan Carpenter1-2/+4
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet2-2/+2
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2012-04-20net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman3-64/+30
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-04-19net ax25: Reorder ax25_exit to remove races.Eric W. Biederman1-4/+5
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells17-17/+0
2011-12-28ax25: avoid overflows in ax25_setsockopt()Xi Wang1-5/+6
2011-11-29NET: AX.25: Check ioctl arguments to avoid overflows further down the road.Ralf Baechle1-6/+11
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2
2011-04-17ax25: Fix set-but-unused variable.David S. Miller1-2/+1
2011-04-14NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG callsRalf Baechle1-15/+1
2011-01-12net: ax25: fix information leak to userland harderKees Cook1-1/+1
2010-11-10net: ax25: fix information leak to userlandVasiliy Kulikov1-1/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-4/+4
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-4/+4
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-08-26ax25: missplaced sock_put(sk)Bernard Pidoux F6BVP1-1/+1
2010-08-18net/ax25: Use available error codesJulia Lawall1-1/+1
2010-08-18net/ax25: Use available error codesJulia Lawall1-2/+2
2010-04-20net: sk_sleep() helperEric Dumazet1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo11-0/+11
2010-02-10net: ax25: use seq_hlist_foo() helpersLi Zefan2-36/+7
2010-01-16ax25: netrom: rose: Fix timer oopsesJarek Poplawski1-0/+6
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-7/+7
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-34/+4
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-29ax25: unsigned cannot be less than 0 in ax25_ctl_ioctl()roel kluin1-4/+3
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30ax25: Fix possible oops in ax25_make_newJarek Poplawski1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-28ax25: Add missing dev_put in ax25_setsockoptRalf Baechle1-9/+10
2009-09-25ax25: Fix ax25_cb refcounting in ax25_ctl_ioctlJarek Poplawski1-10/+17
2009-09-22ax25: Fix SIOCAX25GETINFO ioctlEric Dumazet1-2/+2
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu1-2/+1
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-5/+6
2009-06-17net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet1-2/+1
2009-04-20ax25: proc uid file misses headerAlan Cox1-3/+9
2009-03-27Revert "ax25: zero length frame filtering in AX25"David S. Miller1-12/+0
2009-03-21ax25: zero length frame filtering in AX25Bernard Pidoux1-0/+12
2009-03-21ax25: SOCK_DEBUG message simplificationBernard Pidoux1-3/+1
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-2/+1
2009-02-06ax25: more common return path joiningIlpo Järvinen1-8/+5
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-54/+45
2008-12-14ax25: join the return paths that free skbIlpo Järvinen1-26/+15
2008-11-25ax25: fix warning in net/ax25/sysctl_net_ax25.cIngo Molnar1-0/+2
2008-11-14CRED: Wrap task credential accesses in the AX25 protocolDavid Howells2-2/+2
2008-11-03net: '&' reduxAlexey Dobriyan1-28/+28
2008-10-06ax25: Quick fix for making sure unaccepted sockets get destroyed.David S. Miller1-0/+3
2008-10-06Revert "ax25: Fix std timer socket destroy handling."David S. Miller1-3/+5
2008-08-05AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVERalf Baechle1-10/+4
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2-2/+2
2008-06-17ax25: Fix std timer socket destroy handling.David S. Miller1-5/+3
2008-06-17ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-03ax25: Fix NULL pointer dereference and lockup.Jarek Poplawski1-8/+3
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2008-04-12[AX25]: Potential ax25_uid_assoc-s leaks on module unload.Pavel Emelyanov1-0/+2
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-4/+0
2008-03-26[AX25]: Remove obsolete references to BKL from TODO file.Robert P. J. Day1-4/+0
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2-2/+2
2008-02-17[AX25] ax25_out: check skb for NULL in ax25_kick()Jarek Poplawski1-2/+11
2008-02-12[AX25] ax25_ds_timer: use mod_timer instead of add_timerJarek Poplawski2-9/+5
2008-02-12[AX25] ax25_timer: use mod_timer instead of add_timerJarek Poplawski2-44/+22
2008-02-12[AX25] ax25_route: make ax25_route_lock BH safeJarek Poplawski1-14/+14
2008-02-12[AX25] af_ax25: remove sock lock in ax25_info_show()Jarek Poplawski1-4/+2
2008-01-31[AX25]: Kill ax25_bind() user triggable printk.maximilian attems1-8/+5
2008-01-28[AX25]: sparse cleanupsEric Dumazet5-6/+12
2008-01-28[AX25]: Switch to using ctl_paths.Pavel Emelyanov1-22/+5
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+2
2008-01-10[AX25] af_ax25: Possible circular locking.Jarek Poplawski1-0/+12
2008-01-10[AX25]: Kill user triggable printks.maximilian attems1-21/+18
2007-12-20[NET]: Correct two mistaken skb_reset_mac_header() conversions.David S. Miller1-1/+1
2007-12-16[AX25]: Locking dependencies fix in ax25_disconnect().Jarek Poplawski1-0/+2
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-2/+4
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt2-2/+2
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-2/+13
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+5
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-3/+6
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-6/+7
2007-08-14[AX25]: don't free pointers to statically allocated dataAlexey Dobriyan1-2/+0
2007-07-19[NET] AX25: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter3-3/+3
2007-05-10[S390] Kconfig: unwanted menus for s390.Martin Schwidefsky1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-1/+1
2007-04-25[AX25/NETROM/ROSE]: Convert to use modern wait queue APIRalf Baechle1-40/+37
2007-04-25[SK_BUFF]: Some more conversions to skb_copy_from_linear_dataArnaldo Carvalho de Melo1-1/+3
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-2/+3
2007-04-25[SK_BUFF]: Introduce skb_set_transport_headerArnaldo Carvalho de Melo2-13/+9
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2-6/+6
2007-04-25[SK_BUFF]: Introduce skb_set_network_headerArnaldo Carvalho de Melo1-2/+4
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo6-10/+10
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-2/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet1-0/+4
2007-03-25[NET] AX.25 Kconfig and docs updates and fixesRalf Baechle1-25/+36
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: ax25: remove unnecessary insert_at_head flagEric W. Biederman1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau13-13/+0
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven3-3/+3
2007-02-10[NET] AX25: Fix whitespace errors.YOSHIFUJI Hideaki7-115/+115
2006-12-17[AX.25]: Fix unchecked ax25_linkfail_register usesRalf Baechle1-46/+9
2006-12-17[AX.25]: Fix unchecked ax25_listen_register usesRalf Baechle1-3/+4
2006-12-17[AX.25]: Fix unchecked ax25_protocol_register uses.Ralf Baechle1-29/+12
2006-12-17[AX.25]: Mark all kmalloc users __must_checkRalf Baechle2-3/+3
2006-12-11[HAMRADIO]: Fix baycom_epp.c compile failure.Ralf Baechle1-1/+1
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Ralf Baechle1-3/+12
2006-12-08[AX.25]: Constify ax25 utility functionsRalf Baechle1-8/+11
2006-12-02[AX25]: Use kmemdupArnaldo Carvalho de Melo4-9/+11
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-3/+1
2006-07-12[AX.25]: Optimize AX.25 socket list lockRalf Baechle3-13/+13
2006-07-12[AX.25]: Fix locking of ax25 protocol function list.Ralf Baechle1-9/+9
2006-07-10[AX.25]: Get rid of the last volatile.Ralf Baechle1-1/+1
2006-07-09[AX.25]: Use kzallocRalf Baechle2-5/+2
2006-07-03[AX.25]: Reference counting for AX.25 routes.Ralf Baechle DL5RB2-49/+23
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel7-7/+0
2006-05-03[AX.25]: Eleminate HZ from AX.25 kernel interfacesRalf Baechle3-38/+48
2006-05-03[AX.25]: Move AX.25 symbol exportsRalf Baechle7-18/+37
2006-05-03[AX.25]: Spelling fixRalf Baechle1-1/+1
2006-03-19[AX.25]: Fix potencial memory hole.Ralf Baechle DL5RB1-1/+1
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap3-0/+5
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig1-1/+1
2006-01-03[NET]: move struct proto_ops to constEric Dumazet1-2/+2
2005-11-08[NET]: kfree cleanupJesper Juhl3-21/+10
2005-10-05[AX.25]: Fix packet socket crashRalf Baechle1-1/+1
2005-09-12[AX.25]: Reformat ax25_proto_ops initializationRalf Baechle1-18/+18
2005-09-12[AX.25/ROSE]: Whitespace formatting changesRalf Baechle1-1/+1
2005-09-12[NETROM/AX.25/ROSE]: Remove useless testsRalf Baechle1-5/+1
2005-09-12[AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle2-4/+4
2005-09-08[AX.25]: Make asc2ax() thread-proofRalf Baechle1-15/+12
2005-09-06[AX25]: Make ax2asc thread-proofRalf Baechle4-8/+13
2005-08-29[AX25/NETROM/ROSE]: Kill net/ip.h inclusionRalf Baechle2-2/+0
2005-08-29[AX25/NETROM]: Cleanup direct calls into IP stackRalf Baechle1-10/+3
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo7-7/+7
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-4/+4
2005-08-29[NET]: Kill skb->listDavid S. Miller1-1/+1
2005-08-23[AX25]: UID fixesRalf Baechle3-60/+55
2005-08-23[NET]: Fix socket bitop damageRalf Baechle1-6/+1
2005-04-24[AX25] Introduce ax25_type_transArnaldo Carvalho de Melo2-4/+2
2005-04-21[AX25]: make ax25_queue_xmit a net_device parameterArnaldo Carvalho de Melo4-14/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds21-0/+7071