summaryrefslogtreecommitdiffstats
path: root/net/dccp/probe.c
Commit message (Expand)AuthorAgeFilesLines
* Use 64-bit timekeepingTina Ruchandani2015-11-011-5/+6
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-2/+1
* dccp: catch failed request_module call in dccp_probe initWang Weidong2013-12-191-12/+7
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-2/+2
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* dccp: Fix compile warning in probe code.David S. Miller2011-12-011-2/+12
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dccp: fix auto-loading of dccp(_probe)Gerrit Renker2010-02-031-2/+2
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-221-11/+9
|\
| * kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-2/+2
| * kfifo: cleanup namespaceStefani Seibold2009-12-221-1/+1
| * kfifo: move out spinlockStefani Seibold2009-12-221-3/+3
| * kfifo: move struct kfifo in placeStefani Seibold2009-12-221-11/+9
* | dccp_probe: Fix module load dependencies between dccp and dccp_probeNeil Horman2010-01-151-1/+2
|/
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-6/+7
* dccp ccid-3: Remove CCID naming redundancy 2/2Gerrit Renker2009-10-071-6/+6
* dccp ccid-3: Overhaul CCID naming convention 2/2Gerrit Renker2009-10-071-6/+4
* dccp: API to query the current TX/RX CCIDGerrit Renker2008-11-231-5/+2
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-311-6/+6
* dccp: Fix sparse warningsGerrit Renker2008-06-111-1/+1
* net: Fix wrong interpretation of some copy_to_user() results.Pavel Emelyanov2008-04-251-1/+1
* [DCCP]: Convert do_gettimeofday() to getnstimeofday().YOSHIFUJI Hideaki2008-04-211-11/+6
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-3/+4
* jprobes: remove JPROBE_ENTRY()Michael Ellerman2007-07-191-1/+1
* [NET]: Fix comparisons of unsigned < 0.Bill Nottingham2007-06-031-1/+1
* [CCID3]: More to see in dccp_probeGerrit Renker2007-04-251-7/+10
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1
* [DCCP]: Make dccp_probe more portableIan McDonald2006-12-021-2/+4
* [NET]: Fix kfifo_alloc() error check.Akinobu Mita2006-11-251-0/+2
* [DCCP]: Introduce dccp_probeIan McDonald2006-09-241-0/+198