summaryrefslogtreecommitdiff
path: root/net/netrom
AgeCommit message (Expand)Author
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig
2006-01-03[NETROM]: Remove unessecary lock_sock calls in netrom_ioctl()Christoph Hellwig
2006-01-03[NET]: move struct proto_ops to constEric Dumazet
2005-12-21[NETROM]: Fix three if-statements in nr_state1_machine()Mika Kukkonen
2005-10-05[AX.25]: Fix packet socket crashRalf Baechle
2005-09-12[NETROM]: Introduct stuct nr_privateRalf Baechle
2005-09-12[NETROM]: Implement G8PZT Circuit reset for NET/ROMRalf Baechle
2005-09-12[NETROM]: NET/ROM has no ARPRalf Baechle
2005-09-12[NETROM] NET/ROM has no txqueueRalf Baechle
2005-09-12[NETROM/AX.25/ROSE]: Remove useless testsRalf Baechle
2005-09-12[NETROM]: statistics fixRalf Baechle
2005-09-12[NETROM]: Fix rebuild header messRalf Baechle
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar
2005-09-06[AX25]: Make ax2asc thread-proofRalf Baechle
2005-08-29[AX25/NETROM/ROSE]: Kill net/ip.h inclusionRalf Baechle
2005-08-29[AX25/NETROM]: Cleanup direct calls into IP stackRalf Baechle
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-08-29[NET]: Kill skb->real_devDavid S. Miller
2005-08-29[NET]: Kill skb->listDavid S. Miller
2005-08-23[AX25]: UID fixesRalf Baechle
2005-08-23[NET]: Fix socket bitop damageRalf Baechle
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo
2005-03-22Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller
2005-03-22[NETROM]: Get rid of sk_protinfo useRalf Bächle
2005-03-22[NET] use sk_acceptq_is_fullArnaldo Carvalho de Melo
2005-03-16[NET] Convert sk_debug into SOCK_DBG flagThomas Graf
2005-03-16[NET] Convert sk_zapped into SOCK_ZAPPED flagThomas Graf
2005-03-10[NETROM]: Sparse fixes.Ralf Bächle
2005-03-10[NETROM]: Fix deadlock due to double locking.Ralf Bächle
2005-02-14[NETROM/ROSE]: Use netdev_priv()Ralf Bächle
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2004-12-27[NETROM]: Make needlessly global code static.Adrian Bunk
2004-11-09[NET]: Lock initializer unifyingAndrew Morton
2004-09-21[SOCK] remove sk_pair, only really used by AF_UNIXArnaldo Carvalho de Melo
2004-07-29[NET]: Convert netrom to use module_param.Stephen Hemminger
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering
2004-06-03[PATCH] sparse: netrom annotationAlexander Viro
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro
2004-05-29Add __user annotations to sock_get_timestamp()Linus Torvalds
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen
2004-01-24[NETROM]: Do not use lvalue in assignment.Andrew Morton
2004-01-19[NETROM]: Check error return from memcpy_fromiovec()Chris Wright
2004-01-08[NETROM]: Use size_t for size in {send,recv}msg.Stephen Hemminger
2003-12-24[NET]: AX25, netrom, and rose bug fixes for 2.6.0Jeroen Vreeken
2003-12-11[NET]: Fix missing netdev unregister/free in netrom and rose protocols.Alexander Viro
2003-09-21[NETROM]: Timer code cleanup.Vinay K. Nallamothu
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell