#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null lternate' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/net/netrom?h=linux-2.6.18.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/netrom
AgeCommit message (Expand)Author
2006-07-12[NETROM] lockdep: fix false positiveRalf Baechle
2006-07-12[NETROM]: Drop lock before calling nr_destroy_socketRalf Baechle
2006-07-12[NETROM]: Fix locking order when establishing a NETROM circuit.Ralf Baechle
2006-07-09[AX.25]: Use kzallocRalf Baechle
2006-07-03[NETROM]: Use socket helpers instead of direct fiddling with struct sockRalf Baechle DL5RB
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[NETROM]: Fix possible null pointer dereference.Ralf Baechle
2006-05-05[NETROM/ROSE]: Kill module init version kernel log messages.Ralf Baechle
2006-05-03[NETROM]: Eleminate HZ from NET/ROM kernel interfacesRalf Baechle
2006-05-03[AX25, ROSE]: Remove useless SET_MODULE_OWNER calls.Ralf Baechle
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap