index
:
kernel_samsung_tuna.git
replicant-4.2
replicant-6.0
kernel/samsung/tuna
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NETFILTER]: remove remaining ASSERT_{READ,WRITE}_LOCK
Patrick McHardy
2006-12-02
1
-3
/
+0
*
[NETFILTER]: x_tables: add NFLOG target
Patrick McHardy
2006-12-02
3
-0
/
+98
*
[NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6
Patrick McHardy
2006-12-02
3
-0
/
+787
*
[NETFILTER]: nfnetlink_log: remove useless prefix length limitation
Patrick McHardy
2006-12-02
1
-9
/
+10
*
[NETFILTER]: nfnetlink_queue: allow changing queue length through netlink
Eric Leblond
2006-12-02
1
-0
/
+8
*
[NETFILTER]: ctnetlink: rework conntrack fields dumping logic on events
Pablo Neira Ayuso
2006-12-02
1
-22
/
+27
*
[NETFILTER]: ctnetlink: check for status attribute existence on conntrack cre...
Pablo Neira Ayuso
2006-12-02
1
-3
/
+5
*
[NETFILTER]: ip_conntrack: fix NAT helper unload races
Patrick McHardy
2006-12-02
1
-4
/
+5
*
[NETFILTER]: conntrack: add '_get' to {ip, nf}_conntrack_expect_find
Yasuyuki Kozakai
2006-12-02
3
-4
/
+4
*
[NETFILTER]: nf_conntrack: /proc compatibility with old connection tracking
Patrick McHardy
2006-12-02
2
-0
/
+2
*
[NETFILTER]: nf_conntrack: sysctl compatibility with old connection tracking
Patrick McHardy
2006-12-02
6
-0
/
+240
*
[NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modules
Patrick McHardy
2006-12-02
7
-222
/
+244
*
[NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocols
Patrick McHardy
2006-12-02
3
-0
/
+237
*
[NETFILTER]: nf_conntrack: move extern declaration to header files
Patrick McHardy
2006-12-02
3
-10
/
+0
*
[NETFILTER]: nf_conntrack_ftp: fix missing helper mask initilization
Patrick McHardy
2006-12-02
1
-0
/
+1
*
[NETFILTER]: nf_conntrack: reduce timer updates in __nf_ct_refresh_acct()
Martin Josefsson
2006-12-02
1
-3
/
+8
*
[NETFILTER]: nf_conntrack: minor __nf_ct_refresh_acct() whitespace cleanup
Martin Josefsson
2006-12-02
1
-3
/
+4
*
[NETFILTER]: nf_conntrack: remove ASSERT_{READ,WRITE}_LOCK
Martin Josefsson
2006-12-02
2
-11
/
+0
*
[NETFILTER]: nf_conntrack: more sanity checks in protocol registration/unregi...
Martin Josefsson
2006-12-02
2
-7
/
+50
*
[NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocol
Martin Josefsson
2006-12-02
12
-137
/
+137
*
[NETFILTER]: More __read_mostly annotations
Martin Josefsson
2006-12-02
3
-5
/
+5
*
[NETFILTER]: nf_conntrack: split out protocol handling
Martin Josefsson
2006-12-02
4
-198
/
+226
*
[NETFILTER]: nf_conntrack: split out the event cache
Martin Josefsson
2006-12-02
9
-69
/
+103
*
[NETFILTER]: nf_conntrack: split out helper handling
Martin Josefsson
2006-12-02
3
-120
/
+153
*
[NETFILTER]: nf_conntrack: split out expectation handling
Martin Josefsson
2006-12-02
6
-343
/
+372
*
[NETLINK]: Remove unused dst_pid field in netlink_skb_parms
Thomas Graf
2006-12-02
1
-3
/
+1
*
[SCTP]: Netfilter sctp annotations.
Al Viro
2006-12-02
1
-1
/
+1
*
[NET]: netfilter checksum annotations
Al Viro
2006-12-02
1
-17
/
+10
*
[NET]: Supporting UDP-Lite (RFC 3828) in Linux
Gerrit Renker
2006-12-02
2
-3
/
+22
*
[NET]: Turn nfmark into generic mark
Thomas Graf
2006-12-02
5
-18
/
+18
*
[NETFILTER]: trivial annotations
Al Viro
2006-12-02
3
-19
/
+16
*
[NETFILTER]: conntrack: fix refcount leak when finding expectation
Yasuyuki Kozakai
2006-11-28
1
-3
/
+3
*
[NETFILTER]: ctnetlink: fix reference count leak
Patrick McHardy
2006-11-28
1
-0
/
+1
*
[NETFILTER]: nf_conntrack: fix the race on assign helper to new conntrack
Yasuyuki Kozakai
2006-11-28
1
-7
/
+6
*
[NETFILTER]: nfctnetlink: assign helper to newly created conntrack
Yasuyuki Kozakai
2006-11-28
1
-0
/
+8
*
[NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queue
Patrick McHardy
2006-11-15
1
-3
/
+4
*
[NETFILTER]: nfnetlink_log: fix byteorder of NFULA_SEQ_GLOBAL
Patrick McHardy
2006-11-15
1
-1
/
+1
*
[NETFILTER] bug: skb->protocol is already net-endian
Al Viro
2006-11-05
2
-2
/
+2
*
[NETFILTER] bug: nfulnl_msg_config_mode ->copy_range is 32bit
Al Viro
2006-11-05
1
-1
/
+1
*
[NETFILTER] bug: NFULA_CFG_QTHRESH uses 32bit
Al Viro
2006-11-05
1
-2
/
+2
*
[NETFILTER]: nf_conntrack: add missing unlock in get_next_corpse()
Martin Josefsson
2006-10-30
1
-1
/
+2
*
[NETFILTER]: ctnetlink: Remove debugging messages
Pablo Neira Ayuso
2006-10-15
1
-69
/
+3
*
[NETFILTER]: xt_CONNSECMARK: fix Kconfig dependencies
Patrick McHardy
2006-10-15
1
-1
/
+3
*
[NETFILTER]: fix cut-and-paste error in exit functions
Patrick McHardy
2006-10-15
2
-2
/
+2
*
[NETFILTER]: Kconfig: fix xt_physdev dependencies
Patrick McHardy
2006-10-04
1
-1
/
+1
*
[NETFILTER]: xt_limit: add compat conversion functions
Patrick McHardy
2006-09-22
1
-0
/
+49
*
[NETFILTER]: xt_CONNMARK: add compat conversion functions
Patrick McHardy
2006-09-22
1
-0
/
+36
*
[NETFILTER]: xt_connmark: add compat conversion functions
Patrick McHardy
2006-09-22
1
-0
/
+36
*
[NETFILTER]: xt_MARK: add compat conversion functions
Patrick McHardy
2006-09-22
1
-0
/
+34
*
[NETFILTER]: xt_mark: add compat conversion functions
Patrick McHardy
2006-09-22
1
-0
/
+36
[next]