index
:
~dvdhrm/linux
drm-cleanup
drm-experimental
drm-log
drm-next
drmrevoke
fops
fops-experimental
hid-next
input-abs2
input-next
kdbus
master
memfd
memfd-isolate
revoke-experimental
simpledrm
wiimote
Private linux-kernel wip tree
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-29
netfilter: tcp conntrack: fix unacknowledged data detection with NAT
Patrick McHardy
1
-6
/
+11
2009-06-12
netfilter: ip_tables: fix build error
Patrick McHardy
1
-1
/
+1
2009-06-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Patrick McHardy
5
-13
/
+12
2009-06-09
netfilter: Fix extra semi-colon in skb_walk_frags() changes.
David S. Miller
1
-1
/
+1
2009-06-09
netfilter: Use frag list abstraction interfaces.
David S. Miller
1
-2
/
+3
2009-06-08
netfilter: nf_ct_icmp: keep the ICMP ct entries longer
Jan Kasprzak
1
-12
/
+4
2009-06-05
netfilter: ipt_MASQUERADE: remove redundant rwlock
Florian Westphal
1
-11
/
+1
2009-06-04
netfilter: x_tables: added hook number into match extension parameter structure.
Evgeniy Polyakov
1
-1
/
+1
2009-06-03
net: skb->dst accessors
Eric Dumazet
2
-8
/
+6
2009-06-03
net: skb->rtable accessor
Eric Dumazet
2
-3
/
+3
2009-06-02
netfilter: conntrack: simplify event caching system
Pablo Neira Ayuso
1
-1
/
+0
2009-05-08
netfilter: xtables: consolidate comefrom debug cast access
Jan Engelhardt
1
-4
/
+9
2009-05-08
netfilter: xtables: remove another level of indent
Jan Engelhardt
2
-43
/
+42
2009-05-08
netfilter: xtables: remove some goto
Jan Engelhardt
1
-5
/
+2
2009-05-08
netfilter: xtables: reduce indent level by one
Jan Engelhardt
2
-121
/
+113
2009-05-08
netfilter: xtables: consolidate open-coded logic
Jan Engelhardt
2
-8
/
+20
2009-05-08
netfilter: xtables: fix const inconsistency
Jan Engelhardt
1
-7
/
+7
2009-05-08
netfilter: xtables: remove redundant casts
Jan Engelhardt
1
-1
/
+1
2009-05-08
netfilter: xtables: use NFPROTO_ in standard targets
Jan Engelhardt
1
-3
/
+3
2009-05-08
netfilter: queue: use NFPROTO_ for queue callsites
Jan Engelhardt
1
-1
/
+1
2009-05-08
netfilter: xtables: use NFPROTO_ for xt_proto_init callsites
Jan Engelhardt
1
-2
/
+2
2009-04-28
netfilter: revised locking for x_tables
Stephen Hemminger
2
-180
/
+71
2009-04-16
netfilter: nf_nat: add support for persistent mappings
Patrick McHardy
1
-1
/
+2
2009-04-02
netfilter: use rcu_read_bh() in ipt_do_table()
Eric Dumazet
2
-4
/
+4
2009-03-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
6
-64
/
+58
2009-03-25
netfilter: nf_conntrack: calculate per-protocol nlattr size
Holger Eitzenberger
2
-0
/
+12
2009-03-25
netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()
Eric Dumazet
2
-28
/
+37
2009-03-25
netfilter: {ip,ip6,arp}_tables: fix incorrect loop detection
Patrick McHardy
2
-2
/
+6
2009-03-25
netfilter: factorize ifname_compare()
Eric Dumazet
2
-34
/
+3
2009-03-24
arp_tables: ifname_compare() can assume 16bit alignment
Eric Dumazet
1
-2
/
+6
2009-03-16
netfilter: auto-load ip_queue module when socket opened
Scott James Remnant
1
-0
/
+2
2009-03-16
netfilter: conntrack: increase drop stats if sequence adjustment fails
Pablo Neira Ayuso
1
-1
/
+3
2009-03-16
netfilter: Kconfig spelling fixes (trivial)
Stephen Hemminger
1
-3
/
+3
2009-03-16
netfilter: use a linked list of loggers
Eric Leblond
2
-2
/
+2
2009-02-20
netfilter: ip_tables: unfold two critical loops in ip_packet_match()
Eric Dumazet
1
-12
/
+21
2009-02-20
netfilter: iptables: lock free counters
Stephen Hemminger
2
-60
/
+175
2009-02-19
netfilter: xtables: add backward-compat options
Jan Engelhardt
1
-0
/
+18
2009-02-18
netfilter: Combine ipt_ttl and ip6t_hl source
Jan Engelhardt
3
-73
/
+0
2009-02-18
netfilter: Combine ipt_TTL and ip6t_HL source
Jan Engelhardt
3
-113
/
+0
2009-02-18
netfilter: arp_tables: unfold two critical loops in arp_packet_match()
Eric Dumazet
1
-10
/
+34
2009-02-18
netfilter: x_tables: remove unneeded initializations
Stephen Hemminger
6
-7
/
+0
2009-02-01
net: replace uses of __constant_{endian}
Harvey Harrison
1
-2
/
+2
2009-01-12
netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian
Patrick McHardy
1
-1
/
+1
2009-01-12
netfilter 01/09: remove "happy cracking" message
Patrick McHardy
5
-25
/
+5
2008-12-29
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net
Rusty Russell
1
-2
/
+2
2008-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
13
-133
/
+86
2008-12-25
Merge branch 'next' into for-linus
James Morris
1
-2
/
+2
2008-12-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2008-12-15
netfilter: update rwlock initialization for nat_table
Steven Rostedt
1
-1
/
+1
2008-11-14
CRED: Use creds in file structs
David Howells
1
-2
/
+2
[next]