index
:
jarod/linux-2.6-ir.git
for-2.6.37
for-2.6.38
master
staging/for_v2.6.37-rc1
staging/v2.6.35
IR development repository
Jarod Wilson
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
2010-09-22
netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flag
Jiri Olsa
1
-1
/
+3
2010-09-22
netfilter: nf_nat_snmp: fix checksum calculation (v4)
Patrick McHardy
1
-2
/
+4
2010-09-22
netfilter: fix ipt_REJECT TCP RST routing for indev == outdev
Changli Gao
1
-0
/
+1
2010-08-23
netfilter: fix CONFIG_COMPAT support
Florian Westphal
2
-0
/
+6
2010-08-17
netfilter: {ip,ip6,arp}_tables: avoid lockdep false positive
Eric Dumazet
2
-0
/
+4
2010-08-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
13
-70
/
+60
2010-08-02
netfilter: nf_nat: don't check if the tuple is unique when there isn't any ot...
Changli Gao
3
-6
/
+6
2010-08-02
netfilter: nf_nat: make unique_tuple return void
Changli Gao
9
-28
/
+26
2010-08-02
netfilter: nf_nat: use local variable hdrlen
Changli Gao
1
-11
/
+7
2010-08-02
netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessary
Eric Dumazet
2
-8
/
+12
2010-07-23
netfilter: iptables: use skb->len for accounting
Changli Gao
1
-1
/
+1
2010-07-23
netfilter: arptables: use arp_hdr_len()
Changli Gao
1
-4
/
+1
2010-07-23
netfilter: nf_nat_core: merge the same lines
Changli Gao
1
-7
/
+2
2010-07-21
net: remove last uses of __attribute__((packed))
Gustavo F. Padovan
1
-1
/
+1
2010-07-12
net/ipv4: EXPORT_SYMBOL cleanups
Eric Dumazet
1
-1
/
+1
2010-07-05
netfilter: ipt_REJECT: avoid touching dst ref
Eric Dumazet
1
-1
/
+1
2010-07-05
netfilter: ipt_REJECT: postpone the checksum calculation.
Changli Gao
1
-5
/
+5
2010-07-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
4
-27
/
+51
2010-06-28
netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC header
Patrick McHardy
1
-14
/
+40
2010-06-28
netfilter: ipt_LOG/ip6t_LOG: remove comparison within loop
Patrick McHardy
1
-6
/
+6
2010-06-23
net - IP_NODEFRAG option for IPv4 socket
Jiri Olsa
1
-0
/
+5
2010-06-17
netfilter: nf_nat: support user-specified SNAT rules in LOCAL_IN
Patrick McHardy
3
-13
/
+11
2010-06-15
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
1
-1
/
+1
2010-06-15
netfilter: CLUSTERIP: RCU conversion
Eric Dumazet
1
-19
/
+29
2010-06-09
netfilter: ip_queue: rwlock to spinlock conversion
Eric Dumazet
1
-32
/
+25
2010-06-08
netfilter: nf_conntrack: IPS_UNTRACKED bit
Eric Dumazet
2
-2
/
+2
2010-06-04
netfilter: vmalloc_node cleanup
Eric Dumazet
2
-6
/
+5
2010-05-31
netfilter: xtables: stackptr should be percpu
Eric Dumazet
1
-1
/
+1
2010-05-13
netfilter: remove unnecessary returns from void function()s
Joe Perches
1
-1
/
+0
2010-05-13
netfilter: cleanup printk messages
Stephen Hemminger
7
-27
/
+27
2010-05-13
netfilter: change NF_ASSERT to WARN_ON
Stephen Hemminger
2
-12
/
+2
2010-05-11
netfilter: xtables: combine built-in extension structs
Jan Engelhardt
2
-58
/
+48
2010-05-11
netfilter: xtables: change hotdrop pointer to direct modification
Jan Engelhardt
4
-10
/
+9
2010-05-11
netfilter: xtables: deconstify struct xt_action_param for matches
Jan Engelhardt
4
-6
/
+5
2010-05-11
netfilter: xtables: substitute temporary defines by final name
Jan Engelhardt
15
-18
/
+19
2010-05-11
netfilter: xtables: combine struct xt_match_param and xt_target_param
Jan Engelhardt
2
-25
/
+23
2010-05-02
netfilter: xtables: dissolve do_match function
Jan Engelhardt
1
-17
/
+5
2010-05-02
netfilter: ip_tables: fix compilation when debug is enabled
Jan Engelhardt
1
-2
/
+2
2010-04-23
netfilter: nf_conntrack: extend with extra stat counter
Jesper Dangaard Brouer
1
-3
/
+4
2010-04-22
netfilter: ip_tables: convert pr_devel() to pr_debug()
Patrick McHardy
1
-5
/
+5
2010-04-20
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
14
-2
/
+16
2010-04-19
netfilter: xtables: remove old comments about reentrancy
Jan Engelhardt
2
-5
/
+0
2010-04-19
netfilter: xtables: make ip_tables reentrant
Jan Engelhardt
2
-32
/
+39
2010-04-15
netfilter: ipt_LOG/ip6t_LOG: use more appropriate log level as default
Patrick McHardy
1
-1
/
+1
2010-04-13
netfilter: fix some coding styles and remove moduleparam.h
Zhitong Wang
2
-3
/
+1
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
14
-0
/
+14
2010-04-08
netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip_queue
Herbert Xu
1
-2
/
+1
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
1
-2
/
+2
2010-04-01
netfilter: CLUSTERIP: clusterip_seq_stop() fix
Eric Dumazet
1
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
14
-0
/
+14
[next]
Privacy Policy