index
:
tegra/linux
drm/core/mipi-dsi-non-continuous
drm/core/mipi-dsi-shutdown
drm/fixes
drm/for-next
drm/hdmi-for-3.9
drm/master
drm/panel/for-next
drm/tegra-for-3.9
drm/tegra/fixes
drm/tegra/for-next
drm/tegra/hpd-gpios-property
for-next
master
staging/base
staging/drm/fixes
staging/drm/panel
staging/drm/tegra
staging/gk20a
staging/host1x
staging/iommu
staging/master
staging/pci
staging/pwm
staging/tegra
staging/work
Linux kernel tree for NVIDIA Tegra DRM drivers
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nfnetlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-28
[NETNS]: Consolidate kernel netlink socket destruction.
Denis V. Lunev
1
-1
/
+1
2007-10-10
[NET]: make netlink user -> kernel interface synchronious
Denis V. Lunev
1
-8
/
+4
2007-10-10
[NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2
Denis V. Lunev
1
-20
/
+5
2007-10-10
[NETFILTER]: nfnetlink: support attribute policies
Patrick McHardy
1
-35
/
+13
2007-10-10
[NETFILTER]: nfnetlink: use nlmsg_notify()
Patrick McHardy
1
-10
/
+1
2007-10-10
[NETFILTER]: nfnetlink: convert to generic netlink attribute functions
Patrick McHardy
1
-33
/
+6
2007-10-10
[NETFILTER]: nfnetlink: make subsystem and callbacks const
Patrick McHardy
1
-9
/
+9
2007-10-10
[NETLINK]: Avoid pointer in netlink_run_queue
Herbert Xu
1
-1
/
+1
2007-10-10
[NET]: Support multiple network namespaces with netlink
Eric W. Biederman
1
-1
/
+1
2007-04-25
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
Patrick McHardy
1
-1
/
+1
2007-04-25
[NETFILTER] nfnetlink: netlink_run_queue() already checks for NLM_F_REQUEST
Thomas Graf
1
-4
/
+0
2007-04-25
[NETLINK]: Remove error pointer from netlink message handler
Thomas Graf
1
-18
/
+8
2007-04-25
[NETFILTER]: nfnetlink: parse attributes with nfattr_parse in nfnetlink_check...
Pablo Neira Ayuso
1
-14
/
+2
2007-04-25
[NETFILTER]: nfnetlink: move EXPORT_SYMBOL declarations next to the exported ...
Pablo Neira Ayuso
1
-7
/
+6
2007-04-25
[NETFILTER]: nfnetlink: remove unused includes in nfnetlink.c
Pablo Neira Ayuso
1
-2
/
+0
2007-04-25
[NETFILTER]: nfnetlink: remove unrequired check in nfnetlink_get_subsys
Pablo Neira Ayuso
1
-2
/
+1
2007-04-25
[NETFILTER]: nfnetlink: remove duplicate checks in nfnetlink_check_attributes
Pablo Neira Ayuso
1
-8
/
+1
2007-04-25
[NETFILTER]: nfnetlink: remove early debugging messages from nfnetlink
Pablo Neira Ayuso
1
-36
/
+6
2007-04-25
[NETFILTER]: nfnetlink: use netlink_run_queue()
Patrick McHardy
1
-47
/
+4
2007-04-25
[NETFILTER]: nfnetlink: use mutex instead of semaphore
Patrick McHardy
1
-11
/
+24
2007-02-28
[NET]: Handle disabled preemption in gfp_any()
Patrick McHardy
1
-2
/
+1
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2007-02-12
[NETFILTER]: Fix whitespace errors
YOSHIFUJI Hideaki
1
-5
/
+5
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-29
[NETLINK]: Encapsulate eff_cap usage within security framework.
Darrel Goeddel
1
-1
/
+1
2006-03-20
[NETFILTER]: ctnetlink: avoid unneccessary event message generation
Patrick McHardy
1
-0
/
+6
2006-01-14
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
1
-1
/
+1
2005-12-05
[NETFILTER]: nfnetlink: Fix calculation of minimum message length
Yasuyuki Kozakai
1
-3
/
+2
2005-11-14
[NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMIN
Harald Welte
1
-16
/
+12
2005-11-09
[NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is set
Harald Welte
1
-7
/
+10
2005-11-09
[NETFILTER] nfnetlink: nfattr_parse() can never fail, make it void
Harald Welte
1
-3
/
+1
2005-10-10
[NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLV
Harald Welte
1
-2
/
+2
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
1
-2
/
+1
2005-10-04
[NETFILTER]: fix sparse gfp nocast warnings
Randy Dunlap
1
-1
/
+2
2005-09-05
[NETFILTER]: net/netfilter/nfnetlink*: make functions static
Adrian Bunk
1
-2
/
+2
2005-08-29
[NETLINK]: Add "groups" argument to netlink_kernel_create
Patrick McHardy
1
-2
/
+2
2005-08-29
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
Patrick McHardy
1
-1
/
+1
2005-08-29
[NETFILTER]: cleanup nfnetlink_check_attributes()
Harald Welte
1
-9
/
+10
2005-08-29
[NETFILTER]: attribute count is an attribute of message type, not subsytem
Harald Welte
1
-4
/
+16
2005-08-29
[NETFILTER]: Core changes required by upcoming nfnetlink_queue code
Harald Welte
1
-6
/
+22
2005-08-29
[NETLINK]: Add properly module refcounting for kernel netlink sockets.
Harald Welte
1
-1
/
+4
2005-08-29
[NETFILTER]: Add ctnetlink subsystem
Harald Welte
1
-0
/
+1
2005-08-29
[NETFITLER]: Add nfnetlink layer.
Harald Welte
1
-0
/
+343