index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-31
[IPV6][NETNS]: Display per-net info in sockstat6 file.
Pavel Emelyanov
1
-7
/
+34
2008-03-31
[SOCK][NETNS]: Register sockstat(6) files in each net.
Pavel Emelyanov
1
-5
/
+24
2008-03-31
[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.
Pavel Emelyanov
1
-4
/
+4
2008-03-26
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-03-06
[UDP]: Revert udplite and code split.
David S. Miller
1
-6
/
+0
2008-03-05
[NETNS][IPV6] proc - protect snmp6 from non-init_net calls
Daniel Lezcano
1
-0
/
+3
2008-03-04
[UDP]: Allow users to configure UDP-Lite.
YOSHIFUJI Hideaki
1
-0
/
+6
2008-02-28
[IPV6]: Use proc_create() to setup ->proc_fops first
Wang Chen
1
-2
/
+2
2008-01-28
[NETNS][FRAGS]: Make the mem counter per-namespace.
Pavel Emelyanov
1
-1
/
+1
2008-01-28
[NETNS][FRAGS]: Make the nqueues counter per-namespace.
Pavel Emelyanov
1
-1
/
+1
2008-01-28
[NET]: prot_inuse cleanups and optimizations
Eric Dumazet
1
-4
/
+4
2008-01-28
[UDP]: Restore missing inDatagrams increments
Herbert Xu
1
-0
/
+1
2008-01-21
[IPV6]: RFC 2011 compatibility broken
Wang Chen
1
-2
/
+2
2007-11-07
[NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA ...
Eric Dumazet
1
-15
/
+4
2007-10-15
[INET]: Collect frag queues management objects together
Pavel Emelyanov
1
-1
/
+1
2007-10-10
[IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]
David L Stevens
1
-35
/
+57
2007-10-10
[NET]: Make /proc/net per network namespace
Eric W. Biederman
1
-8
/
+9
2007-04-28
[IPV6]: Track device renames in snmp6.
Stephen Hemminger
1
-0
/
+1
2007-04-25
[IPV6]: Consolidate common SNMP code
Herbert Xu
1
-123
/
+2
2007-04-25
[IPV6] SNMP: Use put_unaligned() instead of memcpy().
YOSHIFUJI Hideaki
1
-16
/
+10
2007-04-25
[IPV6] SNMP: Avoid unaligned accesses.
YOSHIFUJI Hideaki
1
-6
/
+16
2007-04-25
[IPV6] SNMP: Export statistics via netlink without CONFIG_PROC_FS.
YOSHIFUJI Hideaki
1
-6
/
+4
2007-04-25
[IPV6] SNMP: Move some statistic bits to net/ipv6/proc.c.
YOSHIFUJI Hideaki
1
-0
/
+30
2007-04-25
[IPV6] SNMP: Netlink interface.
YOSHIFUJI Hideaki
1
-0
/
+32
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-12
[PATCH] mark struct file_operations const 7
Arjan van de Ven
1
-2
/
+2
2007-02-10
[NET] IPV6: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-11
/
+11
2006-12-02
[NET]: Supporting UDP-Lite (RFC 3828) in Linux
Gerrit Renker
1
-0
/
+11
2006-12-02
[IPV6]: Per-interface statistics support.
YOSHIFUJI Hideaki
1
-0
/
+7
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-11
[PATCH] for_each_possible_cpu: network codes
KAMEZAWA Hiroyuki
1
-2
/
+2
2006-02-05
[PATCH] percpu data: only iterate over possible CPUs
Eric Dumazet
1
-1
/
+1
2005-10-25
[NET]: Wider use of for_each_*cpu()
John Hawkes
1
-3
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+303