summaryrefslogtreecommitdiff
path: root/include/net/ax25.h
AgeCommit message (Expand)Author
2008-02-12[AX25] ax25_ds_timer: use mod_timer instead of add_timerJarek Poplawski
2008-02-12[AX25] ax25_timer: use mod_timer instead of add_timerJarek Poplawski
2007-12-20[NET] include/net/: Spelling fixesJoe Perches
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-02-12[PATCH] mark struct file_operations const 1Arjan van de Ven
2006-12-17[AX.25]: Fix unchecked ax25_linkfail_register usesRalf Baechle
2006-12-17[AX.25]: Fix unchecked ax25_protocol_register uses.Ralf Baechle
2006-12-17[AX.25]: Mark all kmalloc users __must_checkRalf Baechle
2006-12-11[HAMRADIO]: Fix baycom_epp.c compile failure.Ralf Baechle
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Ralf Baechle
2006-12-08[AX.25]: Constify ax25 utility functionsRalf Baechle
2006-07-03[AX.25]: Reference counting for AX.25 routes.Ralf Baechle DL5RB
2006-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse
2006-05-03[AX.25]: Eleminate HZ from AX.25 kernel interfacesRalf Baechle
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2006-03-19[AX.25]: Fix potencial memory hole.Ralf Baechle DL5RB
2005-10-28drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl
2005-10-22[AX.25]: Fix signed char bugRalf Baechle
2005-09-12[AX.25]: Add descriptions to constantsRalf Baechle
2005-09-12[AX.25]: Add more PIDsRalf Baechle
2005-09-12[AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle
2005-09-08[AX.25]: Make asc2ax() thread-proofRalf Baechle
2005-09-06[AX25]: Make ax2asc thread-proofRalf Baechle
2005-08-29[NET]: Kill skb->real_devDavid S. Miller
2005-08-23[AX25]: UID fixesRalf Baechle
2005-06-20[AX25]: endian-annotate ax25_type_trans()Alexey Dobriyan
2005-04-24[AX25] Introduce ax25_type_transArnaldo Carvalho de Melo
2005-04-21[AX25]: make ax25_queue_xmit a net_device parameterArnaldo Carvalho de Melo
2005-01-09[AX25]: Put back ax25digicmp.David S. Miller
2004-12-27[AX25]: Staticize functions, and remove unused global function.Adrian Bunk
2004-06-03[PATCH] sparse: ax25 annotationAlexander Viro
2003-12-24[NET]: AX25, netrom, and rose bug fixes for 2.6.0Jeroen Vreeken
2003-08-23[AX25]: Convert to seq_file.Stephen Hemminger
2003-08-20[AX25]: Fix ax25_cb locking.Jeroen Vreeken
2003-06-05Merge bk://kernel.bkbits.net/acme/sock-2.5David S. Miller
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-06-04[AX25]: Sanitize ax25 netdevice private handling.Steven Whitehouse
2003-05-14[AX25]: extern inline --> static inline.David S. Miller
2002-08-08Add XID and TEST frame definitions.Ralf Bächle
2002-08-05Implement locking of internal data for NET/ROM and ROSE.Ralf Bächle
2002-08-05Kill remaining sti().Ralf Bächle
2002-08-04Implement reference counting and delayed destruction of routes.Ralf Bächle
2002-08-04Eleminate race caused by static variable in ax25_rt_find_route.Ralf Bächle
2002-07-27Protect ax25_dev_list with it's own spinlock replacing the previousRalf Bächle
2002-07-27Redo locking of ax25_list with spinlocks.Ralf Bächle
2002-02-10Split protocol specific information out from struct sock.David S. Miller
2002-02-04Import changesetLinus Torvalds