index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NETFILTER] arp_tables: Fix unaligned accesses.
David S. Miller
2007-04-13
1
-7
/
+3
*
[NETFILTER]: ipt_ULOG: use put_unaligned
Patrick McHardy
2007-04-12
1
-3
/
+4
*
[NETFILTER]: ipt_CLUSTERIP: fix oops in checkentry function
Jaroslav Kysela
2007-04-10
1
-2
/
+0
*
[NETFILTER]: nat: avoid rerouting packets if only XFRM policy key changed
Patrick McHardy
2007-03-22
2
-12
/
+17
*
[NETFILTER]: tcp conntrack: accept SYN|URG as valid
Patrick McHardy
2007-03-05
1
-1
/
+3
*
[NETFILTER]: nf_conntrack/nf_nat: fix incorrect config ifdefs
Patrick McHardy
2007-03-05
7
-18
/
+9
*
[NETFILTER]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loops
Patrick McHardy
2007-03-05
1
-1
/
+1
*
[PATCH] sysctl: remove insert_at_head from register_sysctl
Eric W. Biederman
2007-02-14
3
-3
/
+3
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
6
-6
/
+0
*
[NETFILTER]: Clear GSO bits for TCP reset packet
Herbert Xu
2007-02-13
1
-0
/
+4
*
[NETFILTER]: Kconfig: improve dependency handling
Patrick McHardy
2007-02-12
1
-3
/
+5
*
[NETFILTER]: nf_conntrack: properly use RCU for nf_conntrack_destroyed callback
Patrick McHardy
2007-02-12
1
-3
/
+4
*
[NETFILTER]: ip_conntrack: properly use RCU for ip_conntrack_destroyed callback
Patrick McHardy
2007-02-12
2
-6
/
+10
*
[NETFILTER]: ip_conntrack: fix invalid conntrack statistics RCU assumption
Patrick McHardy
2007-02-12
1
-7
/
+7
*
[NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3prot...
Patrick McHardy
2007-02-12
2
-4
/
+7
*
[NETFILTER]: ip_conntrack: properly use RCU API for ip_ct_protos array
Patrick McHardy
2007-02-12
3
-15
/
+26
*
[NETFILTER]: nf_nat: properly use RCU API for nf_nat_protos array
Patrick McHardy
2007-02-12
1
-31
/
+28
*
[NETFILTER]: ip_nat: properly use RCU API for ip_nat_protos array
Patrick McHardy
2007-02-12
1
-32
/
+29
*
[NETFILTER]: nf_log: minor cleanups
Patrick McHardy
2007-02-12
2
-2
/
+2
*
[NETFILTER]: Properly use RCU in nf_ct_attach
Patrick McHardy
2007-02-12
1
-2
/
+2
*
[PATCH] mark struct file_operations const 7
Arjan van de Ven
2007-02-12
4
-10
/
+10
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2007-02-11
60
-905
/
+905
|
\
|
*
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
60
-905
/
+905
*
|
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
2007-02-11
1
-2
/
+1
|
/
*
[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct...
Jan Engelhardt
2007-02-08
6
-15
/
+15
*
[NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functions
Jan Engelhardt
2007-02-08
22
-107
/
+138
*
[NETFILTER]: x_tables: fix return values for LOG/ULOG
Jan Engelhardt
2007-02-08
2
-5
/
+9
*
[NETFILTER]: NAT: optional source port randomization support
Eric Leblond
2007-02-08
8
-4
/
+46
*
[NETFILTER]: add IPv6-capable TCPMSS target
Patrick McHardy
2007-02-08
3
-234
/
+0
*
[NET]: Add UDPLITE support in a few missing spots
Patrick McHardy
2007-02-08
1
-0
/
+1
*
[NETFILTER]: nf_nat: remove broken HOOKNAME macro
Patrick McHardy
2007-02-08
1
-6
/
+0
*
[NETFILTER]: tcp conntrack: do liberal tracking for picked up connections
Patrick McHardy
2007-02-08
1
-25
/
+15
*
[TCP]: remove tcp header from tcp_v4_check (take #2)
Frederik Deweerdt
2007-02-08
3
-3
/
+3
*
[NETFILTER]: ctnetlink: fix compile failure with NF_CONNTRACK_MARK=n
Patrick McHardy
2007-02-02
1
-0
/
+2
*
[NETFILTER]: SIP conntrack: fix out of bounds memory access
Patrick McHardy
2007-01-30
1
-1
/
+1
*
[NETFILTER]: SIP conntrack: fix skipping over user info in SIP headers
Lars Immisch
2007-01-30
1
-1
/
+7
*
[NETFILTER]: nf_nat_pptp: fix expectation removal
Patrick McHardy
2007-01-26
1
-2
/
+2
*
[NETFILTER]: nf_nat: fix ICMP translation with statically linked conntrack
Patrick McHardy
2007-01-26
1
-10
/
+10
*
[NETFILTER]: ctnetlink: fix leak in ctnetlink_create_conntrack error path
Patrick McHardy
2007-01-23
1
-1
/
+1
*
[NETFILTER]: nf_nat: fix hanging connections when loading the NAT module
Patrick McHardy
2007-01-09
1
-1
/
+1
*
[NETFILTER]: nf_nat: fix MASQUERADE crash on device down
Martin Josefsson
2007-01-04
1
-1
/
+4
*
[NETFILTER]: New connection tracking is not EXPERIMENTAL anymore
Patrick McHardy
2007-01-04
1
-2
/
+2
*
[NETFILTER]: compat offsets size change
Dmitry Mishin
2007-01-04
1
-5
/
+5
*
[NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst-case search for loops
Al Viro
2006-12-13
2
-4
/
+6
*
[NETFILTER]: ip_tables: ipt and ipt_compat checks unification
Dmitry Mishin
2006-12-13
1
-97
/
+79
*
[NETFILTER]: x_tables: add missing try to load conntrack from match/targets
Yasuyuki Kozakai
2006-12-13
1
-0
/
+8
*
[NETFILTER]: nf_nat: fix NF_NAT dependency
Yasuyuki Kozakai
2006-12-13
1
-1
/
+1
*
[PATCH] struct path: convert netfilter
Josef Sipek
2006-12-08
2
-2
/
+2
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2006-12-07
2
-93
/
+99
|
\
|
*
[NETFILTER]: Fix iptables compat hook validation
Dmitry Mishin
2006-12-06
1
-27
/
+51
[next]