aboutsummaryrefslogtreecommitdiff
path: root/net/ax25/af_ax25.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-06ax25: Quick fix for making sure unaccepted sockets get destroyed.Gravatar David S. Miller 1-0/+3
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.Gravatar YOSHIFUJI Hideaki 1-1/+1
2008-06-17ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.Gravatar David S. Miller 1-5/+1
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-1/+1
2008-02-12[AX25] ax25_timer: use mod_timer instead of add_timerGravatar Jarek Poplawski 1-5/+1
2008-02-12[AX25] af_ax25: remove sock lock in ax25_info_show()Gravatar Jarek Poplawski 1-4/+2
2008-01-31[AX25]: Kill ax25_bind() user triggable printk.Gravatar maximilian attems 1-8/+5
2008-01-28[AX25]: sparse cleanupsGravatar Eric Dumazet 1-1/+3
2008-01-28[NET]: Convert init_timer into setup_timerGravatar Pavel Emelyanov 1-3/+2
2008-01-10[AX25] af_ax25: Possible circular locking.Gravatar Jarek Poplawski 1-0/+12
2008-01-10[AX25]: Kill user triggable printks.Gravatar maximilian attems 1-21/+18
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Gravatar Pavel Emelyanov 1-2/+4
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 socket creation namespace safe.Gravatar Eric W. Biederman 1-3/+6
2007-10-10[NET]: Make /proc/net per network namespaceGravatar Eric W. Biederman 1-6/+7
2007-07-19[NET] AX25: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-1/+1
2007-07-10[NET]: Make all initialized struct seq_operations const.Gravatar Philippe De Muyter 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-04-25[AX25/NETROM/ROSE]: Convert to use modern wait queue APIGravatar Ralf Baechle 1-40/+37
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Gravatar Arnaldo Carvalho de Melo 1-2/+3
2007-04-25[SK_BUFF]: Introduce skb_set_transport_headerGravatar Arnaldo Carvalho de Melo 1-12/+8
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Gravatar 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[SK_BUFF]: Introduce skb_mac_header()Gravatar Arnaldo Carvalho de Melo 1-2/+3
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionGravatar Eric Dumazet 1-0/+4
2007-02-12[PATCH] mark struct file_operations const 7Gravatar Arjan van de Ven 1-1/+1
2007-02-10[NET] AX25: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-57/+57
2006-12-17[AX.25]: Mark all kmalloc users __must_checkGravatar Ralf Baechle 1-2/+2
2006-12-02[AX25]: Use kmemdupGravatar Arnaldo Carvalho de Melo 1-3/+3
2006-07-12[AX.25]: Optimize AX.25 socket list lockGravatar Ralf Baechle 1-7/+7
2006-07-09[AX.25]: Use kzallocGravatar Ralf Baechle 1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-05-03[AX.25]: Eleminate HZ from AX.25 kernel interfacesGravatar Ralf Baechle 1-32/+41
2006-05-03[AX.25]: Move AX.25 symbol exportsGravatar Ralf Baechle 1-18/+2
2006-01-11[PATCH] capable/capability.h (net/)Gravatar Randy Dunlap 1-0/+1
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Gravatar Christoph Hellwig 1-1/+1
2006-01-03[NET]: move struct proto_ops to constGravatar Eric Dumazet 1-2/+2
2005-11-08[NET]: kfree cleanupGravatar Jesper Juhl 1-4/+2
2005-09-12[AX.25]: Reformat ax25_proto_ops initializationGravatar Ralf Baechle 1-18/+18
2005-09-12[AX.25/ROSE]: Whitespace formatting changesGravatar Ralf Baechle 1-1/+1
2005-09-12[NETROM/AX.25/ROSE]: Remove useless testsGravatar Ralf Baechle 1-5/+1
2005-09-12[AX.25]: Rename ax25_encapsulate to ax25_hard_headerGravatar Ralf Baechle 1-1/+1
2005-09-06[AX25]: Make ax2asc thread-proofGravatar Ralf Baechle 1-3/+4
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hGravatar Arnaldo Carvalho de Melo 1-1/+1
2005-08-23[AX25]: UID fixesGravatar Ralf Baechle 1-8/+12
2005-08-23[NET]: Fix socket bitop damageGravatar Ralf Baechle 1-6/+1
2005-04-21[AX25]: make ax25_queue_xmit a net_device parameterGravatar Arnaldo Carvalho de Melo 1-3/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+2050