index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2009-12-15
ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...
Patrick McHardy
1
-1
/
+1
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-2
/
+2
2009-11-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-5
/
+7
2009-11-06
netfilter: nf_nat: fix NAT issue in 2.6.30.4+
Jozsef Kadlecsik
2
-5
/
+7
2009-11-04
net: cleanup include/net
Eric Dumazet
9
-36
/
+18
2009-10-03
this_cpu: Use this_cpu ops for network statistics
Christoph Lameter
1
-2
/
+2
2009-09-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
1
-1
/
+1
2009-08-25
netfilter: nfnetlink: constify message attributes and headers
Patrick McHardy
1
-1
/
+1
2009-08-17
net: restore gnet_stats_basic to previous definition
Eric Dumazet
1
-1
/
+1
2009-06-29
netfilter: tcp conntrack: fix unacknowledged data detection with NAT
Patrick McHardy
1
-2
/
+2
2009-06-13
netfilter: conntrack: optional reliable conntrack event delivery
Pablo Neira Ayuso
2
-17
/
+46
2009-06-13
netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()
Pablo Neira Ayuso
1
-0
/
+2
2009-06-13
netfilter: conntrack: move event caching to conntrack extension infrastructure
Pablo Neira Ayuso
2
-61
/
+71
2009-06-10
netfilter: nf_conntrack: use per-conntrack locks for protocol data
Patrick McHardy
2
-2
/
+4
2009-06-08
netfilter: nf_ct_icmp: keep the ICMP ct entries longer
Jan Kasprzak
3
-21
/
+0
2009-06-03
netfilter: conntrack: replace notify chain by function pointer
Pablo Neira Ayuso
1
-20
/
+48
2009-06-02
netfilter: conntrack: simplify event caching system
Pablo Neira Ayuso
1
-30
/
+6
2009-06-02
netfilter: conntrack: remove events flags from userspace exposed file
Pablo Neira Ayuso
1
-0
/
+69
2009-06-02
netfilter: conntrack: don't report events on module removal
Pablo Neira Ayuso
1
-1
/
+1
2009-06-02
netfilter: ctnetlink: rename tuple() by nf_ct_tuple() macro definition
Pablo Neira Ayuso
1
-0
/
+2
2009-04-16
netfilter: nf_nat: add support for persistent mappings
Patrick McHardy
1
-0
/
+1
2009-04-06
netfilter: ctnetlink: fix regression in expectation handling
Pablo Neira Ayuso
1
-1
/
+4
2009-03-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
5
-9
/
+27
2009-03-25
netfilter: nf_conntrack: add generic function to get len of generic policy
Holger Eitzenberger
1
-0
/
+1
2009-03-25
netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu()
Eric Dumazet
2
-9
/
+11
2009-03-25
netfilter: limit the length of the helper name
Holger Eitzenberger
1
-0
/
+2
2009-03-25
netfilter: ctnetlink: add callbacks to the per-proto nlattrs
Holger Eitzenberger
2
-0
/
+13
2009-03-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
3
-13
/
+10
2009-03-18
netfilter: remove nf_ct_l4proto_find_get/nf_ct_l4proto_put
Florian Westphal
1
-5
/
+0
2009-03-16
netfilter: remove IPvX specific parts from nf_conntrack_l4proto.h
Christoph Paasch
1
-4
/
+1
2009-03-16
netfilter: conntrack: don't deliver events for racy packets
Pablo Neira Ayuso
1
-1
/
+2
2009-03-16
netfilter: use a linked list of loggers
Eric Leblond
1
-3
/
+8
2009-02-20
netfilter: nf_conntrack: table max size should hold at least table size
Hagen Paul Pfeifer
1
-1
/
+1
2009-02-18
netfilter: nf_conntrack: don't try to deliver events for untracked connections
Patrick McHardy
1
-1
/
+1
2008-11-25
netfilter: fix warning in net/netfilter/nf_conntrack_proto_tcp.c
Ingo Molnar
1
-1
/
+1
2008-11-18
netfilter: nfnetlink_log: fix warning and prototype mismatch
Patrick McHardy
1
-1
/
+1
2008-11-18
netfilter: ctnetlink: deliver events for conntracks changed from userspace
Pablo Neira Ayuso
3
-5
/
+56
2008-11-18
netfilter: ctnetlink: helper modules load-on-demand support
Pablo Neira Ayuso
1
-3
/
+2
2008-11-17
netfilter: nf_conntrack: connection tracking helper name persistent aliases
Pablo Neira Ayuso
1
-0
/
+3
2008-11-04
netfilter: xt_NFLOG: don't call nf_log_packet in NFLOG module.
Eric Leblond
1
-0
/
+14
2008-10-31
misc: replace NIPQUAD()
Harvey Harrison
1
-3
/
+3
2008-10-29
net: replace %p6 with %pI6
Harvey Harrison
1
-1
/
+1
2008-10-28
net: replace uses of NIP6_FMT with %p6
Harvey Harrison
1
-3
/
+3
2008-10-14
netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf...
Pablo Neira Ayuso
1
-0
/
+8
2008-10-11
net: fix dummy 'nf_conntrack_event_cache()'
Linus Torvalds
1
-1
/
+1
2008-10-09
nf_conntrack_ecache.h: Fix missing braces
Guo-Fu Tseng
1
-0
/
+1
2008-10-08
netfilter: iptables tproxy core
KOVACS Krisztian
1
-0
/
+32
2008-10-08
netfilter: split netfilter IPv4 defragmentation into a separate module
KOVACS Krisztian
1
-0
/
+6
2008-10-08
netfilter: netns nf_conntrack: per-netns conntrack accounting
Alexey Dobriyan
1
-5
/
+5
[next]