index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefined
Simon Horman
2011-03-15
1
-0
/
+4
*
IPVS: Conditinally use sysctl_lblc{r}_expiration
Simon Horman
2011-03-15
2
-9
/
+28
*
IPVS: Add expire_quiescent_template()
Simon Horman
2011-03-15
1
-2
/
+11
*
IPVS: Add sysctl_expire_nodest_conn()
Simon Horman
2011-03-15
1
-1
/
+7
*
IPVS: Add sysctl_sync_ver()
Simon Horman
2011-03-15
2
-2
/
+13
*
IPVS: Add {sysctl_sync_threshold,period}()
Simon Horman
2011-03-15
4
-9
/
+38
*
IPVS: Add sysctl_nat_icmp_send()
Simon Horman
2011-03-15
1
-3
/
+8
*
IPVS: Add sysctl_snat_reroute()
Simon Horman
2011-03-15
1
-4
/
+16
*
IPVS: Add ip_vs_route_me_harder()
Simon Horman
2011-03-15
1
-26
/
+22
*
ipvs: rename estimator functions
Julian Anastasov
2011-03-15
3
-10
/
+10
*
ipvs: optimize rates reading
Julian Anastasov
2011-03-15
3
-39
/
+27
*
ipvs: remove unused seqcount stats
Julian Anastasov
2011-03-15
1
-17
/
+0
*
ipvs: properly zero stats and rates
Julian Anastasov
2011-03-15
3
-43
/
+69
*
ipvs: reorganize tot_stats
Julian Anastasov
2011-03-15
4
-28
/
+29
*
ipvs: move struct netns_ipvs
Julian Anastasov
2011-03-15
3
-144
/
+123
*
IPVS: Fix variable assignment in ip_vs_notrack
Jesper Juhl
2011-03-15
1
-1
/
+1
*
netfilter:ipvs: use kmemdup
Shan Wei
2011-03-15
2
-7
/
+5
*
ipvs: remove _bh from percpu stats reading
Julian Anastasov
2011-03-15
1
-4
/
+4
*
ipvs: avoid lookup for fwmark 0
Julian Anastasov
2011-03-15
1
-3
/
+5
*
netfilter: nf_conntrack: fix sysctl memory leak
Stephen Hemminger
2011-03-14
1
-0
/
+1
*
netfilter: x_tables: return -ENOENT for non-existant matches/targets
Patrick McHardy
2011-03-14
1
-2
/
+2
*
netfilter: x_tables: misuse of try_then_request_module
Stephen Hemminger
2011-03-09
1
-7
/
+15
*
netfilter: ipset: fix the compile warning in ip_set_create
Shan Wei
2011-03-08
1
-1
/
+1
*
netfilter: nf_ct_tcp: fix out of sync scenario while in SYN_RECV
Pablo Neira Ayuso
2011-02-28
1
-2
/
+2
*
ipvs: unify the formula to estimate the overhead of processing connections
Changli Gao
2011-02-25
5
-63
/
+27
*
ipvs: use enum to instead of magic numbers
Changli Gao
2011-02-24
1
-14
/
+27
*
ipvs: use hlist instead of list
Changli Gao
2011-02-22
2
-24
/
+30
*
ipvs: make "no destination available" message more informative
Patrick Schaaf
2011-02-16
11
-14
/
+43
*
ipvs: remove extra lookups for ICMP packets
Julian Anastasov
2011-02-16
1
-25
/
+3
*
ipvs: fix timer in get_curr_sync_buff
Tinggong Wang
2011-02-16
1
-2
/
+2
*
netfilter: nfnetlink_log: remove unused parameter
Florian Westphal
2011-02-15
1
-2
/
+1
*
netfilter: xt_conntrack: warn about use in raw table
Jan Engelhardt
2011-02-14
1
-0
/
+5
*
Revert "netfilter: xt_connlimit: connlimit-above early loop termination"
Stefan Berger
2011-02-14
1
-10
/
+3
*
bridge: netfilter: fix information leak
Vasiliy Kulikov
2011-02-14
1
-0
/
+2
*
netfilter: xt_connlimit: connlimit-above early loop termination
Stefan Berger
2011-02-11
1
-3
/
+10
*
netfilter: ipset: add dependency on CONFIG_NETFILTER_NETLINK
Patrick McHardy
2011-02-10
1
-0
/
+1
*
IPVS: precedence bug in ip_vs_sync_switch_mode()
Dan Carpenter
2011-02-07
1
-1
/
+1
*
IPVS: Use correct lock in SCTP module
Simon Horman
2011-02-03
1
-1
/
+1
*
netfilter: xtables: add device group match
Patrick McHardy
2011-02-03
5
-0
/
+114
*
netfilter: ipset: send error message manually
Jozsef Kadlecsik
2011-02-02
1
-7
/
+26
*
netfilter: ipset: fix linking with CONFIG_IPV6=n
Patrick McHardy
2011-02-02
2
-6
/
+19
*
netfilter: ipset: add missing break statemtns in ip_set_get_ip_port()
Patrick McHardy
2011-02-02
1
-0
/
+2
*
netfilter: ipset: install ipset related header files
Patrick McHardy
2011-02-01
3
-0
/
+8
*
IPVS: Remove ip_vs_sync_cleanup from section __exit
Simon Horman
2011-02-01
1
-1
/
+1
*
IPVS: Allow compilation with CONFIG_SYSCTL disabled
Simon Horman
2011-02-01
3
-25
/
+29
*
IPVS: Remove unused variables
Simon Horman
2011-02-01
1
-2
/
+0
*
IPVS: remove duplicate initialisation or rs_table
Simon Horman
2011-02-01
1
-3
/
+0
*
IPVS: use z modifier for sizeof() argument
Simon Horman
2011-02-01
1
-1
/
+1
*
netfilter: ctnetlink: fix ctnetlink_parse_tuple() warning
Patrick McHardy
2011-02-01
1
-1
/
+1
*
netfilter: ipset: remove unnecessary includes
Patrick McHardy
2011-02-01
9
-27
/
+0
[next]