index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-08
netfilter: xtables: move extension arguments into compound structure (4/6)
Jan Engelhardt
42
-297
/
+209
2008-10-08
netfilter: xtables: move extension arguments into compound structure (3/6)
Jan Engelhardt
14
-43
/
+56
2008-10-08
netfilter: xtables: move extension arguments into compound structure (2/6)
Jan Engelhardt
48
-386
/
+240
2008-10-08
netfilter: xtables: move extension arguments into compound structure (1/6)
Jan Engelhardt
59
-487
/
+286
2008-10-08
netfilter: xtables: use "if" blocks in Kconfig
Jan Engelhardt
3
-96
/
+41
2008-10-08
netfilter: xtables: sort extensions alphabetically in Kconfig
Jan Engelhardt
3
-111
/
+111
2008-10-08
netfilter: ebtables: make BRIDGE_NF_EBTABLES a menuconfig option
Jan Engelhardt
1
-24
/
+5
2008-10-08
netfilter: ip6tables: fix Kconfig entry dependency for ip6t_LOG
Jan Engelhardt
1
-10
/
+10
2008-10-08
netfilter: ip6tables: fix name of hopbyhop in Kconfig
Jan Engelhardt
1
-1
/
+1
2008-10-08
netfilter: xtables: do centralized checkentry call (1/2)
Jan Engelhardt
7
-67
/
+45
2008-10-08
netfilter: ebtables: fix one wrong return value
Jan Engelhardt
1
-1
/
+1
2008-10-08
netfilter: remove redundant casts from Ebtables
Jan Engelhardt
4
-6
/
+6
2008-10-08
netfilter: remove unused Ebtables functions
Jan Engelhardt
2
-114
/
+0
2008-10-08
netfilter: implement hotdrop for Ebtables
Jan Engelhardt
1
-3
/
+10
2008-10-08
netfilter: ebtables: use generic table checking
Jan Engelhardt
4
-6
/
+8
2008-10-08
netfilter: x_tables: output bad hook mask in hexadecimal
Jan Engelhardt
1
-2
/
+2
2008-10-08
netfilter: move Ebtables to use Xtables
Jan Engelhardt
22
-193
/
+158
2008-10-08
netfilter: change Ebtables function signatures to match Xtables's
Jan Engelhardt
20
-173
/
+224
2008-10-08
netfilter: ebt_among: obtain match size through different means
Jan Engelhardt
1
-2
/
+4
2008-10-08
netfilter: add dummy members to Ebtables code to ease transition to Xtables
Jan Engelhardt
20
-9
/
+91
2008-10-08
netfilter: Change return types of targets/watchers for Ebtables extensions
Jan Engelhardt
9
-15
/
+19
2008-10-08
netfilter: change return types of match functions for ebtables extensions
Jan Engelhardt
11
-105
/
+104
2008-10-08
netfilter: change return types of check functions for Ebtables extensions
Jan Engelhardt
20
-108
/
+109
2008-10-08
netfilter: ebtables: do centralized size checking
Jan Engelhardt
20
-88
/
+104
2008-10-08
netfilter: Add documentation for tproxy
KOVACS Krisztian
1
-0
/
+85
2008-10-08
netfilter: iptables TPROXY target
KOVACS Krisztian
4
-0
/
+142
2008-10-08
netfilter: iptables socket match
KOVACS Krisztian
3
-0
/
+208
2008-10-08
netfilter: iptables tproxy core
KOVACS Krisztian
4
-0
/
+146
2008-10-08
netfilter: split netfilter IPv4 defragmentation into a separate module
KOVACS Krisztian
5
-53
/
+113
2008-10-08
netfilter: enable netfilter in netns
Alexey Dobriyan
2
-11
/
+0
2008-10-08
netfilter: netns nat: PPTP NAT in netns
Alexey Dobriyan
1
-1
/
+2
2008-10-08
netfilter: netns nf_conntrack: fixup DNAT in netns
Alexey Dobriyan
1
-3
/
+3
2008-10-08
netfilter: netns nat: per-netns bysource hash
Alexey Dobriyan
2
-27
/
+47
2008-10-08
netfilter: netns nat: per-netns NAT table
Alexey Dobriyan
2
-11
/
+30
2008-10-08
netfilter: netns nat: fix ipt_MASQUERADE in netns
Alexey Dobriyan
1
-4
/
+2
2008-10-08
netfilter: netns nf_conntrack: PPTP conntracking in netns
Alexey Dobriyan
1
-8
/
+28
2008-10-08
netfilter: netns nf_conntrack: GRE conntracking in netns
Alexey Dobriyan
3
-25
/
+76
2008-10-08
netfilter: netns nf_conntrack: H323 conntracking in netns
Alexey Dobriyan
1
-1
/
+2
2008-10-08
netfilter: netns nf_conntrack: SIP conntracking in netns
Alexey Dobriyan
1
-1
/
+2
2008-10-08
netfilter: netns nf_conntrack: final netns tweaks
Alexey Dobriyan
2
-63
/
+114
2008-10-08
netfilter: netns nf_conntrack: per-netns conntrack accounting
Alexey Dobriyan
4
-35
/
+81
2008-10-08
netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_inval...
Alexey Dobriyan
11
-36
/
+39
2008-10-08
netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum ...
Alexey Dobriyan
10
-12
/
+11
2008-10-08
netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_count sysctl
Alexey Dobriyan
2
-32
/
+45
2008-10-08
netfilter: netns nf_conntrack: per-netns /proc/net/stat/nf_conntrack, /proc/n...
Alexey Dobriyan
2
-10
/
+18
2008-10-08
netfilter: netns nf_conntrack: per-netns statistics
Alexey Dobriyan
6
-32
/
+38
2008-10-08
netfilter: netns nf_conntrack: per-netns event cache
Alexey Dobriyan
4
-16
/
+49
2008-10-08
netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...
Alexey Dobriyan
13
-28
/
+27
2008-10-08
netfilter: netns nf_conntrack: cleanup after L3 and L4 proto unregister in ev...
Alexey Dobriyan
1
-2
/
+8
2008-10-08
netfilter: netns nf_conntrack: unregister helper in every netns
Alexey Dobriyan
1
-16
/
+24
[next]