index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: xt_rateest: fix comparison with self
Patrick McHardy
2009-06-22
1
-1
/
+1
*
netfilter: xt_quota: fix incomplete initialization
Jan Engelhardt
2009-06-22
1
-0
/
+1
*
netfilter: nf_log: fix direct userspace memory access in proc handler
Patrick McHardy
2009-06-22
1
-5
/
+11
*
netfilter: fix some sparse endianess warnings
Patrick McHardy
2009-06-22
2
-8
/
+8
*
netfilter: nf_conntrack: fix conntrack lookup race
Patrick McHardy
2009-06-22
1
-2
/
+4
*
netfilter: nf_conntrack: fix confirmation race condition
Patrick McHardy
2009-06-22
1
-1
/
+8
*
netfilter: nf_conntrack: death_by_timeout() fix
Eric Dumazet
2009-06-22
1
-2
/
+8
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2009-06-15
2
-3
/
+3
|
\
|
*
trivial: Kconfig: .ko is normally not included in module names
Pavel Machek
2009-06-12
1
-2
/
+2
|
*
trivial: Fix paramater/parameter typo in dmesg and source comments
Martin Olsson
2009-06-12
1
-1
/
+1
*
|
x_tables: Convert printk to pr_err
Joe Perches
2009-06-13
1
-8
/
+8
*
|
netfilter: conntrack: optional reliable conntrack event delivery
Pablo Neira Ayuso
2009-06-13
3
-18
/
+118
*
|
netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()
Pablo Neira Ayuso
2009-06-13
2
-10
/
+15
*
|
netfilter: conntrack: move event caching to conntrack extension infrastructure
Pablo Neira Ayuso
2009-06-13
3
-99
/
+150
*
|
netfilter: nf_conntrack: use mod_timer_pending() for conntrack refresh
Patrick McHardy
2009-06-13
1
-11
/
+6
*
|
netfilter: nf_log: fix sleeping function called from invalid context
Patrick McHardy
2009-06-13
1
-3
/
+3
*
|
netfilter: nf_ct_tcp: fix up build after merge
Patrick McHardy
2009-06-11
1
-1
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Patrick McHardy
2009-06-11
11
-33
/
+63
|
\
\
|
*
|
nfnetlink_queue: Use rcu_barrier() on module unload.
Jesper Dangaard Brouer
2009-06-10
1
-1
/
+3
|
*
|
net: skb->dst accessors
Eric Dumazet
2009-06-03
5
-30
/
+30
|
*
|
net: skb->rtable accessor
Eric Dumazet
2009-06-03
1
-1
/
+1
|
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-06-03
4
-1
/
+29
|
|
\
\
|
|
|
/
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2009-05-27
4
-1
/
+29
|
|
|
\
|
|
|
*
netfilter: nfnetlink_log: fix wrong skbuff size calculation
Pablo Neira Ayuso
2009-05-27
1
-0
/
+6
|
|
|
*
netfilter: xt_hashlimit does a wrong SEQ_SKIP
Jesper Dangaard Brouer
2009-05-27
1
-1
/
+1
|
|
|
*
netfilter: nf_ct_dccp: add missing DCCP protocol changes in event cache
Pablo Neira Ayuso
2009-05-25
1
-0
/
+4
|
|
|
*
netfilter: nf_ct_tcp: fix accepting invalid RST segments
Jozsef Kadlecsik
2009-05-25
1
-0
/
+18
*
|
|
|
netfilter: nf_conntrack: use per-conntrack locks for protocol data
Patrick McHardy
2009-06-10
6
-53
/
+45
*
|
|
|
netfilter: xt_socket: added new revision of the 'socket' match supporting flags
Laszlo Attila Toth
2009-06-09
1
-11
/
+52
*
|
|
|
netfilter: passive OS fingerprint xtables match
Evgeniy Polyakov
2009-06-08
3
-0
/
+442
*
|
|
|
netfilter: xt_NFQUEUE: queue balancing support
Florian Westphal
2009-06-05
1
-0
/
+93
*
|
|
|
netfilter: xt_NFQUEUE: use NFPROTO_UNSPEC
Florian Westphal
2009-06-05
1
-15
/
+1
*
|
|
|
netfilter: conntrack: replace notify chain by function pointer
Pablo Neira Ayuso
2009-06-03
3
-40
/
+90
*
|
|
|
netfilter: conntrack: simplify event caching system
Pablo Neira Ayuso
2009-06-02
4
-17
/
+2
*
|
|
|
netfilter: conntrack: don't report events on module removal
Pablo Neira Ayuso
2009-06-02
2
-8
/
+13
*
|
|
|
netfilter: ctnetlink: cleanup message-size calculation
Pablo Neira Ayuso
2009-06-02
1
-62
/
+40
*
|
|
|
netfilter: ctnetlink: use nlmsg_* helper function to build messages
Pablo Neira Ayuso
2009-06-02
1
-42
/
+42
*
|
|
|
netfilter: ctnetlink: rename tuple() by nf_ct_tuple() macro definition
Pablo Neira Ayuso
2009-06-02
1
-7
/
+6
*
|
|
|
netfilter: ctnetlink: remove nowait parameter from *fill_info()
Pablo Neira Ayuso
2009-06-02
1
-14
/
+10
*
|
|
|
netfilter: nfnetlink: cleanup for nfnetlink_rcv_msg() function
Pablo Neira Ayuso
2009-06-02
1
-14
/
+9
*
|
|
|
netfilter: nf_ct_tcp: TCP simultaneous open support
Jozsef Kadlecsik
2009-06-02
1
-37
/
+61
*
|
|
|
Merge branch 'master' of git://dev.medozas.de/linux
Patrick McHardy
2009-06-02
2
-6
/
+40
|
\
\
\
\
|
*
|
|
|
netfilter: xtables: print hook name instead of mask
Jan Engelhardt
2009-05-08
1
-4
/
+38
|
*
|
|
|
netfilter: queue: use NFPROTO_ for queue callsites
Jan Engelhardt
2009-05-08
1
-2
/
+2
*
|
|
|
|
netfilter: conntrack: add support for DCCP handshake sequence to ctnetlink
Pablo Neira Ayuso
2009-05-27
1
-0
/
+7
|
|
/
/
/
|
/
|
|
|
*
|
|
|
ipvs: Use genl_register_family_with_ops()
Michał Mirosław
2009-05-21
1
-16
/
+2
|
|
/
/
|
/
|
|
*
|
|
ipvs: Fix IPv4 FWMARK virtual services
Simon Horman
2009-05-08
2
-4
/
+9
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2009-05-05
2
-29
/
+27
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
netfilter: ctnetlink: fix wrong message type in user updates
Pablo Neira Ayuso
2009-05-05
1
-28
/
+20
|
*
netfilter: xt_cluster: fix use of cluster match with 32 nodes
Pablo Neira Ayuso
2009-05-05
1
-1
/
+7
[next]