aboutsummaryrefslogtreecommitdiffstats
path: root/net/ax25/af_ax25.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-2/+4
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 socket creation namespace safe.Eric W. Biederman1-3/+6
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-6/+7
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 Muyter1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-25[AX25/NETROM/ROSE]: Convert to use modern wait queue APIRalf Baechle1-40/+37
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 Melo1-12/+8
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-2/+3
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet1-0/+4
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-1/+1
2007-02-10[NET] AX25: Fix whitespace errors.YOSHIFUJI Hideaki1-57/+57
2006-12-17[AX.25]: Mark all kmalloc users __must_checkRalf Baechle1-2/+2
2006-12-02[AX25]: Use kmemdupArnaldo Carvalho de Melo1-3/+3
2006-07-12[AX.25]: Optimize AX.25 socket list lockRalf Baechle1-7/+7
2006-07-09[AX.25]: Use kzallocRalf Baechle1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-03[AX.25]: Eleminate HZ from AX.25 kernel interfacesRalf Baechle1-32/+41
2006-05-03[AX.25]: Move AX.25 symbol exportsRalf Baechle1-18/+2
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
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 Juhl1-4/+2
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 Baechle1-1/+1
2005-09-06[AX25]: Make ax2asc thread-proofRalf Baechle1-3/+4
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo1-1/+1
2005-08-23[AX25]: UID fixesRalf Baechle1-8/+12
2005-08-23[NET]: Fix socket bitop damageRalf Baechle1-6/+1
2005-04-21[AX25]: make ax25_queue_xmit a net_device parameterArnaldo Carvalho de Melo1-3/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2050