index
:
platform/upstream/connman
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel
ipsec
pristine-tar
sandbox/nmerinov/llvm
sandbox/pcoval/pc
tizen
tizen_3.0
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.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_devel
tizen_ivi_genivi
tizen_ivi_release
tizen_tv_devel
upstream
Domain: Network & Connectivity / Data Network;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
iptables.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-15
iptables: Ignore module loading error
Jukka Rissanen
1
-6
/
+7
2012-08-14
iptables: Load table at the right places
Tomasz Bursztyka
1
-9
/
+27
2012-08-14
iptables: Refactor default return code usage
Tomasz Bursztyka
1
-9
/
+7
2012-05-09
iptables: Remove dead assignment
Henrique Dante de Almeida
1
-1
/
+1
2012-04-29
core: Update copyright information
Marcel Holtmann
1
-1
/
+1
2012-02-13
iptables: Mask address when parsing ip/prefixlen
Daniel Wagner
1
-0
/
+1
2012-02-13
iptables: Fix rule insertion in a builtin chain
Tomasz Bursztyka
1
-1
/
+4
2012-02-13
iptables: Parse also netmask for src/dst addresses
Daniel Wagner
1
-9
/
+38
2012-02-03
iptables: add capability to check for an existing rule
Tomasz Bursztyka
1
-5
/
+45
2012-02-03
iptables: refactor how an existing rule is found
Tomasz Bursztyka
1
-13
/
+40
2012-01-25
iptables: Avoid NULL pointer dereference in table_cleanup()
Daniel Mack
1
-0
/
+3
2012-01-05
iptables: Small improvements on ipatables_init()
Flávio Ceolin
1
-7
/
+6
2011-11-14
iptables: Initiate defined table before working on it
Tomasz Bursztyka
1
-5
/
+13
2011-10-31
iptables: Fix xtables API version issues
Tomasz Bursztyka
1
-4
/
+35
2011-10-28
iptables: Support builtin chain policies changes
Tomasz Bursztyka
1
-3
/
+50
2011-10-28
iptables: Disable getopt unknown option display
Tomasz Bursztyka
1
-0
/
+3
2011-10-28
iptables: Support for rule matches list
Tomasz Bursztyka
1
-21
/
+23
2011-10-28
iptables: Finalize matches extensions setup
Tomasz Bursztyka
1
-0
/
+4
2011-10-28
iptables: Add extensions options parsing for matches
Tomasz Bursztyka
1
-2
/
+24
2011-10-28
iptables: Finalize target extensions setup
Tomasz Bursztyka
1
-0
/
+3
2011-10-28
iptables: Add extensions options parsing for target
Tomasz Bursztyka
1
-8
/
+9
2011-10-28
iptables: Add x6_options matches handling
Tomasz Bursztyka
1
-5
/
+17
2011-10-28
iptables: Add x6_options target handling
Tomasz Bursztyka
1
-2
/
+12
2011-10-28
iptables: Move target and matches preparation routines
Tomasz Bursztyka
1
-7
/
+8
2011-10-28
iptables: Support matches rule list loading
Tomasz Bursztyka
1
-3
/
+5
2011-10-28
iptables: Refactor matches preparation
Tomasz Bursztyka
1
-26
/
+48
2011-10-28
iptables: Move target options merge to prepare_target
Tomasz Bursztyka
1
-11
/
+14
2011-10-28
iptables: Code preparation for option handling
Tomasz Bursztyka
1
-24
/
+24
2011-10-25
core: Add SOCK_CLOEXEC to socket()
Daniel Wagner
1
-1
/
+1
2011-09-29
iptables: Copyright year update
Tomasz Bursztyka
1
-1
/
+1
2011-09-29
iptables: Tiny indentation fix
Tomasz Bursztyka
1
-6
/
+4
2011-09-29
iptables: Adding capability to load necessary modules
Tomasz Bursztyka
1
-1
/
+16
2011-09-29
iptables: Rule deletion capability added
Tomasz Bursztyka
1
-5
/
+206
2011-09-29
iptables: Factorization of target reference update
Tomasz Bursztyka
1
-14
/
+23
2011-09-29
iptables: Refactoring how jumps are handled
Tomasz Bursztyka
1
-65
/
+82
2011-09-29
iptables: Fixing target reference update
Tomasz Bursztyka
1
-3
/
+3
2011-09-29
iptables: Renaming add into append
Tomasz Bursztyka
1
-3
/
+2
2011-09-29
iptables: Adding capability to insert a rule
Tomasz Bursztyka
1
-7
/
+57
2011-09-29
iptables: Code factorization for rule inclusion
Tomasz Bursztyka
1
-14
/
+33
2011-09-29
iptables: Fix memory leak
Tomasz Bursztyka
1
-2
/
+6
2011-09-29
iptables: Small indentation fix
Tomasz Bursztyka
1
-2
/
+2
2011-09-29
iptables: Adding capability to delete user-defined chains
Tomasz Bursztyka
1
-3
/
+49
2011-09-29
iptables: Added helper function to remove table entry
Tomasz Bursztyka
1
-7
/
+17
2011-09-29
iptables: find_chain_head/find_chain_tail code factorization
Tomasz Bursztyka
1
-25
/
+3
2011-07-21
iptables: Work around API breakage introduced in iptables 1.4.11
Stefan Schmidt
1
-2
/
+10
2011-02-08
iptables: Fix uninitialised use of entry_return
Kalle Valo
1
-3
/
+4
2011-01-22
Add debug info
Li Jian
1
-0
/
+2
2010-12-29
Fix memory leaks in iptables library
Leena Gunda
1
-0
/
+2
2010-11-16
iptables: Fix build failure against 2.6.37-rc1 headers
Samuel Ortiz
1
-5
/
+5
2010-11-14
iptables: Flush netfilter table cache after committing
Samuel Ortiz
1
-1
/
+6
[next]