index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-31
[NETFILTER]: nf_conntrack: naming unification
Patrick McHardy
2
-11
/
+11
2008-01-31
[NETFILTER]: nf_conntrack: use RCU for conntrack hash
Patrick McHardy
1
-6
/
+12
2008-01-31
[NETFILTER]: nf_conntrack_expect: use RCU for expectation hash
Patrick McHardy
1
-6
/
+8
2008-01-31
[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat code
Patrick McHardy
1
-4
/
+6
2008-01-31
[NETFILTER]: ipt_recent: fix sparse warnings
Patrick McHardy
1
-2
/
+4
2008-01-31
[NETFILTER]: more sparse fixes
Stephen Hemminger
1
-2
/
+2
2008-01-31
[NETFILTER]: nf_nat_snmp: sparse warning
Stephen Hemminger
1
-1
/
+1
2008-01-31
[NETFILTER]: netns: put table module on netns stop
Alexey Dobriyan
2
-0
/
+6
2008-01-31
[NETFILTER]: arp_tables: per-netns arp_tables FILTER
Alexey Dobriyan
1
-10
/
+28
2008-01-31
[NETFILTER]: arp_tables: netns preparation
Alexey Dobriyan
2
-25
/
+32
2008-01-31
[NETFILTER]: ip_tables: per-netns FILTER, MANGLE, RAW
Alexey Dobriyan
3
-36
/
+87
2008-01-31
[NETFILTER]: ip_tables: propagate netns from userspace
Alexey Dobriyan
1
-22
/
+23
2008-01-31
[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()
Alexey Dobriyan
7
-59
/
+76
2008-01-31
[NETFILTER]: x_tables: per-netns xt_tables
Alexey Dobriyan
2
-12
/
+12
2008-01-31
[NETFILTER]: x_tables: change xt_table_register() return value convention
Alexey Dobriyan
2
-6
/
+8
2008-01-31
[NETFILTER]: nf_nat: remove double bysource hash initialization
Patrick McHardy
1
-4
/
+0
2008-01-31
[NETFILTER]: Use const in struct xt_match, xt_target, xt_table
Jan Engelhardt
1
-1
/
+1
2008-01-28
[NETNS]: Add namespace parameter to ip_route_output_key.
Denis V. Lunev
1
-1
/
+1
2008-01-28
[NETNS]: Consolidate kernel netlink socket destruction.
Denis V. Lunev
2
-4
/
+4
2008-01-28
[NETFILTER]: nf_conntrack: make print_conntrack function optional for l4protos
Patrick McHardy
2
-9
/
+1
2008-01-28
[NETFILTER]: nf_conntrack: remove print_conntrack function from l3protos
Patrick McHardy
2
-10
/
+0
2008-01-28
[NETFILTER]: ipt_REJECT: properly handle IP options
Denys Vlasenko
1
-62
/
+34
2008-01-28
[NETFILTER]: {ip,ip6}_tables: remove some inlines
Denys Vlasenko
1
-20
/
+27
2008-01-28
[NETFILTER]: Rename ipt_iprange to xt_iprange
Jan Engelhardt
3
-88
/
+0
2008-01-28
[NETFILTER]: Update modules' descriptions
Jan Engelhardt
15
-15
/
+15
2008-01-28
[NETFILTER]: remove ipt_TOS.c
Jan Engelhardt
1
-82
/
+0
2008-01-28
[NETFILTER]: Remove some EXPERIMENTAL dependencies
Patrick McHardy
1
-2
/
+2
2008-01-28
[NETNS]: Add netns parameter to inet_(dev_)add_type.
Eric W. Biederman
1
-1
/
+1
2008-01-28
[NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modules
Pavel Emelyanov
1
-21
/
+2
2008-01-28
[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option
Patrick McHardy
1
-1
/
+25
2008-01-28
[NETFILTER]: non-power-of-two jhash optimizations
Patrick McHardy
2
-4
/
+8
2008-01-28
[NETFILTER]: Parenthesize macro parameters
Jan Engelhardt
3
-3
/
+5
2008-01-28
[NETFILTER]: Introduce nf_inet_address
Jan Engelhardt
1
-5
/
+5
2008-01-28
[NETFILTER]: x_tables: use %u format specifiers
Jan Engelhardt
1
-1
/
+1
2008-01-28
[NETFILTER]: nf_nat: properly use RCU for ip_nat_decode_session
Patrick McHardy
1
-3
/
+3
2008-01-28
[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo arg
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: nf_log: move logging stuff to seperate header
Patrick McHardy
4
-0
/
+4
2008-01-28
[NETFILTER]: nf_nat: pass manip type instead of hook to nf_nat_setup_info
Patrick McHardy
9
-37
/
+20
2008-01-28
[NETFILTER]: nf_nat: sprinkle a few __read_mostlys
Patrick McHardy
1
-4
/
+5
2008-01-28
[NETFILTER]: nf_nat: mark NAT protocols const
Patrick McHardy
6
-15
/
+15
2008-01-28
[NETFILTER]: nf_nat_proto_gre: add missing module reference
Patrick McHardy
1
-0
/
+1
2008-01-28
[NETFILTER]: ctnetlink: use netlink attribute helpers
Patrick McHardy
3
-26
/
+14
2008-01-28
[NETFILTER]: ctnetlink: add support for NAT sequence adjustments
Pablo Neira Ayuso
1
-0
/
+3
2008-01-28
[NETFILTER]: arp_tables: add compat support
Patrick McHardy
1
-58
/
+690
2008-01-28
[NETFILTER]: arp_tables: resync get_entries() with ip_tables
Patrick McHardy
1
-20
/
+19
2008-01-28
[NETFILTER]: arp_tables: move ARPT_SO_GET_INFO handling to seperate function
Patrick McHardy
1
-42
/
+46
2008-01-28
[NETFILTER]: arp_tables: move counter allocation to seperate function
Patrick McHardy
1
-8
/
+21
2008-01-28
[NETFILTER]: arp_tables: move entry and target checks to seperate functions
Patrick McHardy
1
-17
/
+41
2008-01-28
[NETFILTER]: arp_tables: remove ipchains compat hack
Patrick McHardy
1
-4
/
+0
2008-01-28
[NETFILTER]: arp_tables: use vmalloc_node()
Patrick McHardy
1
-2
/
+3
[prev]
[next]